Skip to main content
GET
/
toDos
Get a collection of To Dos
curl --request GET \
  --url https://fc9fe14b-43ed-4a3b-99a7-ee4d0ba13224.app.withsutro.com/api/v1.0.1/toDos
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "user": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "todos": "<array>",
        "name": "<string>",
        "email": "<string>"
      },
      "title": "<string>",
      "description": "<string>",
      "deadline": "2023-11-07T05:31:56Z",
      "status": "<string>"
    }
  ],
  "total": 123
}

Response

200 - application/json

Entities retrieved successfully

data
ToDo · object[]
total
number