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=2160
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2265,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=2180",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=2140",
    "results": [
        {
            "id": 6038,
            "title": {
                "de": "Biomarker Veränderungen zeigen PAH Progression und Therapieantwort",
                "en": "Changes in blood derived biomarkers reflect PAH progression and response to targeted therapy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-01-01T01:00:00+01:00",
            "begin_effective": "2020-01-01T01:00:00+01:00",
            "end_planned": "2020-06-30T02:00:00+02:00",
            "end_effective": "2020-06-30T02:00:00+02:00",
            "assignment": "2020-02-03T14:57:40+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 87980,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2396
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6038-87980-10"
            ]
        },
        {
            "id": 7177,
            "title": {
                "de": "Control of glutamine metabolism by\r\nE2F transcription factor 1",
                "en": "Control of glutamine metabolism by\r\nE2F transcription factor 1"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-08-01T02:00:00+02:00",
            "begin_effective": "2022-10-01T02:00:00+02:00",
            "end_planned": "2023-03-31T02:00:00+02:00",
            "end_effective": "2023-05-31T02:00:00+02:00",
            "assignment": "2022-09-22T09:38:11+02:00",
            "program": 69,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J4597",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2686,
            "title": {
                "de": "Disseminierende Tumorzellen in primär metastasierten Brustkrebspatientinnen mit Chirurgie des Primärtumors  ",
                "en": "Disseminating tumor cells in primary metastasized breast cancer patients undergoing surgery of primary tumor"
            },
            "short": "DISSEMINATING TUMOR CELLS_BREAST CANCER",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-07-01T02:00:00+02:00",
            "begin_effective": "2011-09-01T02:00:00+02:00",
            "end_planned": "2014-07-01T02:00:00+02:00",
            "end_effective": "2016-06-30T02:00:00+02:00",
            "assignment": "2011-12-14T13:04:08+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59188,
            "contact": 59188,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2686-80692-12",
                "2686-97797-12",
                "2686-50539-12",
                "2686-50563-12",
                "2686-59188-10"
            ]
        },
        {
            "id": 6485,
            "title": {
                "de": "COMET - Common Mechanisms in Autoimmune Diseases",
                "en": "COMET - Common Mechanisms in Autoimmune Diseases"
            },
            "short": "COMET",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2021-03-09T15:52:16+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51831,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2528
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6485-51831-10",
                "6485-54235-12",
                "6485-65558-12",
                "6485-90274-12",
                "6485-103585-12"
            ]
        },
        {
            "id": 2340,
            "title": {
                "de": "Die Bedeutung des gluconeogenetischen Enzyms Phosphoenolpyruvat Carboxykinase (PEPCK) für das Tumorwachstum",
                "en": "The role of the gluconeogenic enzyme phosphoenolpyruvate carboxykinase (PEPCK) in cancer growth"
            },
            "short": "PEPCK",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-09-01T02:00:00+02:00",
            "begin_effective": "2010-12-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2012-03-31T02:00:00+02:00",
            "assignment": "2010-11-17T10:58:29+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57557,
            "contact": 57557,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2340-57557-10"
            ]
        },
        {
            "id": 5743,
            "title": {
                "de": "PEPCK als möglicher Angriffspunkt bei Lungenkrebs",
                "en": "PEPCK as possible therapeutic target in lung cancer"
            },
            "short": "PEPCK in lung cancer",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-04-01T02:00:00+02:00",
            "begin_effective": "2019-04-01T02:00:00+02:00",
            "end_planned": "2020-03-31T02:00:00+02:00",
            "end_effective": "2020-09-30T02:00:00+02:00",
            "assignment": "2019-03-25T12:51:12+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57557,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-07",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5743-57557-10"
            ]
        },
        {
            "id": 2537,
            "title": {
                "de": "Klinische Relevanz von Keimbahnpolymorphismen in Wnt/Notch/Hedgehog für Prognose bei Kolonkarzinomen",
                "en": "Clinical impact of germline polymorphisms in Wnt/Notch/Hedgehog for colon cancer outcome"
            },
            "short": "GERMLINE POLYMORPH COLON CANCER",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-08-01T02:00:00+02:00",
            "begin_effective": "2011-11-01T01:00:00+01:00",
            "end_planned": "2012-07-31T02:00:00+02:00",
            "end_effective": "2012-10-31T01:00:00+01:00",
            "assignment": "2011-07-19T11:01:17+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58814,
            "contact": 58814,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2537-58814-10"
            ]
        },
        {
            "id": 3206,
            "title": {
                "de": "Genvarianten in Krebsstammzellen und Kolonkarzinom-Prognose",
                "en": "Cancer stem cell gene variants and colon cancer outcome"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-10-01T02:00:00+02:00",
            "begin_effective": "2013-04-01T02:00:00+02:00",
            "end_planned": "2013-09-30T02:00:00+02:00",
            "end_effective": "2014-03-31T02:00:00+02:00",
            "assignment": "2013-03-11T09:11:17+01:00",
            "program": 108,
            "subprogram": "KLIF",
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58814,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI191",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3206-50910-12",
                "3206-50069-12",
                "3206-58814-10"
            ]
        },
        {
            "id": 8304,
            "title": {
                "de": "tAckLing menTal Health cancer patients and their families: digital solutions for bEtter cAre",
                "en": "tAckLing menTal Health cancer patients and their families: digital solutions for bEtter cAre"
            },
            "short": "ALTHEA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-07-01T02:00:00+02:00",
            "begin_effective": "2024-09-01T02:00:00+02:00",
            "end_planned": "2027-06-30T02:00:00+02:00",
            "end_effective": "2027-08-31T02:00:00+02:00",
            "assignment": "2024-07-23T10:59:16+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51062,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101161236",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8304-51062-10"
            ]
        },
        {
            "id": 9003,
            "title": {
                "de": "Räumliche Transkriptomik zur Vorhersage des Behandlungsansprechens und zur Personalisierung der Therapie bei HER2+-Brustkrebs",
                "en": "Spatial transcriptomics to predict treatment response and personalize therapy in HER2+ Breast Cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-06-01T02:00:00+02:00",
            "begin_effective": "2025-05-01T02:00:00+02:00",
            "end_planned": "2026-05-31T02:00:00+02:00",
            "end_effective": "2025-10-15T02:00:00+02:00",
            "assignment": "2025-06-05T15:20:06+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 124172,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9003-124172-10"
            ]
        },
        {
            "id": 2383,
            "title": {
                "de": "Korrektur eines Vitamin D-Mangels bei Intensivpatienten: eine randomisierte, doppelblinde, placebokontrollierte Studie",
                "en": "Correction of vitamin D deficiency in critically ill patients: a randomized, double-blind, placebo-controlled trial"
            },
            "short": "VITdAL@ICU",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-05-04T02:00:00+02:00",
            "begin_effective": "2010-05-04T02:00:00+02:00",
            "end_planned": "2013-05-04T02:00:00+02:00",
            "end_effective": "2013-06-30T02:00:00+02:00",
            "assignment": "2011-01-24T10:10:15+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51831,
            "contact": 51831,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2383-51831-10"
            ]
        },
        {
            "id": 2964,
            "title": {
                "de": "Die Rolle des IL-33/ST2 Signalwegs in Knorpelzellen aus der Wachstumsfuge",
                "en": "Investigating the role of the IL-33/ST2 signaling pathway in growth plate chondrocytes"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-10-01T02:00:00+02:00",
            "begin_effective": "2012-10-01T02:00:00+02:00",
            "end_planned": "2014-09-30T02:00:00+02:00",
            "end_effective": "2014-09-30T02:00:00+02:00",
            "assignment": "2012-09-05T17:41:55+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14049,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                895
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3809,
            "title": {
                "de": "Funktionalität ex vivo generierter Retikulozyten aus humanen Stammzellen",
                "en": "Functional quality of reticulocytes generated ex vivo from human stem cells"
            },
            "short": "Ex vivo generated Reticulocytes",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-01-01T01:00:00+01:00",
            "end_planned": "2019-02-28T01:00:00+01:00",
            "end_effective": "2019-02-08T01:00:00+01:00",
            "assignment": "2014-11-14T14:34:34+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14058,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 88593,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1586
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3809-51164-12",
                "3809-88593-10",
                "3809-93640-12",
                "3809-51910-12",
                "3809-50131-12"
            ]
        },
        {
            "id": 3325,
            "title": {
                "de": "Neue Biomarker für die Voraussage der Wirkung von Krebsmedikamenten bei Dickdarmkrebs [Charakterisierung von neuen prädiktiven Biomarkern bei Kolorektalkarzinom]",
                "en": "Characterization of novel predictive biomarkers in colorectal cancer patients treated with EGFR-targeting therapies"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-09-01T02:00:00+02:00",
            "begin_effective": "2013-09-01T02:00:00+02:00",
            "end_planned": "2016-08-30T02:00:00+02:00",
            "end_effective": "2017-04-30T02:00:00+02:00",
            "assignment": "2013-07-10T15:42:33+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58814,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3325-58814-10"
            ]
        },
        {
            "id": 2675,
            "title": {
                "de": "3.1 Endocrine and functional biomarkers in the early diagnosis of coronary artery disease",
                "en": "3.1 Endocrine and functional biomarkers in the early diagnosis of coronary artery disease"
            },
            "short": "BioPersMed Project No 3.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": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": 51831,
            "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": [
                "2675-51831-10"
            ]
        },
        {
            "id": 2665,
            "title": {
                "de": "1.1 Biomarkers of immune tolerance in autoimmunity and transplantation in diabetes",
                "en": "1.1 Biomarkers of immune tolerance in autoimmunity and transplantation in diabetes"
            },
            "short": "BioPersMed Project No 1.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": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": 51831,
            "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": [
                "2665-51831-10",
                "2665-90274-12"
            ]
        },
        {
            "id": 2667,
            "title": {
                "de": "1.3 The spectrum of vitamin D biomarkers and other secosteroids",
                "en": "1.3 The spectrum of vitamin D biomarkers and other secosteroids"
            },
            "short": "BioPersMed Project No 1.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": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": 51831,
            "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": [
                "2667-51831-10"
            ]
        },
        {
            "id": 2677,
            "title": {
                "de": "3.3 Vitamin D, biomarker and regulator of blood pressure",
                "en": "3.3 Vitamin D, biomarker and regulator of blood pressure"
            },
            "short": "BioPersMed Project No 3.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": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": 51831,
            "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": [
                "2677-51831-10"
            ]
        },
        {
            "id": 4195,
            "title": {
                "de": "Translationale Ansätze für eine kausale Therapie bei Typ 1 Diabetes: Ein innovativer Zugang zum Verständnis und Heilung von Typ 1 Diabetes",
                "en": "Translational approaches to disease modifying therapy of type 1 diabetes: An innovative approach towards understanding and arresting Type 1 diabetes"
            },
            "short": "INNODIA_Horizon",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-11-01T01:00:00+01:00",
            "begin_effective": "2015-11-01T01:00:00+01:00",
            "end_planned": "2022-10-31T01:00:00+01:00",
            "end_effective": "2023-10-31T01:00:00+01:00",
            "assignment": "2015-12-15T12:09:23+01:00",
            "program": 109,
            "subprogram": "IMI2",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51831,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "115797",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4195-51831-10",
                "4195-95211-12",
                "4195-50452-12",
                "4195-50659-11",
                "4195-62036-11",
                "4195-67348-12",
                "4195-81132-12"
            ]
        },
        {
            "id": 6127,
            "title": {
                "de": "INNODIA HARVEST",
                "en": "INNODIA HARVEST"
            },
            "short": "INNODIA HARVEST",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-05-01T02:00:00+02:00",
            "begin_effective": "2020-05-01T02:00:00+02:00",
            "end_planned": "2023-04-30T02:00:00+02:00",
            "end_effective": "2024-04-30T02:00:00+02:00",
            "assignment": "2020-05-04T12:33:25+02:00",
            "program": 109,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51831,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": 1,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "945268",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6127-51831-10",
                "6127-56667-12",
                "6127-81132-12",
                "6127-90274-12",
                "6127-97867-12",
                "6127-102575-12",
                "6127-120872-12"
            ]
        }
    ]
}