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=960&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=980&ordering=begin_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=940&ordering=begin_planned",
    "results": [
        {
            "id": 3812,
            "title": {
                "de": "In-vitro Fibrogenese humaner immortalisierter Stimmlippen-Fibroblasten unter Crowding-Bedinungen",
                "en": "In-vitro fibrogenesis of immortalised human vocal fold fibroblasts under crowding conditions"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-10-01T02:00:00+02:00",
            "begin_effective": "2014-10-01T02:00:00+02:00",
            "end_planned": "2015-12-31T01:00:00+01:00",
            "end_effective": "2016-03-31T02:00:00+02:00",
            "assignment": "2014-11-20T10:06:20+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14068,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50670,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3812-50670-10"
            ]
        },
        {
            "id": 3905,
            "title": {
                "de": "Nicht-invasive Bestimmung des pulmonal arteriellen Drucks und der rechtsventrikulären Funktion bei PatientInnen mit pulmonaler Hypertonie",
                "en": "Non-invasive Assessment of Pulmonary Arterial Pressure and Right Ventricular Function in Patients with Pulmonary Hypertension"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-10-01T02:00:00+02:00",
            "begin_effective": "2014-10-01T02:00:00+02:00",
            "end_planned": "2017-06-30T02:00:00+02:00",
            "end_effective": "2017-06-30T02:00:00+02:00",
            "assignment": "2015-02-12T13:32:06+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59238,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12,
                19
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3905-59238-10"
            ]
        },
        {
            "id": 3751,
            "title": {
                "de": "Der Anstieg des pulmonalen Blutflusses nach der Geburt.",
                "en": "Understanding the increase in pulmonary blood flow at birth."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-10-01T02:00:00+02:00",
            "begin_effective": "2014-10-01T02:00:00+02:00",
            "end_planned": "2015-09-30T02:00:00+02:00",
            "end_effective": "2015-09-30T02:00:00+02:00",
            "assignment": "2014-08-20T11:39:49+02:00",
            "program": 69,
            "subprogram": null,
            "organization": 14094,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 73733,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J3595",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3751-73733-10"
            ]
        },
        {
            "id": 3793,
            "title": {
                "de": "Identifizierung von putativen Krebs-Stammzellen in Adenocarcinoma der Lunge mittels Next Generation Sequencing.",
                "en": "Biomarkers of putative cancer stem cells in adenocarcinoma of the lung identified by\r\nnext generation sequencing\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-10-01T02:00:00+02:00",
            "begin_effective": "2014-10-01T02:00:00+02:00",
            "end_planned": "2015-09-30T02:00:00+02:00",
            "end_effective": "2016-11-30T01:00:00+01:00",
            "assignment": "2014-10-23T11:54:42+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                122
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3793-50539-12",
                "3793-50563-12",
                "3793-59188-12"
            ]
        },
        {
            "id": 3721,
            "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": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-10-01T02:00:00+02:00",
            "begin_effective": "2014-10-01T02:00:00+02:00",
            "end_planned": "2015-09-30T02:00:00+02:00",
            "end_effective": "2015-09-30T02:00:00+02:00",
            "assignment": "2014-07-23T16:36:55+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 80692,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                122
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3721-80692-10"
            ]
        },
        {
            "id": 3780,
            "title": {
                "de": "Entwicklung eines generativen Verfahrens und neuer Polymer-Compounds für personalisierte Schädel- und Gesichtsimplantate",
                "en": "Development of a generative procedure and of new polymer-compounds for personlized skull- and face implants"
            },
            "short": "iPRINT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-10-01T02:00:00+02:00",
            "begin_effective": "2014-10-01T02:00:00+02:00",
            "end_planned": "2016-09-30T02:00:00+02:00",
            "end_effective": "2017-09-30T02:00:00+02:00",
            "assignment": "2014-10-06T14:32:30+02:00",
            "program": 60,
            "subprogram": null,
            "organization": 14050,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 61927,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "846058",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3780-100991-12",
                "3780-50911-12",
                "3780-61927-10",
                "3780-63490-12",
                "3780-67749-12",
                "3780-72095-12"
            ]
        },
        {
            "id": 4135,
            "title": {
                "de": "Neue therapeutische Agentien in der Chordomtherapie",
                "en": "New therapeutic agents for chordoma"
            },
            "short": "chordoma drug screen",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-10-06T02:00:00+02:00",
            "begin_effective": "2014-10-06T02:00:00+02:00",
            "end_planned": "2016-10-05T02:00:00+02:00",
            "end_effective": "2016-10-05T02:00:00+02:00",
            "assignment": "2015-11-02T09:49:01+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50448,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J 3640",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4135-50448-10"
            ]
        },
        {
            "id": 3776,
            "title": {
                "de": "EFSD Albert Renold Travel Fellowship",
                "en": "EFSD Albert Renold Travel Fellowship"
            },
            "short": "Visiting Scientist Philadelphia",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-11-01T01:00:00+01:00",
            "begin_effective": "2014-11-01T01:00:00+01:00",
            "end_planned": "2015-05-01T02:00:00+02:00",
            "end_effective": "2015-05-01T02:00:00+02:00",
            "assignment": "2014-09-24T11:25:02+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                431
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3801,
            "title": {
                "de": "Eine Analyse von Stoffwechselwegen pädiatrischer solider Tumoren am Beispiel des Hepato- und Neuroblastoms: Woher nehmen die Tumoren ihre Energie?",
                "en": "Tumor metabolism of hepato- and neuroblastoma"
            },
            "short": "Tumorenergiestoffwechsel",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-11-01T01:00:00+01:00",
            "begin_effective": "2014-12-01T01:00:00+01:00",
            "end_planned": "2015-12-31T01:00:00+01:00",
            "end_effective": "2015-12-31T01:00:00+01:00",
            "assignment": "2014-11-04T14:21:17+01:00",
            "program": 81,
            "subprogram": null,
            "organization": 14049,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54087,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1550
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3801-50778-12",
                "3801-54087-10",
                "3801-52569-12",
                "3801-82670-12",
                "3801-83445-12"
            ]
        },
        {
            "id": 3826,
            "title": {
                "de": "„Is the Molecular Clock ticking differently in Bipolar Disorder? - Gene association, gene expression and epigenetic analysis of Clock Genes\"",
                "en": "„Is the Molecular Clock ticking differently in Bipolar Disorder? - Gene association, gene expression and epigenetic analysis of Clock Genes\""
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-11-21T01:00:00+01:00",
            "begin_effective": "2014-11-21T01:00:00+01:00",
            "end_planned": "2015-11-21T01:00:00+01:00",
            "end_effective": "2017-04-30T02:00:00+02:00",
            "assignment": "2014-12-02T09:41:53+01:00",
            "program": null,
            "subprogram": "Subprogramm der BIPFAT, BIPFAT FU und BIPGENETIK Studie \r\n(Leiterin PD Dr.Eva Reininghaus)",
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 79771,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1519
            ],
            "funder_projectcode": "MEFO-05",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3826-79771-10"
            ]
        },
        {
            "id": 3828,
            "title": {
                "de": "Bakterielle Dysbiose des Kolons als Ursache der Säuglingsproktokolitis\r\n",
                "en": "Colonic bacterial dysbiosis as a cause of infant proctocolitis"
            },
            "short": "BaktDysFPIP",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-12-01T01:00:00+01:00",
            "begin_effective": "2014-12-01T01:00:00+01:00",
            "end_planned": "2017-11-30T01:00:00+01:00",
            "end_effective": "2020-03-31T02:00:00+02:00",
            "assignment": "2014-12-04T11:21:49+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14091,
            "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": "KLI 450",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3811,
            "title": {
                "de": "Knochengesundheit bei PatientInnen mit Sklerosierender Cholangitis nach Intensivstation",
                "en": "Bone Health in Patients with Sclerosing Cholangitis following Critical Illness"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-12-01T01:00:00+01:00",
            "begin_effective": "2014-12-01T01:00:00+01:00",
            "end_planned": "2015-12-31T01:00:00+01:00",
            "end_effective": "2017-12-31T01:00:00+01:00",
            "assignment": "2014-11-17T12:01:22+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58615,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1565
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3811-58615-10"
            ]
        },
        {
            "id": 3738,
            "title": {
                "de": "Potentielle positive Effekte von intestinaler ATGL Überexpression",
                "en": "Potential beneficial effects of intestinal ATGL overexpression"
            },
            "short": null,
            "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": "2017-12-31T01:00:00+01:00",
            "end_effective": "2019-01-31T01:00:00+01:00",
            "assignment": "2014-08-07T12:28:43+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51904,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P 27070",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3738-51904-10"
            ]
        },
        {
            "id": 3847,
            "title": {
                "de": "Diagnose des Vitamin D - Mangels bei Kritisch Kranken",
                "en": "Diagnosis of vitamin D deficiency in critical care"
            },
            "short": "VITdAL-ICU DIAGNOSIS",
            "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": "2016-12-31T01:00:00+01:00",
            "end_effective": "2018-06-30T02:00:00+02:00",
            "assignment": "2015-01-07T10:00:46+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58615,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1681
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3847-58615-10"
            ]
        },
        {
            "id": 3852,
            "title": {
                "de": "Aufklärung der spezifischen Zytotoxizität von Dimethylacrylshikonin in Melanomzellen",
                "en": "Elucidation of specific cytotoxic effects of dimethylacrylshikonin in melanoma cells"
            },
            "short": "SpeDiMel",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-01-28T01:00:00+01:00",
            "end_planned": "2018-01-01T01:00:00+01:00",
            "end_effective": "2019-01-27T01:00:00+01:00",
            "assignment": "2015-01-09T09:19:54+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 17218,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50826,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P27505",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3852-50826-10"
            ]
        },
        {
            "id": 3835,
            "title": {
                "de": "Update des EORTC QLQ-Brustkrebs Moduls (EORTC QLQ-BR23) Phase I-III \r\n\r\n",
                "en": "The Update of the EORTC QLQ-Breast Cancer Module (EORTC QLQ-BR23) \r\nPhase I-III \r\n"
            },
            "short": "BR23 Update",
            "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-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2014-12-12T11:00:02+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14063,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                442
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3836,
            "title": {
                "de": "Archaeelle und bakterielle Extremophile an Bord der Internationalen Raumstation ",
                "en": "Archaeal and bacterial extremophiles on board the International Space Station"
            },
            "short": "ARBEX",
            "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": "2018-12-31T01:00:00+01:00",
            "end_effective": "2018-06-30T02:00:00+02:00",
            "assignment": "2014-12-15T11:23:48+01:00",
            "program": null,
            "subprogram": "FFG-ASAP Einzelprojekt der Grundlagenforschung",
            "organization": 14046,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 90021,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "847977",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3836-95317-12",
                "3836-90021-10",
                "3836-91470-12"
            ]
        },
        {
            "id": 3849,
            "title": {
                "de": "Chronische Elektro-Stimulation zur Therapie altersbedingter Stimmveränderungen.",
                "en": "Chronic electrical stimulation for treatment of age-related voice changes."
            },
            "short": "Altersstimme",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-01-05T01:00:00+01:00",
            "end_planned": "2017-12-21T01:00:00+01:00",
            "end_effective": "2018-07-31T02:00:00+02:00",
            "assignment": "2015-01-08T13:25:58+01:00",
            "program": null,
            "subprogram": "BRIDGE",
            "organization": 14068,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 50670,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "848458",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3849-50670-10",
                "3849-50698-12",
                "3849-77116-12",
                "3849-88652-12"
            ]
        },
        {
            "id": 3833,
            "title": {
                "de": "Beurteilung der Eignung von SNOMED CT für umfangreiche, EU-weite elektronische Gesundheitsdienste ",
                "en": "Assessing SNOMED CT for Large Scale eHealth Deployments in the EU"
            },
            "short": "ASSESS-CT_Horizon",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-02-01T01:00:00+01:00",
            "end_planned": "2015-12-31T01:00:00+01:00",
            "end_effective": "2016-07-31T02:00:00+02:00",
            "assignment": "2014-12-10T13:15:33+01:00",
            "program": 109,
            "subprogram": "PHC-34 eHealth Interoperability - Topic (iii) SNOMED CT for eHealth deployments\r\n",
            "organization": 14026,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 72306,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "643818",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3833-72306-10"
            ]
        },
        {
            "id": 3788,
            "title": {
                "de": "Chromatinveränderungen durch FXR in NAFLD",
                "en": "Binding profiles and the chromatin landscape of the nuclear receptor FXR - a promising pharmaceutical target for non-alcoholic fatty liver disease in humans"
            },
            "short": null,
            "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": "2016-12-31T01:00:00+01:00",
            "end_effective": "2017-12-31T01:00:00+01:00",
            "assignment": "2014-10-13T11:07:58+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57377,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                204
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3788-50593-12",
                "3788-100227-12",
                "3788-57377-10"
            ]
        }
    ]
}