View / Create / Edit / Delete
#
Get checklist by id#
Get checklists with questions and attachmentsReturns checklists matching the query params alongside with questions and attachments.
Request parameters:
Request Parameter | Type | Description | Required |
---|---|---|---|
var_checklist_ids | Integer array | The array of checklist IDs you wish to export. Make sure array braces {} are url encoded. | false |
var_template_ids | Integer array | The array of checklist template IDs. Make sure array braces {} are url encoded. | false |
var_resolve_date_from | Timestamp without time zone | The start date for completing the checklist, formatted as a timestamp without a time zone. | false |
var_resolve_date_to | Timestamp without time zone | The end date for completing the checklist, formatted as a timestamp without a time zone. | false |
var_last_modified_from | Timestamp without time zone | The start date for the last modification of the checklist, formatted as a timestamp without a time zone. | false |
var_last_modified_to | Timestamp without time zone | The end date for the last modification of the checklist, formatted as a timestamp without a time zone. | false |
Examples
200 OK
#
Create checklistsReturn list of Checklist objects
Request body:
Attribute | Type | Description | Nullable |
---|---|---|---|
resolverId | Integer | Identifier of resolver | false |
shopId | Integer | Identifier of store | false |
templateId | Integer | Identifier of template | false |
resolveDate | Date | Plan date | false |
Examples
200 OK
#
Delete checklist by idDelete checklist by id
Examples
200 OK
#
Get checklists idsGet checklists ids by template id.
Request parameters:
Request Parameter | Type | Description | Required |
---|---|---|---|
templateId | Integer | Identifier of checklist template | false |
shopId | Integer | Identifier of shop | false |
fromDate | ISO DateTime | Date & Time in ISO DateTime format. Example: 2024-01-01T00:00:00.000Z | false |
toDate | ISO DateTime | Date & Time in ISO DateTime format. Example: 2024-01-01T00:00:00.000Z | false |
Response
Returns an array of checklsit IDs
Examples
200 OK
#
Get available checklists for userGet available checklists for user by user id.
Request parameters:
Request Parameter | Type | Description | Required |
---|---|---|---|
userId | Integer | Identifier of user | true |
Response
Returns a list of Checklists
Examples
200 OK