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=800&ordering=end_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2140,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=820&ordering=end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=780&ordering=end_effective",
    "results": [
        {
            "id": 4326,
            "title": {
                "de": "Wirkung von Laserakupunktur an Neugeborenen mit Neonatalem Entzugssyndrom(NAS)",
                "en": "Impact on laseracupuncture in newborns with neonatal abstinence syndrom"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-02-01T01:00:00+01:00",
            "begin_effective": "2016-02-01T01:00:00+01:00",
            "end_planned": "2016-03-31T02:00:00+02:00",
            "end_effective": "2016-03-31T02:00:00+02:00",
            "assignment": "2016-02-24T13:42:31+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14094,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3111,
            "title": {
                "de": "Aufbau und Profilbildung der Arbeitsgruppe „Pädiatrische Infektiologie“",
                "en": "Aufbau und Profilbildung der Arbeitsgruppe „Pädiatrische Infektiologie“"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2014-07-31T02:00:00+02:00",
            "end_effective": "2016-03-31T02:00:00+02:00",
            "assignment": "2012-12-14T12:21:05+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14091,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51647,
            "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": [
                "3111-51647-10"
            ]
        },
        {
            "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": 2370,
            "title": {
                "de": "GIRK Proteine in Brustkrebszellen",
                "en": "MOLECULAR AND CELLULAR (PATHO)PHYSIOLOGY OF G-PROTEIN ACTIVATED INWARDLY RECTIFYING POTASSIUM CHANNEL SUBUNITS IN BREAST CANCER CELLS"
            },
            "short": "GIRK PROTEINE BREAST CANCER",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-10-01T02:00:00+02:00",
            "begin_effective": "2011-04-01T02:00:00+02:00",
            "end_planned": "2013-09-30T02:00:00+02:00",
            "end_effective": "2016-03-31T02:00:00+02:00",
            "assignment": "2010-12-28T14:50:01+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14011,
            "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": "P22974",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3205,
            "title": {
                "de": "Analyse von RAS Mutationen in einem murinen in vivo Modell der akuten myeloischen Leukämie",
                "en": "Analysis of RAS mutations in a murine in vivo model of acute myeloid leukemia"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-04-15T02:00:00+02:00",
            "begin_effective": "2013-04-15T02:00:00+02:00",
            "end_planned": "2015-04-15T02:00:00+02:00",
            "end_effective": "2016-04-15T02:00:00+02:00",
            "assignment": "2013-03-08T14:51:46+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57402,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                423
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3205-57402-10",
                "3205-77371-12",
                "3205-94596-12"
            ]
        },
        {
            "id": 3981,
            "title": {
                "de": "Einfluss der Schlauchmagenoperation auf Körpergewicht und Stoffwechsellage - Eine Pilotstudie im Mausmodell\r\n",
                "en": "Influence of gastric sleeve resection on body mass and metabolism - a pilot study in a mouse model"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-07-01T02:00:00+02:00",
            "begin_effective": "2015-05-01T02:00:00+02:00",
            "end_planned": "2015-07-01T02:00:00+02:00",
            "end_effective": "2016-04-30T02:00:00+02:00",
            "assignment": "2015-04-23T14:50:37+02:00",
            "program": null,
            "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": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3981-54087-10",
                "3981-50778-12",
                "3981-83445-12",
                "3981-82670-12"
            ]
        },
        {
            "id": 4176,
            "title": {
                "de": "Halbautomatische Segmentierung von Nervenzellen aus 3D-Bilddatensätzen der Rasterelektronenmikroskopie zur Unterstützung der Entwicklung eines Sehbehelfes.",
                "en": "-"
            },
            "short": "-",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-03-01T01:00:00+01:00",
            "begin_effective": "2015-05-01T02:00:00+02:00",
            "end_planned": "2016-02-28T01:00:00+01:00",
            "end_effective": "2016-04-30T02:00:00+02:00",
            "assignment": "2015-11-30T15:16:57+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50960,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4176-50960-10"
            ]
        },
        {
            "id": 3848,
            "title": {
                "de": "Der Darm: Ursache für das erhöhte Infektionsrisiko bei Nierenerkrankung im Endstadium?",
                "en": "The gut: reason for the increased risk of infection in endstage renal disease?"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-03-01T01:00:00+01:00",
            "begin_effective": "2015-03-01T01:00:00+01:00",
            "end_planned": "2015-12-30T01:00:00+01:00",
            "end_effective": "2016-04-30T02:00:00+02:00",
            "assignment": "2015-01-07T14:26:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1519
            ],
            "funder_projectcode": "MEFO-04",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3978,
            "title": {
                "de": "Charakterisierung der Rolle des Enzyms Dimethylglycindehydrogenase im Sarkosinmetabolismus von humanen Prostatakarzinomzellen",
                "en": "Characterization of the role of the enzyme dimethylglycin dehydrogenase in the metabolism of sarcosine in prostate cancer cells."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-02-01T01:00:00+01:00",
            "begin_effective": "2015-05-01T02:00:00+02:00",
            "end_planned": "2017-02-01T01:00:00+01:00",
            "end_effective": "2016-04-30T02:00:00+02:00",
            "assignment": "2015-04-21T15:16:31+02:00",
            "program": null,
            "subprogram": "Subventionsantrag Stadt Graz",
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "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": []
        },
        {
            "id": 3992,
            "title": {
                "de": "Autophagie in humanen Chondrosarkomzellen",
                "en": "Autophagy in humane chondrosarcoma cell lines"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-06-01T02:00:00+02:00",
            "begin_effective": "2015-06-01T02:00:00+02:00",
            "end_planned": "2016-05-31T02:00:00+02:00",
            "end_effective": "2016-05-31T02:00:00+02:00",
            "assignment": "2015-04-30T11:34:28+02:00",
            "program": null,
            "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": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3992-50696-10",
                "3992-59782-12",
                "3992-61131-12"
            ]
        },
        {
            "id": 3994,
            "title": {
                "de": "Biobanking and the Cyprus Human Genome Project",
                "en": "Biobanking and the Cyprus Human Genome Project"
            },
            "short": "CY-Biobank_Horizon",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-06-01T02:00:00+02:00",
            "begin_effective": "2015-06-01T02:00:00+02:00",
            "end_planned": "2016-05-31T02:00:00+02:00",
            "end_effective": "2016-05-31T02:00:00+02:00",
            "assignment": "2015-05-04T13:54:16+02:00",
            "program": 109,
            "subprogram": "WIDESPREAD-2014-2015",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "664561",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3994-51449-12",
                "3994-51663-10"
            ]
        },
        {
            "id": 2994,
            "title": {
                "de": "Ein tragbares Gerät zur bihormonalen Blutzuckerregelung bei Diabetes",
                "en": "A Portable bihormonal Closed Loop for Diabetes"
            },
            "short": "PCDiab",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-11-01T01:00:00+01:00",
            "begin_effective": "2012-09-01T02:00:00+02:00",
            "end_planned": "2015-10-31T01:00:00+01:00",
            "end_effective": "2016-05-31T02:00:00+02:00",
            "assignment": "2012-10-08T11:26:41+02:00",
            "program": 24,
            "subprogram": "FP7-HEALTH-2012-INNOVATION-1",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50452,
            "contact": 50452,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "305654",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2994-50452-10",
                "2994-73507-12",
                "2994-67170-12"
            ]
        },
        {
            "id": 3689,
            "title": {
                "de": "Der Effekt von Eplerenon auf den Knochenstoffwechsel bei PatientInnen mit einem primären Hyperparathyreoidismus",
                "en": "Effect of Eplerenone on Bone Metabolism in Patients with Primary Hyperparathyroidism"
            },
            "short": "EPATH bone",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-07-01T02:00:00+02:00",
            "begin_effective": "2014-07-01T02:00:00+02:00",
            "end_planned": "2015-06-01T02:00:00+02:00",
            "end_effective": "2016-05-31T02:00:00+02:00",
            "assignment": "2014-06-24T13:22:22+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 81519,
            "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": [
                "3689-81519-10"
            ]
        },
        {
            "id": 2616,
            "title": {
                "de": "Subtyp-spezifische, nicht kompetitive, metabotrope Glutamat Rezeptor-1 (mGluR1) Antagonisten als neuer Weg zur Therapie von neuroendokrinen Tumoren",
                "en": "Subtype-specific, non-competitive, metabotropic glutamate receptor-1 (mGluR1) antagonists as a new avenue of therapeutic intervention in neuroendocrine tumors"
            },
            "short": "GLUTAMATE RECEPTOR NEUROENDOCRINE TUMORS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-07-01T02:00:00+02:00",
            "begin_effective": "2011-07-01T02:00:00+02:00",
            "end_planned": "2014-06-30T02:00:00+02:00",
            "end_effective": "2016-06-30T02:00:00+02:00",
            "assignment": "2011-10-18T16:00:57+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "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": [
                "2616-50379-12"
            ]
        },
        {
            "id": 2484,
            "title": {
                "de": "Endotoxin, Neutrophilenfunktion und Albumin bei Niereninsuffizienz",
                "en": "Endotoxin, neutrophil function and albumin in renal insufficiency"
            },
            "short": "ENARI",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-07-01T02:00:00+02:00",
            "begin_effective": "2011-07-01T02:00:00+02:00",
            "end_planned": "2014-06-30T02:00:00+02:00",
            "end_effective": "2016-06-30T02:00:00+02:00",
            "assignment": "2011-05-24T11:20:50+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50989,
            "contact": 50989,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P23532",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2484-50989-10",
                "2484-62756-12",
                "2484-81091-12",
                "2484-74515-12"
            ]
        },
        {
            "id": 3850,
            "title": {
                "de": "Identifikation von Therapietargets und Biomarker für eine personalisierte Therapie von Myxofibrosarkomen",
                "en": "Exploring the molecular landscape of myxofibrosarcoma\r\nto identify personalized treatment approach"
            },
            "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": "2015-12-31T01:00:00+01:00",
            "end_effective": "2016-06-30T02:00:00+02:00",
            "assignment": "2015-01-08T13:45:56+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50546,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3850-50546-10"
            ]
        },
        {
            "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-59188-10",
                "2686-50563-12",
                "2686-50539-12",
                "2686-97797-12"
            ]
        },
        {
            "id": 3683,
            "title": {
                "de": "Einfluss körperlicher Aktivität in der Schwangerschaft auf mütterliche und fötale human Milcholigosaccharide",
                "en": "Effect of physical activity in pregnancy on maternal and fetal human milk oligosaccharides"
            },
            "short": "HMO",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-03-01T01:00:00+01:00",
            "begin_effective": "2014-07-01T02:00:00+02:00",
            "end_planned": "2016-02-28T01:00:00+01:00",
            "end_effective": "2016-06-30T02:00:00+02:00",
            "assignment": "2014-06-13T14:25:06+02:00",
            "program": 99,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 88993,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "627056",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3683-88993-10"
            ]
        },
        {
            "id": 4035,
            "title": {
                "de": "Neuroprotektive Medikamenteneinwirkung auf die weiße Substanz bei bipolarer Störung ",
                "en": "Neuro-protective effects on white matter in bipolar disorder"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-02-01T01:00:00+01:00",
            "begin_effective": "2015-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2016-06-30T02:00:00+02:00",
            "assignment": "2015-06-02T16:50:35+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 79454,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4035-79454-10"
            ]
        },
        {
            "id": 3442,
            "title": {
                "de": "Evaluierung der Häufigkeit, Biologie und therapeutischer Relevanz von Fusionskinasen beim Melanom",
                "en": "Evaluating the frequency, biology, and therapeutic relevance of kinase fusions in melanoma"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-07-01T02:00:00+02:00",
            "begin_effective": "2013-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2016-06-30T02:00:00+02:00",
            "assignment": "2013-11-21T14:01:52+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "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": []
        }
    ]
}