API ReferenceTo Do Item
Retrieve ToDo items
Retrieve ToDo items
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Query Parameters
page?integer
The collection page number
Default
1itemsPerPage?integer
The number of items per page
Range
0 <= value <= 100Default
30pagination?boolean
Enable or disable pagination
name?string
isChecked?boolean
order[checkedAt]?string
Default
"asc"Value in
- "asc"
- "desc"
order[weight]?string
Default
"asc"Value in
- "asc"
- "desc"
Response Body
curl -X GET "https://example.com/user/to-do-items"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "weight": 0, "name": "string", "isChecked": true, "checkedAt": "2019-08-24T14:15:22Z" }]