GET /api/todo/attachments/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "task": 29,
            "file": "https://ziraisulama.com/media/attachments/databases.txt",
            "uploadedAt": "2024-08-30T11:43:35.875882"
        }
    ]
}