cURL
curl --request GET \ --url https://app.dilli.studio/api/v1/tasks \ --header 'X-Api-Key: <api-key>'
{ "current_page": 123, "per_page": 123, "total": 123, "data": [ { "id": "<string>", "title": "<string>", "description": "<string>", "due_date": "2023-12-25", "is_done": true, "priority": "low", "position": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
X-Api-Key
OK
Show child attributes