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=1060&ordering=-begin_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2329,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1080&ordering=-begin_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1040&ordering=-begin_planned",
    "results": [
        {
            "id": 5120,
            "title": {
                "de": "Fasten-induzierte p53 Aktivierung als Unterstützung zur Chemotherapie bei Leberkrebs",
                "en": "STARVATION-INDUCED P53 ACTIVATION TO SUPPORT LIVER CANCER CHEMOTHERAPY"
            },
            "short": "p53 activation in liver cancer",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-12-01T01:00:00+01:00",
            "begin_effective": "2017-12-01T01:00:00+01:00",
            "end_planned": "2019-11-30T01:00:00+01:00",
            "end_effective": "2019-11-30T01:00:00+01:00",
            "assignment": "2017-11-06T14:30:31+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89979,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-26",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5120-89979-10"
            ]
        },
        {
            "id": 5299,
            "title": {
                "de": "Entwicklung eines Grazer Notfallventilations- und Metabolismusmonitors",
                "en": "Development of an Emergency Ventilatory and Metabolic Monitor"
            },
            "short": "VICA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-12-01T01:00:00+01:00",
            "begin_effective": "2017-12-01T01:00:00+01:00",
            "end_planned": "2018-06-01T02:00:00+02:00",
            "end_effective": "2018-06-01T02:00:00+02:00",
            "assignment": "2018-02-27T13:51:07+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 74176,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5299-74176-10"
            ]
        },
        {
            "id": 5134,
            "title": {
                "de": "Mechanismen der Chemotherapieresistenz, Immunevasion und Krankheitsprogression bei Krebserkrankungen der Gallenwege: Fokus auf die miR-200-Famile nicht-protein-kodierender microRNAs.",
                "en": "Mechanisms of chemotherapy resistance, immune evasion and disease progression in biliary tract cancer: Focus on the miR-200-family of nonprotein-coding microRNAs."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-11-01T01:00:00+01:00",
            "begin_effective": "2017-11-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2017-11-24T09:43:17+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 92241,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5134-50229-12",
                "5134-92241-10"
            ]
        },
        {
            "id": 5029,
            "title": {
                "de": "Dynamische MRT bei zerebraler Kleingefäßerkrankung",
                "en": "Understanding the pathophysiology of cerebral small vessel disease using dynamic MRI techniques"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-11-01T01:00:00+01:00",
            "begin_effective": "2017-11-01T01:00:00+01:00",
            "end_planned": "2018-04-30T02:00:00+02:00",
            "end_effective": "2018-04-30T02:00:00+02:00",
            "assignment": "2017-08-07T16:31:44+02:00",
            "program": 103,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 70680,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 20,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5029-70680-10"
            ]
        },
        {
            "id": 5193,
            "title": {
                "de": "Polymorphismen im NLRP3-Inflammasom bei Patienten/-innen mit Uveitis",
                "en": "Gene Polymorphisms of the NLRP3-Inflammasome in Uveitis"
            },
            "short": "NLRP3-Inflammasom und Uveitis",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-11-01T01:00:00+01:00",
            "begin_effective": "2017-11-01T01:00:00+01:00",
            "end_planned": "2018-11-01T01:00:00+01:00",
            "end_effective": "2018-03-31T02:00:00+02:00",
            "assignment": "2018-01-10T10:21:36+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14043,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 93387,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                938
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5193-93387-10"
            ]
        },
        {
            "id": 5078,
            "title": {
                "de": "Basalzellkarzinom Studie",
                "en": "BCC – basal cell carcinoma study"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-11-01T01:00:00+01:00",
            "begin_effective": "2017-11-01T01:00:00+01:00",
            "end_planned": "2018-05-01T02:00:00+02:00",
            "end_effective": "2019-07-31T02:00:00+02:00",
            "assignment": "2017-09-28T17:10:48+02:00",
            "program": null,
            "subprogram": null,
            "organization": 27477,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50826,
            "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": [
                "5078-50826-10"
            ]
        },
        {
            "id": 6370,
            "title": {
                "de": "Untersuchung der Insulinabhängigen globalen und lokalen H2O2 und NO• Signaltransduktionswegen  in Kardiomyozyten",
                "en": "Shining a Light on Global and Local H2O2 and NO• Signals in Cardiac Insulin Signaling"
            },
            "short": "Insulin med. Radikalbldg. Herzmuskelzell",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-30T01:00:00+01:00",
            "begin_effective": "2021-02-01T01:00:00+01:00",
            "end_planned": "2020-10-30T01:00:00+01:00",
            "end_effective": "2022-07-31T02:00:00+02:00",
            "assignment": "2020-12-15T12:00:05+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J4113-B31",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 5640,
            "title": {
                "de": "Liquid Biopsy mittels Apherese",
                "en": "Liquid biopsy by apheresis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-02T02:00:00+02:00",
            "begin_effective": "2017-10-02T02:00:00+02:00",
            "end_planned": "2018-09-30T02:00:00+02:00",
            "end_effective": "2018-09-30T02:00:00+02:00",
            "assignment": "2019-01-24T14:25:18+01:00",
            "program": null,
            "subprogram": "ESMO Fellowship (European Society for Medical Oncology)",
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 86226,
            "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": [
                "5640-86226-10"
            ]
        },
        {
            "id": 5064,
            "title": {
                "de": "In vitro Studie zur Minimierung von Infektionen großer Endoprothesen ",
                "en": "In vitro study to minimize infections of large endoprostheses"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-01T02:00:00+02:00",
            "begin_effective": "2017-10-01T02:00:00+02:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2020-06-30T02:00:00+02:00",
            "assignment": "2017-09-19T15:24:02+02:00",
            "program": 60,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50696,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "861608",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5064-50696-10",
                "5064-59782-12",
                "5064-61131-12",
                "5064-87214-12"
            ]
        },
        {
            "id": 5107,
            "title": {
                "de": "Interaktion von Nasenepithel und Nasensekret bei der Immunantwort auf die Allergische Rhinitis: Ein integrativer \"Omics\" Zugang",
                "en": "Crosstalk of nasal  epithelium and mucus in  the immune response to allergic rhinitis: an integrative omics approach "
            },
            "short": "Integrative omics approach to Allergy",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-01T02:00:00+02:00",
            "begin_effective": "2018-03-01T01:00:00+01:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2022-02-28T01:00:00+01:00",
            "assignment": "2017-10-24T15:05:44+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14066,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI645",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5107-98847-12",
                "5107-58794-10"
            ]
        },
        {
            "id": 5086,
            "title": {
                "de": "Laser acupuncture compared with oral glucose administration for pain\r\nprevention in healthy term neonates undergoing routine heel sticks/lance.",
                "en": "Laser acupuncture compared with oral glucose administration for pain\r\nprevention in healthy term neonates undergoing routine heel sticks/lance."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-01T02:00:00+02:00",
            "begin_effective": "2017-10-01T02:00:00+02:00",
            "end_planned": "2019-09-30T02:00:00+02:00",
            "end_effective": "2019-09-30T02:00:00+02:00",
            "assignment": "2017-10-11T14:04:42+02:00",
            "program": 103,
            "subprogram": "DOC",
            "organization": 14094,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 82414,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                15
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5086-82414-10"
            ]
        },
        {
            "id": 5138,
            "title": {
                "de": "BioPersMed-Kohorte",
                "en": "BioPersMed-cohort"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-01T02:00:00+02:00",
            "begin_effective": "2017-10-01T02:00:00+02:00",
            "end_planned": "2018-02-28T01:00:00+01:00",
            "end_effective": "2018-05-31T02:00:00+02:00",
            "assignment": "2017-11-28T09:47:29+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51809,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5138-51809-10"
            ]
        },
        {
            "id": 5057,
            "title": {
                "de": "Verwertung der Ergebnisse des MED-PED Programms 1991 – 2001 in FH-CHOL Austria",
                "en": "Utilisation of the Results of the MED-PED Program 1991-2001 in FH-CHOL Austria"
            },
            "short": "FH-CHOL Austria_MED-PED",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-01T02:00:00+02:00",
            "begin_effective": "2017-10-01T02:00:00+02:00",
            "end_planned": "2018-04-30T02:00:00+02:00",
            "end_effective": "2021-06-30T02:00:00+02:00",
            "assignment": "2017-08-31T16:33:45+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51912,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1923
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5057-51912-10"
            ]
        },
        {
            "id": 4994,
            "title": {
                "de": "Point-of-care Messgerät zur Identifizierung von Personen mit hohem Risiko für Osteoporose und osteoporotische Frakturen.",
                "en": "PoC in-office device for identifying individuals at high risk of Osteoporosis and osteoporotic\r\nfracture"
            },
            "short": "PoCOsteo",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-01T02:00:00+02:00",
            "begin_effective": "2017-10-01T02:00:00+02:00",
            "end_planned": "2021-09-30T02:00:00+02:00",
            "end_effective": "2022-03-31T02:00:00+02:00",
            "assignment": "2017-07-03T14:20:01+02:00",
            "program": 109,
            "subprogram": "Call: H2020-NMBP-2016-2017 (CALL FOR NANOTECHNOLOGIES, ADVANCED MATERIALS, BIOTECHNOLOGY AND PRODUCTION)",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 79271,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "767325",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4994-54142-12",
                "4994-79271-10",
                "4994-51809-12",
                "4994-51063-12"
            ]
        },
        {
            "id": 5343,
            "title": {
                "de": "CD Labor für Gas- und Partikeltransport durch Papier",
                "en": "CD Laboratory for Gas and Particle Transport through Paper"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-01T02:00:00+02:00",
            "begin_effective": "2018-01-01T01:00:00+01:00",
            "end_planned": "2024-10-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2018-04-16T11:35:10+02:00",
            "program": 97,
            "subprogram": null,
            "organization": 14023,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 54018,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                23
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5343-54018-10"
            ]
        },
        {
            "id": 5271,
            "title": {
                "de": "Liquid Biopsies for early Detection of Cancer - Modul 1 Investigation of size distribution, origin and dynamics of plasma DNA",
                "en": "Liquid Biopsies for early Detection of Cancer - Modul 1 Investigation of size distribution, origin and dynamics of plasma DNA"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-01T02:00:00+02:00",
            "begin_effective": "2017-10-01T02:00:00+02:00",
            "end_planned": "2024-09-30T02:00:00+02:00",
            "end_effective": "2024-09-30T02:00:00+02:00",
            "assignment": "2018-02-16T13:26:49+01:00",
            "program": 97,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50899,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                23
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5271-50899-10"
            ]
        },
        {
            "id": 5275,
            "title": {
                "de": "Begleitdiagnostik (Companion Diagnostics) fördern durch KMUs",
                "en": "Companion Diagnostics expedited for SMEs"
            },
            "short": "Codex4SMEs",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-09-20T02:00:00+02:00",
            "begin_effective": "2017-09-20T02:00:00+02:00",
            "end_planned": "2020-09-19T02:00:00+02:00",
            "end_effective": "2021-12-31T01:00:00+01:00",
            "assignment": "2018-02-20T12:22:25+01:00",
            "program": null,
            "subprogram": "Interreg North-West Europe",
            "organization": 28392,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100581,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5275-54033-10",
                "5275-100581-10"
            ]
        },
        {
            "id": 5121,
            "title": {
                "de": "Von früheren SOS-Kinderdorf Kindern lernen: Psychosoziale Belastung und\r\nBodily Distress Syndrome (BDS) im frühen Erwachsenenalter",
                "en": "Learning from former SOS-Kinderdorf children: Bodily Distress Syndrome (BDS) in early adulthood "
            },
            "short": " ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-09-15T02:00:00+02:00",
            "begin_effective": "2017-10-01T02:00:00+02:00",
            "end_planned": "2020-09-15T02:00:00+02:00",
            "end_effective": "2021-06-30T02:00:00+02:00",
            "assignment": "2017-11-07T13:28:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 29447,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50774,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5121-50774-10"
            ]
        },
        {
            "id": 5871,
            "title": {
                "de": "Analyse von genetischen und Umweltfaktoren bei der Entstehung von Aggression mit Hilfe von Zebrafischen",
                "en": "Analysis of the genetic and environmental basis of aggression using zebrafish"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-09-01T02:00:00+02:00",
            "begin_effective": "2019-09-16T02:00:00+02:00",
            "end_planned": "2020-09-01T02:00:00+02:00",
            "end_effective": "2020-10-31T01:00:00+01:00",
            "assignment": "2019-07-30T14:55:13+02:00",
            "program": 69,
            "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": "J4090",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5871-71386-10"
            ]
        },
        {
            "id": 5059,
            "title": {
                "de": "Probiotische Modulation der Darmflora bei Langzeiteinnahme von Protonenpumpenhemmern: Einfluss auf Darmentzündung und Verdauung",
                "en": "Probiotic modulation of gut microflora in patients with long term PPI use: Influence on intestinal inflammation and bowel symptoms."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-09-01T02:00:00+02:00",
            "begin_effective": "2017-09-01T02:00:00+02:00",
            "end_planned": "2018-08-31T02:00:00+02:00",
            "end_effective": "2025-02-28T01:00:00+01:00",
            "assignment": "2017-09-07T16:48:23+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50989,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-25",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5059-50989-10"
            ]
        }
    ]
}