Get checklist
/v1/checklists/{checklist_id}Returns the checklist with the given ID.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
checklist_idrequired | path | integer (int32) | A checklist ID |
Responses
200A checklist
- checklistobjectobject
checklist model
- idinteger
- namestring
- task_idinteger
- positioninteger
{
"checklist": {
"id": 0,
"name": "string",
"task_id": 0,
"position": 0
}
}400Invalid parameters
HubstaffTasks_Public_V1_Entities_Error model
- codestring
Error code
- errorstring
Descriptive error message
{
"code": "string",
"error": "string"
}401Unauthorized
HubstaffTasks_Public_V1_Entities_Error model
- codestring
Error code
- errorstring
Descriptive error message
{
"code": "string",
"error": "string"
}403API access is only for organizations on an active plan
HubstaffTasks_Public_V1_Entities_Error model
- codestring
Error code
- errorstring
Descriptive error message
{
"code": "string",
"error": "string"
}404Could not find record
HubstaffTasks_Public_V1_Entities_Error model
- codestring
Error code
- errorstring
Descriptive error message
{
"code": "string",
"error": "string"
}429Rate limit exceeded
HubstaffTasks_Public_V1_Entities_Error model
- codestring
Error code
- errorstring
Descriptive error message
{
"code": "string",
"error": "string"
}