curl --location -g --request GET 'https://api.vplan.com/v1/collection/{{$string.uuid}}/card/{{$string.uuid}}/checklist?limit=100&offset=0&filter=&sort=&show=&hide=&with=' \ --header 'x-api-key;' \ --header 'x-api-env;'
{ "count": 1, "limit": 100, "offset": 0, "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "editable": true, "position": 0, "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "checklist_id": "4032cca0-5078-4948-a022-e817e3039a01", "description": "string", "position": 0, "checked": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ], "collection_id": "4bdef85c-3f50-4006-a713-2350da665f80", "card_id": "66f6e46c-f6a1-4af8-a1bd-49666bc01304", "board_checklist_id": "62e3aad7-3992-4982-83ef-b063128dc2d5", "external_ref": "fb1033a2ed70", "created_at": "2024-04-11T10:22:15Z", "updated_at": "2024-04-11T10:22:15Z" } ] }