GET /api/search/?format=api&offset=1000&ordering=-created_at
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1003,
    "next": null,
    "previous": "https://cinder.proteo.info/api/search/?format=api&limit=20&offset=980&ordering=-created_at",
    "results": [
        {
            "id": 7,
            "search_term": "Mapk3",
            "created_at": "2024-06-18T23:18:52.045338Z",
            "updated_at": "2024-06-18T23:18:52.719432Z",
            "analysis_groups": [],
            "user": null,
            "session_id": "733af431-aabb-485d-a719-6244291c151b"
        },
        {
            "id": 5,
            "search_term": "lrrk2",
            "created_at": "2024-06-17T13:53:48.922098Z",
            "updated_at": "2024-06-17T13:53:50.972949Z",
            "analysis_groups": [],
            "user": "alessiLab",
            "session_id": "c510b183-2a87-4fc1-8d0f-c6bea6e0978c"
        },
        {
            "id": 4,
            "search_term": "lrrk2",
            "created_at": "2024-06-17T13:52:13.416212Z",
            "updated_at": "2024-06-17T13:52:15.457831Z",
            "analysis_groups": [
                1
            ],
            "user": "alessiLab",
            "session_id": "c510b183-2a87-4fc1-8d0f-c6bea6e0978c"
        }
    ]
}