Retrieve Collection Checklist List
GET
/collection/{collection_id}/checklist
Checklist
Request
Path Params
collection_id
string
required
Query Params
sort
string
optional
Example:
updated_at:desc,id
limit
integer
optional
>= 1
Default:
100
Example:
50
offset
integer
optional
>= 0
Default:
0
Example:
0
filter
string
optional
Example:
created_at:gt:2020-09-26,and,(id:not:starts_with:0000,or,id:contains:FFFF)
show
string
optional
Example:
id,updated_at
hide
string
optional
Example:
created_at,updated_at
Header Params
x-api-key
string
required
Default:
{{api_key}}
x-api-env
string
required
Default:
{{api_env}}
Request samples
Responses
Modified at 2024-10-04 09:04:55