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

{
    "count": 30,
    "next": null,
    "previous": "https://cinder.proteo.info/api/projects/?format=api&limit=20&ordering=name",
    "results": [
        {
            "id": 1,
            "name": "test naem",
            "description": "test decription",
            "hash": "",
            "metadata": null,
            "global_id": "",
            "temporary": false,
            "user": 2,
            "encrypted": false,
            "created_at": "2024-06-17T13:03:56.703380Z",
            "updated_at": "2024-06-17T13:03:59.200909Z",
            "species": null
        },
        {
            "id": 2,
            "name": "test project 2",
            "description": "test project 2",
            "hash": "",
            "metadata": null,
            "global_id": "",
            "temporary": false,
            "user": 1,
            "encrypted": false,
            "created_at": "2024-06-26T14:25:34.664886Z",
            "updated_at": "2024-06-26T14:25:34.664937Z",
            "species": null
        },
        {
            "id": 5,
            "name": "test project 5",
            "description": "test project 5",
            "hash": "",
            "metadata": null,
            "global_id": "",
            "temporary": false,
            "user": 2,
            "encrypted": false,
            "created_at": "2024-06-27T17:33:42.133765Z",
            "updated_at": "2024-06-27T17:33:42.133781Z",
            "species": null
        },
        {
            "id": 6,
            "name": "test project 6",
            "description": "project 6",
            "hash": "",
            "metadata": null,
            "global_id": "",
            "temporary": false,
            "user": 2,
            "encrypted": false,
            "created_at": "2024-06-27T17:35:35.010121Z",
            "updated_at": "2024-06-27T17:35:35.010185Z",
            "species": null
        },
        {
            "id": 10,
            "name": "test project 9",
            "description": "test",
            "hash": "",
            "metadata": null,
            "global_id": "",
            "temporary": false,
            "user": 2,
            "encrypted": false,
            "created_at": "2024-08-22T04:00:02.015844Z",
            "updated_at": "2024-08-22T04:00:02.015858Z",
            "species": null
        },
        {
            "id": 18,
            "name": "TurboID GFP-LRRK2 v FLAG empty ",
            "description": "Proximity labelling experiment with TurboID recruited to GFP-LRRK2 in Dox inducible HEK293 cells \nTHF= TurboID HEK293 FLAG empty, THL= TurboID HEK293 GFP-LRRK2",
            "hash": "",
            "metadata": null,
            "global_id": "",
            "temporary": false,
            "user": 2,
            "encrypted": false,
            "created_at": "2024-09-25T12:58:22.155255Z",
            "updated_at": "2024-11-26T13:51:27.138655Z",
            "species": null
        },
        {
            "id": 21,
            "name": "TurboID GFP-LRRK2 vs empty controls HEK293, Type I and Type II inhibition",
            "description": "Proximity labelling experiment with TurboID recruited to GFP-LRRK2, 90min MLi-2 and GZD-824 treatment\n(20230725) and 24h MLi-2 and GZD824 treatment (20220224) \nTHE= TurboID HEK293 GFP empty; THG= TurboID HEK293 GFP-LRRK2",
            "hash": "",
            "metadata": null,
            "global_id": "",
            "temporary": false,
            "user": 2,
            "encrypted": false,
            "created_at": "2024-10-28T12:40:18.877395Z",
            "updated_at": "2024-11-26T13:43:53.433581Z",
            "species": null
        },
        {
            "id": 19,
            "name": "TurboID GFP-LRRK2 vs FLAG emtpy HEK293, Nigericin",
            "description": "Proximity labelling experiment with TurboID recruited to GFP-LRRK2, 4h Nigericin treatment \n(20220224)\nFE=Flag empty, EtOH; FN= Flag empty, Nigericin; GE= GFP-LRRK2, EtOH; GN= GFP-LRRK2, Nigericin",
            "hash": "",
            "metadata": null,
            "global_id": "",
            "temporary": false,
            "user": 2,
            "encrypted": false,
            "created_at": "2024-10-25T19:23:13.521740Z",
            "updated_at": "2024-11-26T13:50:03.375039Z",
            "species": null
        },
        {
            "id": 20,
            "name": "TurboID GFP-LRRK2 vs GFP empty HEK293, VPS34 inhibition",
            "description": "Proximity labelling experiment with TurboID recruited to GFP-LRRK2, VPS34 inhibition with 1h SAR405 and 1h VPS34-IN1 \nTHE= TurboID HEK293 GFP empty; THG= TurboID HEK293 GFP-LRRK2",
            "hash": "",
            "metadata": null,
            "global_id": "",
            "temporary": false,
            "user": 2,
            "encrypted": false,
            "created_at": "2024-10-25T21:49:20.490759Z",
            "updated_at": "2024-11-26T13:47:38.676018Z",
            "species": null
        },
        {
            "id": 12,
            "name": "VPS35[D620N] vs WT  (littermate matched)  LysoTag mice",
            "description": "VPS35[D620N] vs WT\n(littermate matched)\nLysoTag mice",
            "hash": "",
            "metadata": null,
            "global_id": "",
            "temporary": false,
            "user": 1,
            "encrypted": false,
            "created_at": "2024-08-30T10:15:27.721908Z",
            "updated_at": "2024-08-30T10:15:27.721972Z",
            "species": null
        }
    ]
}