List projects.

Fields

id (integer)

Primary key.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • organization
  • category
  • type
  • partner_function
  • manager
  • contact
  • status
  • grant
  • research
  • event
  • study
  • language
  • program
  • funders

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • organization
  • category
  • manager
  • contact
  • status
  • grant
  • research
  • study
  • language
  • funders
  • program

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • begin_planned: gt, gte, lt, lte
  • begin_effective: gt, gte, lt, lte
  • end_planned: gt, gte, lt, lte
  • end_effective: gt, gte, lt, lte
GET /v1/research/project/?format=api&offset=180&ordering=-end_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2242,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=200&ordering=-end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=160&ordering=-end_planned",
    "results": [
        {
            "id": 8335,
            "title": {
                "de": "HYDrochlorothiazidE im Vergleich zu Amlodipin zur Behandlung \r\nder arteriellen Hypertonie bei hypertropher obstruktiver KardioMyopathie –\r\ndie multizentrische, randomisierte, doppelblinde, kontrollierte Crossover HYDE-HCM Studie",
                "en": "Randomized trial of HYDrochlorothiazidE compared to amlodipine to treat \r\narterial hypertension in patients with Hypertrophic obstructive CardioMyopathy –\r\nthe multicenter randomized double-blind controlled crossover HYDE-HCM trial"
            },
            "short": "HYDE-HCM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-08-01T02:00:00+02:00",
            "end_planned": "2029-07-31T02:00:00+02:00",
            "end_effective": "2029-07-31T02:00:00+02:00",
            "assignment": "2024-08-08T13:01:55+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 81519,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                468
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8335-60377-12",
                "8335-81519-10",
                "8335-101803-12",
                "8335-106116-12",
                "8335-116542-12"
            ]
        },
        {
            "id": 8360,
            "title": {
                "de": "Myokardiale Strainanalyse zur Verbesserung der diagnostischen Aussagekraft von genetischen Testungen bei Hypertropher Kardiomyopathie",
                "en": "Myocardial deformation analysis to improve diagnostic yield of genetic testing in hypertrophic cardiomyopathy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-09-01T02:00:00+02:00",
            "end_planned": "2029-07-31T02:00:00+02:00",
            "end_effective": "2029-08-31T02:00:00+02:00",
            "assignment": "2024-08-21T10:59:10+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 106116,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                468
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8360-106116-10"
            ]
        },
        {
            "id": 9557,
            "title": {
                "de": "Prävention von sarkopener Adipositas durch Ernährung, Bewegung und Technologien zur Vermeidung einer übermäßigen Abhängigkeit von der Sekundärversorgung\r\n",
                "en": "Sarcopenic Obesity prevention by Nutrition, Exercise and Technology To prevent Overreliance on secondary care"
            },
            "short": "SONETTO",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-04-01T02:00:00+02:00",
            "begin_effective": "2026-04-01T02:00:00+02:00",
            "end_planned": "2029-03-31T02:00:00+02:00",
            "end_effective": "2029-03-31T02:00:00+02:00",
            "assignment": "2026-01-26T15:21:15+01:00",
            "program": 257,
            "subprogram": null,
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 82963,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999930988",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9557-82963-10"
            ]
        },
        {
            "id": 9553,
            "title": {
                "de": "Die p53/Foxo1 Achse in Adipositas und Fasten",
                "en": "Dissecting p53/Foxo1 cooperativity in obesity and fasting"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-04-01T02:00:00+02:00",
            "begin_effective": "2026-03-02T01:00:00+01:00",
            "end_planned": "2029-03-31T02:00:00+02:00",
            "end_effective": "2029-03-01T01:00:00+01:00",
            "assignment": "2026-01-23T16:11:20+01:00",
            "program": 111,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 89979,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9553-89979-10"
            ]
        },
        {
            "id": 7663,
            "title": {
                "de": "Randomisierter Vergleich der Ergebnisse von Einfach-arterieller vs Multi-arterieller \r\nRevaskularisation bei Frauen\r\n",
                "en": "Randomized comparsion of the Outcomes of single vs Multiple Arterial grafts trial in Women"
            },
            "short": "ROMA Women",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-04-15T02:00:00+02:00",
            "begin_effective": "2023-09-01T02:00:00+02:00",
            "end_planned": "2029-03-14T01:00:00+01:00",
            "end_effective": "2027-08-31T02:00:00+02:00",
            "assignment": "2023-07-06T16:40:30+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14075,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51936,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI1147",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7663-51936-10"
            ]
        },
        {
            "id": 9566,
            "title": {
                "de": "Lichtkontrolle von Orai Ca2+ Oszillationen in GBM Zellen",
                "en": "Light control of Orai Ca2+ oscillations in GBM tumor cells"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-03-01T01:00:00+01:00",
            "begin_effective": "2026-03-01T01:00:00+01:00",
            "end_planned": "2029-03-01T01:00:00+01:00",
            "end_effective": "2029-03-01T01:00:00+01:00",
            "assignment": "2026-01-28T11:46:57+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 98848,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT1487525",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9566-98848-10"
            ]
        },
        {
            "id": 8533,
            "title": {
                "de": "Kommunikation von Stress an Zellkerne in Kardiomyozyten",
                "en": "Communicating stress to cell nuclei in cardiomyocytes"
            },
            "short": "StressCARDIO",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2029-02-28T01:00:00+01:00",
            "end_effective": "2029-02-28T01:00:00+01:00",
            "assignment": "2024-11-28T15:20:47+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 62747,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT9036624",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8533-98847-12",
                "8533-62747-10"
            ]
        },
        {
            "id": 8361,
            "title": {
                "de": "Plazenta vermitteltes Priming von mütterlichen Blutplättchen",
                "en": "Placenta-educated maternal platelets"
            },
            "short": "PEPs",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2029-02-28T01:00:00+01:00",
            "end_effective": "2029-02-28T01:00:00+01:00",
            "assignment": "2024-08-21T15:45:32+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53232,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT4258724",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8361-53232-10"
            ]
        },
        {
            "id": 8669,
            "title": {
                "de": "BAMBinO: Gallensäuren als Stoffwechselregulatoren bei Osteoporose",
                "en": "BAMBinO: bile acids as metabolic regulators in osteoporosis"
            },
            "short": "BAMBinO",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2029-02-28T01:00:00+01:00",
            "end_effective": "2029-02-28T01:00:00+01:00",
            "assignment": "2025-02-18T17:30:28+01:00",
            "program": 111,
            "subprogram": null,
            "organization": 14028,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 107134,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PIN9543924",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8669-107134-10",
                "8669-135641-12",
                "8669-128314-12"
            ]
        },
        {
            "id": 9562,
            "title": {
                "de": "TRP-vermittelte Kationen Signalwege TRPC.at",
                "en": "TRP-dependentCation signalling TRPC.at"
            },
            "short": "TRPC.at",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-03-01T01:00:00+01:00",
            "begin_effective": "2026-10-01T02:00:00+02:00",
            "end_planned": "2029-02-27T01:00:00+01:00",
            "end_effective": "2030-09-30T02:00:00+02:00",
            "assignment": "2026-01-27T15:00:59+01:00",
            "program": 114,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 98848,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "DOC4380225",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9562-98848-10"
            ]
        },
        {
            "id": 8548,
            "title": {
                "de": "Multivariater optoakustischer Sensor für Langzeitmonitoring bei Diabetes mellitus",
                "en": "Multivariate optoacoustic sensor for longitudinal diabetes monitoring"
            },
            "short": "MOSAIC_(vormals LongDip)",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-02-01T01:00:00+01:00",
            "begin_effective": "2025-02-01T01:00:00+01:00",
            "end_planned": "2029-01-31T01:00:00+01:00",
            "end_effective": "2029-01-31T01:00:00+01:00",
            "assignment": "2024-12-10T13:27:09+01:00",
            "program": 218,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 51831,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8548-51831-10"
            ]
        },
        {
            "id": 8544,
            "title": {
                "de": "Verbindungen zwischen Aggression, Genetik und Mikrobiom",
                "en": "Genetic and microbial effects on aggressive behavior"
            },
            "short": "Genetics_microbiome_aggressive behavior",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2029-01-01T01:00:00+01:00",
            "end_effective": "2029-02-28T01:00:00+01:00",
            "assignment": "2024-12-09T13:03:47+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 71386,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT5589324",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8544-71386-10"
            ]
        },
        {
            "id": 9568,
            "title": {
                "de": "OBELIX-NEPHROSE: B Zell Depletion in therapie-naiver MCD",
                "en": "OBELIX-NEPHROSIS: B CELLDEPLETION IN THERAPY-NAÏVE MCD"
            },
            "short": "OBELIX-NEPHROSIS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-08-01T02:00:00+02:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2029-07-31T02:00:00+02:00",
            "assignment": "2026-01-29T13:31:32+01:00",
            "program": 111,
            "subprogram": null,
            "organization": 14084,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 94970,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9568-94970-10"
            ]
        },
        {
            "id": 8236,
            "title": {
                "de": "LYMPHO-CHECK: Bioinformatik und Data-Mining in der Lymphomforschung\r\n  ",
                "en": "LYMPHO-CHECK: Bioinformatics and Data Mining in Lymphoma Research"
            },
            "short": "LYMPHO-CHECK",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-06-03T02:00:00+02:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2029-06-02T02:00:00+02:00",
            "assignment": "2024-06-03T14:29:51+02:00",
            "program": 113,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 94195,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "FG 30",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8236-94195-10"
            ]
        },
        {
            "id": 9510,
            "title": {
                "de": "Gemeinsamer Ansatz: Pflegeherausforderungen durch evidenzbasierte Pflegepraxis und klinische Entscheidungsunterstützung reduzieren",
                "en": "Collaborative Approach: Reducing Care Challenges Through Evidence-based Nursing Practice and Clinical Decision Support"
            },
            "short": "CARE-CDS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-04-01T02:00:00+02:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2029-03-31T02:00:00+02:00",
            "assignment": "2025-12-18T13:27:03+01:00",
            "program": 257,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 65558,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9510-65558-10"
            ]
        },
        {
            "id": 8121,
            "title": {
                "de": "Modelling Reproductive Failure with Endometrium-On-A-Chip, acib Projekt ID 98.311 ",
                "en": "Modelling Reproductive Failure with Endometrium-On-A-Chip, acib Projekt ID 98.311 "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-01-01T01:00:00+01:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2028-12-31T01:00:00+01:00",
            "assignment": "2024-03-28T10:01:53+01:00",
            "program": 94,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58943,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8121-58943-10"
            ]
        },
        {
            "id": 9476,
            "title": {
                "de": "Materialqualifikation für den medizinischen 3D-Druck",
                "en": "Material qualification for medical 3D printing"
            },
            "short": "MAQUAM3D",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2028-12-31T01:00:00+01:00",
            "assignment": "2025-12-11T14:48:54+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50785,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PIN9742824",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9476-50785-10"
            ]
        },
        {
            "id": 9539,
            "title": {
                "de": "Patientenbasiertes Immunprofiling und funktionelle Validierung von Matrikin Effekten in akuter Lungenentzündung/ARDS",
                "en": "Patient-based immunoprofiling and functional validation of matrikin effects in acute pneumonia/ARDS"
            },
            "short": "Matrix-Immune Axis in ARDS ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2026-01-21T10:06:24+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 82595,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9539-82595-10"
            ]
        },
        {
            "id": 9218,
            "title": {
                "de": "Rätselhafte Aktivierung der präsynaptischen Glykolyse\r\n",
                "en": "Enigmatic activation mechanism of presynaptic glycolysis\r\n"
            },
            "short": "Activation_presynaptic glycolysis",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2027-12-31T01:00:00+01:00",
            "assignment": "2025-09-22T13:45:36+02:00",
            "program": 118,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100845,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "TAI1573525",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9218-100845-10"
            ]
        },
        {
            "id": 8061,
            "title": {
                "de": "Modelling Reproductive Failure with Endometrium-On-A-Chip, acib Projekt ID 98.311\r\n",
                "en": "Modelling Reproductive Failure with Endometrium-On-A-Chip, acib Projekt ID 98.311\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-01-01T01:00:00+01:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2028-12-31T01:00:00+01:00",
            "assignment": "2024-03-01T10:49:01+01:00",
            "program": 94,
            "subprogram": null,
            "organization": 14058,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 96172,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8061-96172-10"
            ]
        }
    ]
}