GET Checklist/Get/{id}
Get an Checklist
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ChecklistExtendedDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
ID of the Checklist |
integer |
None. |
| Name |
Name of the Checklist |
string |
None. |
| Description |
Description of the Checklist |
string |
None. |
| Questions | Collection of ChecklistQuestionDTO |
None. |