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=2280
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=2300",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=2260",
    "results": [
        {
            "id": 2670,
            "title": {
                "de": "1.6 Wnt signalling and novel bone biomarkers",
                "en": "1.6 Wnt signalling and novel bone biomarkers"
            },
            "short": "BioPersMed Project No 1.6",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51809,
            "contact": 51809,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2670-51809-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": 5035,
            "title": {
                "de": "Anschubfinanzierung BioPersMed-Kohorte",
                "en": "Anschubfinanzierung BioPersMed-Kohorte"
            },
            "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": "2017-12-31T01:00:00+01:00",
            "end_effective": "2017-12-31T01:00:00+01:00",
            "assignment": "2017-08-17T14:06:03+02: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": [
                1519
            ],
            "funder_projectcode": "MEFO-24",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5035-51809-10"
            ]
        },
        {
            "id": 7870,
            "title": {
                "de": "Probiotische Diätintervention bei Polycystischem Ovar-Syndrom - randomiziert kontrollierte Studie",
                "en": "Probiotic dietary Intervention in Polycystic Ovary Syndrome – Randomized Controlled Trial"
            },
            "short": "Pro-PCO RCT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-04-01T02:00:00+02:00",
            "begin_effective": "2023-04-01T02:00:00+02:00",
            "end_planned": "2024-03-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2023-11-08T16:35:48+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": [
                1743
            ],
            "funder_projectcode": "MEFO-95",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7870-51809-10"
            ]
        },
        {
            "id": 6818,
            "title": {
                "de": "Isoflavonmessung, Mikrobiom und endokrine Characterisierung",
                "en": "Isoflavone measurement, microbiome and endocrine characterisation"
            },
            "short": "IsoMiEndo",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-12-01T01:00:00+01:00",
            "begin_effective": "2021-12-01T01:00:00+01:00",
            "end_planned": "2022-12-01T01:00:00+01:00",
            "end_effective": "2022-12-01T01:00:00+01:00",
            "assignment": "2021-12-07T17:55:45+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": [
                1743
            ],
            "funder_projectcode": "MEFO-67",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6818-51809-10",
                "6818-109041-12"
            ]
        },
        {
            "id": 7672,
            "title": {
                "de": "Nachhaltige und grüne Elektronik in der Kreislaufwirtschaft",
                "en": "Sustainable and green electronics for circular economy"
            },
            "short": "SUSTRONICS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2026-05-31T02:00:00+02:00",
            "end_effective": "2026-05-31T02:00:00+02:00",
            "assignment": "2023-07-10T11:21:51+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51809,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10,
                416
            ],
            "funder_projectcode": "101112109 und FO999899269",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7672-98005-12",
                "7672-51809-10",
                "7672-104611-12"
            ]
        },
        {
            "id": 8764,
            "title": {
                "de": "CRP-Sensormessung im Urin mittels smarter Textilien",
                "en": "Smart textile sensor for analyzing C-reactive protein in urine"
            },
            "short": "UriSens",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-05-01T02:00:00+02:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2028-04-30T02:00:00+02:00",
            "assignment": "2025-04-10T12:52:29+02:00",
            "program": null,
            "subprogram": "Schlüsseltechnologien im produktionsnahen Umfeld, 2024",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51809,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8764-51809-10"
            ]
        },
        {
            "id": 2431,
            "title": {
                "de": "Genetic predisposition to therapy-related myeloid neoplasms: involvement of the Fanconi anemia/BRCA pathway?",
                "en": "Genetic predisposition to therapy-related myeloid neoplasms: involvement of the Fanconi anemia/BRCA pathway?"
            },
            "short": "FANCONI ANEMIA BRCA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2013-07-31T02:00:00+02:00",
            "assignment": "2011-02-28T11:28:49+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51857,
            "contact": 51857,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2431-77371-12",
                "2431-77615-12",
                "2431-51857-10",
                "2431-50116-12"
            ]
        },
        {
            "id": 2165,
            "title": {
                "de": "\"Blauer LASER\" in der Akupunktur-Weltweit erste wissenschaftliche Untersuchungen am interuniversitären TCM Forschungszentrum Graz",
                "en": "\"Blauer LASER\" in der Akupunktur-Weltweit erste wissenschaftliche Untersuchungen am interuniversitären TCM Forschungszentrum Graz"
            },
            "short": "Blauer LASER",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-04-01T02:00:00+02:00",
            "end_planned": "2011-06-30T02:00:00+02:00",
            "end_effective": "2011-09-30T02:00:00+02:00",
            "assignment": "2010-03-29T18:06:01+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14044,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "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": []
        },
        {
            "id": 7037,
            "title": {
                "de": "Innovatives Pilotprojekt: Forschung zur Laserakupunktur und Lasermedizin",
                "en": "Innovative Pilot Project: Research on Laser Acupuncture and Laser Medicine"
            },
            "short": "Lasermedizin",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-01-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2022-05-31T11:14:30+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14044,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                762
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2214,
            "title": {
                "de": "Identifizierung und funktionelle Charakterisierung von nukleären Rezeptoren als Tumorsuppressorgene bei aggressiven non-Hodgkin-Lymphomen",
                "en": "Identifizierung und funktionelle Charakterisierung von nukleären Rezeptoren als Tumorsuppressorgene bei aggressiven non-Hodgkin-Lymphomen"
            },
            "short": "Tumorsuppressorgene_non-Hodgkin-Lymphom",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-06-30T02:00:00+02:00",
            "end_effective": "2015-04-30T02:00:00+02:00",
            "assignment": "2010-05-26T11:09:01+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51930,
            "contact": 51930,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2214-65239-12",
                "2214-51930-10"
            ]
        },
        {
            "id": 2034,
            "title": {
                "de": "Analyse von Zytokin-Genpolymorphismen bei Patienten mit retinalem nichtentzündlichen Arterienverschluss",
                "en": "Analyse von Zytokin-Genpolymorphismen bei Patienten mit retinalem nichtentzündlichen Arterienverschluss"
            },
            "short": "ZYTOKIN_GENPOLYMORPHISMEN_ARTERIEN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2009-06-01T02:00:00+02:00",
            "begin_effective": "2009-06-01T02:00:00+02:00",
            "end_planned": "2009-12-31T01:00:00+01:00",
            "end_effective": "2009-12-31T01:00:00+01:00",
            "assignment": "2010-01-12T18:03:24+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14043,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51984,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                938
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2034-51984-10"
            ]
        },
        {
            "id": 2381,
            "title": {
                "de": "EUTRAF - THE EUROPEAN NETWORK FOR TRANSLATIONAL RESEARCH IN ATRIAL FIBRILLATION",
                "en": "EUTRAF - THE EUROPEAN NETWORK FOR TRANSLATIONAL RESEARCH IN ATRIAL FIBRILLATION"
            },
            "short": "EUTRAF",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2015-12-31T01:00:00+01:00",
            "end_effective": "2015-10-31T01:00:00+01:00",
            "assignment": "2011-01-19T10:52:22+01:00",
            "program": 24,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50168,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "261057",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2381-60041-12",
                "2381-66430-12",
                "2381-79173-12",
                "2381-50168-10"
            ]
        },
        {
            "id": 2203,
            "title": {
                "de": "Effekt der Hyperthermie auf die Zytokinproduktion",
                "en": "Effect of Fever-Range Whole Body Hyperthermia induced by water-filtered infrared A expusure on circulating cytokine levels in healthy volunteers"
            },
            "short": "Hyperthermie ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2009-06-01T02:00:00+02:00",
            "begin_effective": "2009-06-01T02:00:00+02:00",
            "end_planned": "2010-06-01T02:00:00+02:00",
            "end_effective": "2012-12-31T01:00:00+01:00",
            "assignment": "2010-05-14T11:55:05+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14086,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "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": []
        },
        {
            "id": 5775,
            "title": {
                "de": "Die Rolle von PEPCK-M in der zellulären Anpassung von Lungenkrebszellen",
                "en": "The role of PEPCK-M in the cellular adaptation of lung cancer cells"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-06-01T02:00:00+02:00",
            "begin_effective": "2019-06-01T02:00:00+02:00",
            "end_planned": "2021-11-30T01:00:00+01:00",
            "end_effective": "2021-05-31T02:00:00+02:00",
            "assignment": "2019-04-24T15:18:16+02:00",
            "program": 116,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                15
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2672,
            "title": {
                "de": "2.1 Metabolic biomarkers for progression of fatty liver disease and chronic viral hepatitis",
                "en": "2.1 Metabolic biomarkers for progression of fatty liver disease and chronic viral hepatitis"
            },
            "short": "BioPersMed Project No 2.1",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51530,
            "contact": 51530,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2672-81601-12",
                "2672-88572-12",
                "2672-51530-10"
            ]
        },
        {
            "id": 2673,
            "title": {
                "de": "2.3 Vitamin D metabolites as novel biomarkers for progression and prognosis in liver disease",
                "en": "2.3 Vitamin D metabolites as novel biomarkers for progression and prognosis in liver disease"
            },
            "short": "BioPersMed Project No. 2.3",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51530,
            "contact": 51530,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2673-51530-10"
            ]
        },
        {
            "id": 6847,
            "title": {
                "de": "Neurofilament-Leichtketten als Biomarker bei Patient*innen mit Autosomal dominanter\r\nOptikusatrophie und Leberscher hereditärer Optikusneuropathie",
                "en": "Neurofilament light chain as biomarker in patients with Autosomal Dominant Optic Atrophy and Leber Hereditary Optic Neuropathy"
            },
            "short": "Biomarker bei ADOA und LHON",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-09-28T02:00:00+02:00",
            "begin_effective": "2021-09-28T02:00:00+02:00",
            "end_planned": "2023-03-28T02:00:00+02:00",
            "end_effective": "2023-03-28T02:00:00+02:00",
            "assignment": "2021-12-17T14:17:06+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14043,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 97142,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2194
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6847-97142-10"
            ]
        },
        {
            "id": 8356,
            "title": {
                "de": "CXCR4 role in the anabolic response of teriparatide in bone ",
                "en": "CXCR4 role in the anabolic response of teriparatide in bone "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-10-01T02:00:00+02:00",
            "begin_effective": "2024-10-01T02:00:00+02:00",
            "end_planned": "2028-03-31T02:00:00+02:00",
            "end_effective": "2028-03-31T02:00:00+02:00",
            "assignment": "2024-08-19T14:37:04+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14028,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 107134,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT4629323",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8356-50464-12",
                "8356-56571-12",
                "8356-107134-10",
                "8356-110967-12",
                "8356-129458-12",
                "8356-122433-12",
                "8356-124131-12"
            ]
        },
        {
            "id": 6881,
            "title": {
                "de": "Biomarker für kardiovaskuläre Risiken und neurodegenerative Erkrankungen nach insulininduzierter Hypoglykämie",
                "en": "Biomarkers for cardiovascular risk and neurodegenerative disease following insulin-induced hypoglycaemia"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-12-01T01:00:00+01:00",
            "begin_effective": "2021-12-01T01:00:00+01:00",
            "end_planned": "2022-06-30T02:00:00+02:00",
            "end_effective": "2022-06-30T02:00:00+02:00",
            "assignment": "2022-01-17T15:13:04+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 100944,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                151
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6881-78894-11",
                "6881-100944-10"
            ]
        }
    ]
}