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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "test",
            "created_at": "2024-09-11T12:15:55.698340Z",
            "updated_at": "2024-09-11T12:15:55.698391Z"
        },
        {
            "id": 2,
            "name": "test2",
            "created_at": "2024-09-11T12:16:01.814588Z",
            "updated_at": "2024-09-11T12:16:01.814681Z"
        },
        {
            "id": 3,
            "name": "MEF",
            "created_at": "2024-09-12T10:24:10.541114Z",
            "updated_at": "2024-09-12T10:24:10.541168Z"
        },
        {
            "id": 4,
            "name": "LysoTag",
            "created_at": "2024-09-12T10:24:16.133214Z",
            "updated_at": "2024-09-12T10:24:16.133265Z"
        },
        {
            "id": 5,
            "name": "DS",
            "created_at": "2024-09-12T10:24:28.510801Z",
            "updated_at": "2024-09-12T10:24:28.510851Z"
        },
        {
            "id": 6,
            "name": "dssaarela",
            "created_at": "2024-09-12T10:24:39.222250Z",
            "updated_at": "2024-09-12T10:24:39.222299Z"
        }
    ]
}