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=580&ordering=end_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=600&ordering=end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=560&ordering=end_planned",
    "results": [
        {
            "id": 2757,
            "title": {
                "de": "Genomweite Kopienzahlvariationen bei bipolar affektiver Störung",
                "en": "Genome-wide CNV screening in bipolar affective disorder"
            },
            "short": "CNVs bei bipolarer Störung",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-01-01T01:00:00+01:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2013-03-13T01:00:00+01:00",
            "end_effective": "2014-08-31T02:00:00+02:00",
            "assignment": "2012-01-19T12:45:01+01:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50654,
            "contact": 50654,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2757-50654-10"
            ]
        },
        {
            "id": 2840,
            "title": {
                "de": "Kultivierung von glialen Tumoren, insbesondere niedriggradiger Gliome",
                "en": "Primary cell cultures of glial Tumors, particularely of low grade gliomas."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-05-01T02:00:00+02:00",
            "begin_effective": "2012-05-01T02:00:00+02:00",
            "end_planned": "2013-03-30T01:00:00+01:00",
            "end_effective": "2013-03-30T01:00:00+01:00",
            "assignment": "2012-04-16T11:38:39+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "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": []
        },
        {
            "id": 2745,
            "title": {
                "de": "Rolle von TRPC3 im Herzen",
                "en": "TRPC3 channels as a determinant of cardiac function and remodeling"
            },
            "short": "Role of TRPC3 in the heart",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-04-01T02:00:00+02:00",
            "begin_effective": "2010-04-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2015-03-31T02:00:00+02:00",
            "assignment": "2012-01-16T12:00:22+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 78591,
            "contact": 78591,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P21925",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2745-78591-10"
            ]
        },
        {
            "id": 3910,
            "title": {
                "de": "Alpha2-Adrenozeptoren bei Colitis",
                "en": "Alpha-2-adrenoceptors in colitis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-04-01T02:00:00+02:00",
            "begin_effective": "2012-04-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2013-03-31T01:00:00+01:00",
            "assignment": "2015-01-01T12:02:35+01:00",
            "program": 84,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51529,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                25,
                1028
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3910-51529-10"
            ]
        },
        {
            "id": 2898,
            "title": {
                "de": "Toleranz in der Allergie durch molekulären Chimärismus",
                "en": "tolerance incution through molecular chimerism in allergy"
            },
            "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": "2013-03-31T01:00:00+01:00",
            "end_effective": "2013-06-30T02:00:00+02:00",
            "assignment": "2012-05-15T13:24:17+02:00",
            "program": 72,
            "subprogram": null,
            "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": [
                9
            ],
            "funder_projectcode": "P21989",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2435,
            "title": {
                "de": "ERASMUS Führungskräfte für Public Health in Europa",
                "en": "Leaders for European Public Health"
            },
            "short": "LEPHIE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-10-01T02:00:00+02:00",
            "begin_effective": "2010-10-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2013-12-31T01:00:00+01:00",
            "assignment": "2011-03-03T10:21:23+01:00",
            "program": 93,
            "subprogram": "ERASMUS Curriculum Development",
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 1674,
            "title": {
                "de": "Protein Interactions Controlling ER/Golgi Transport",
                "en": "Protein Interactions Controlling ER/Golgi Transport"
            },
            "short": "PROTEIN_ERGolgi_NIH07",
            "url": null,
            "abstract": {
                "de": "In that project we will perform collaborative experiments as follows: We will use calcium-sensitive dyes and/or recombinant calcium sensor proteins and fluorescence imaging equipment to estimate clacium concentrations inside living cells and their organelles. The calcium concentration data will be an important component of the broader study, of the role of clacium in membrane transport in the constitutive secretory pathway. ",
                "en": "In that project we will perform collaborative experiments as follows: We will use calcium-sensitive dyes and/or recombinant calcium sensor proteins and fluorescence imaging equipment to estimate clacium concentrations inside living cells and their organelles. The calcium concentration data will be an important component of the broader study, of the role of clacium in membrane transport in the constitutive secretory pathway. "
            },
            "begin_planned": "2008-04-01T02:00:00+02:00",
            "begin_effective": "2007-09-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2009-08-31T02:00:00+02:00",
            "assignment": "2008-12-05T13:05:08+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51860,
            "contact": 51860,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                724
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "1674-51860-10"
            ]
        },
        {
            "id": 2528,
            "title": {
                "de": "Pilze als Indikatoren für pathogeninaktivierende Eigenschaften eines neuen Fixativs für die Gewebekonservierung",
                "en": "Fungi as indicators for pathogen inactivating capacity of a novel fixative employed on tissue preservation"
            },
            "short": "3P",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-10-01T02:00:00+02:00",
            "begin_effective": "2011-10-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2011-07-13T15:48:48+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50828,
            "contact": 50828,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                895
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2528-50828-10"
            ]
        },
        {
            "id": 2206,
            "title": {
                "de": "In-vitro assessment of acute and chronic cellular effects of carbon nanotubes",
                "en": "In-vitro assessment of acute and chronic cellular effects of carbon nanotubes"
            },
            "short": "NANOTUBES_FWF09",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-04-01T02:00:00+02:00",
            "begin_effective": "2010-06-15T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2015-06-14T02:00:00+02:00",
            "assignment": "2010-05-21T10:32:24+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14046,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53900,
            "contact": 53900,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P22576",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2206-53900-10"
            ]
        },
        {
            "id": 2815,
            "title": {
                "de": "Aggregation und Toxizität von alpha-Synuclein",
                "en": "Aggrgation and toxicity of alpha-Synuclein"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-04-01T02:00:00+02:00",
            "begin_effective": "2010-04-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2014-03-31T02:00:00+02:00",
            "assignment": "2012-02-29T11:22:57+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P22400",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2893,
            "title": {
                "de": "Ischemic Stroke Genome Wide Association Study (IS-GWAS)",
                "en": "Ischemic Stroke Genome Wide Association Study (IS-GWAS)"
            },
            "short": "IS-GWAS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-04-01T02:00:00+02:00",
            "begin_effective": "2012-04-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2013-06-30T02:00:00+02:00",
            "assignment": "2012-06-19T15:08:13+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14051,
            "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": 3234,
            "title": {
                "de": "Morquio Better-Projekt",
                "en": "Morquio Better Project"
            },
            "short": "Projekt Morquio Better ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-04-01T02:00:00+02:00",
            "begin_effective": "2012-04-01T02:00:00+02:00",
            "end_planned": "2013-04-01T02:00:00+02:00",
            "end_effective": "2013-04-01T02:00:00+02:00",
            "assignment": "2013-04-17T09:36:58+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14048,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1002
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2897,
            "title": {
                "de": "Einfluss inflammatorischer Signale auf die myeloide Zelldifferenzierung",
                "en": "Myeloid lineage plasticity in response to inflammatory signals"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-02-01T01:00:00+01:00",
            "begin_effective": "2012-06-15T02:00:00+02:00",
            "end_planned": "2013-04-30T02:00:00+02:00",
            "end_effective": "2014-04-30T02:00:00+02:00",
            "assignment": "2012-04-15T13:14:47+02:00",
            "program": 72,
            "subprogram": null,
            "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": [
                9
            ],
            "funder_projectcode": "P23215",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2649,
            "title": {
                "de": "Identifizierung von Biomarkern aus zirkulierenden Tumorzellen",
                "en": "Identification of biomarkers from circulating tumor cells"
            },
            "short": "CTC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-05-01T02:00:00+02:00",
            "begin_effective": "2011-10-01T02:00:00+02:00",
            "end_planned": "2013-04-30T02:00:00+02:00",
            "end_effective": "2014-11-30T01:00:00+01:00",
            "assignment": "2011-11-25T11:07:38+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P23284",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3195,
            "title": {
                "de": "Stimulation der Autophagozytose durch Spermidin bei chronischen Wunden",
                "en": "Stimulation from autophagocytosis by spermidin in chronically wounds"
            },
            "short": "Spermidin",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-05-01T02:00:00+02:00",
            "begin_effective": "2012-05-01T02:00:00+02:00",
            "end_planned": "2013-05-01T02:00:00+02:00",
            "end_effective": "2013-05-01T02:00:00+02:00",
            "assignment": "2013-03-01T09:10:10+01:00",
            "program": null,
            "subprogram": "Stadt Graz (ca. 10.500,-) und Land Steiermark (ca. 5.000,-)",
            "organization": 14076,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135,
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2485,
            "title": {
                "de": "Einfluss des Prolaktinrezeptors und steroidaler Hormonrezeptoren auf die Biologie des kolorektalen Karzinoms und korrespondierender Metastasen",
                "en": "Influence of prolactin receptor and steroidal hormone receptors on the biology of colorectal carcinoma and corresponding metastases"
            },
            "short": "PROLACTION RECEPTOR COLORECT CARC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-05-01T02:00:00+02:00",
            "begin_effective": "2011-05-01T02:00:00+02:00",
            "end_planned": "2013-05-01T02:00:00+02:00",
            "end_effective": "2013-05-01T02:00:00+02:00",
            "assignment": "2011-05-26T14:07:23+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14073,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50039,
            "contact": 50039,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2485-50039-10"
            ]
        },
        {
            "id": 2331,
            "title": {
                "de": "RCT zur Überprüfung der Notwendigkeit von Vitamin D bei Kritisch Kranken",
                "en": "Does vitamin D supplementation reduces length of stay in critically ill patients? – RCT defining the need for vitamin D in ICU patients"
            },
            "short": "ESPEN Subanalysis",
            "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-05-03T02:00:00+02:00",
            "assignment": "2010-10-25T16:06:16+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58615,
            "contact": 58615,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1115
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2331-58615-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": 2798,
            "title": {
                "de": "Stimulation des propriozeptiven Systems bei Patienten mit Schlaganfall: eine fMRT und TMS Studie",
                "en": "Modulation of cortical plasticity by whole-hand electrical stimulation in attempt to improve hand motor functions after stroke"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-02-01T01:00:00+01:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2013-05-31T02:00:00+02:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2012-02-17T13:47:54+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 58643,
            "contact": 58643,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2798-58643-10"
            ]
        },
        {
            "id": 1793,
            "title": {
                "de": "Delineating Neurodevelopment",
                "en": "Delineating Neurodevelopment"
            },
            "short": "DELINEATING NEURODEVELOPMENT",
            "url": null,
            "abstract": {
                "de": "Unsere Forschungsarbeit im Fachbereich Entwicklungsneurophysiologie stützt sich auf die Schwerpunkte motorische Entwicklung und ihre intra-individuelle Konsistenz, Früherkennung neurologischer Dysfunktionen und bestimmter genetischer Syndrome, Ontogenese der Lateralität sowie Entwicklung kognitiver und kommunikativer Fähigkeiten.\r\nIn unserem Forschungsbereich stellt die Videoanalyse einen methodischen Kernpunkt dar. Damit konnten wir zum Beispiel die bis dahin gängige Lehrmeinung revidieren, dass die frühe Entwicklung von Mädchen mit Rett Syndrom unauffällig sei.",
                "en": "Unsere Forschungsarbeit im Fachbereich Entwicklungsneurophysiologie stützt sich auf die Schwerpunkte motorische Entwicklung und ihre intra-individuelle Konsistenz, Früherkennung neurologischer Dysfunktionen und bestimmter genetischer Syndrome, Ontogenese der Lateralität sowie Entwicklung kognitiver und kommunikativer Fähigkeiten.\r\nIn unserem Forschungsbereich stellt die Videoanalyse einen methodischen Kernpunkt dar. Damit konnten wir zum Beispiel die bis dahin gängige Lehrmeinung revidieren, dass die frühe Entwicklung von Mädchen mit Rett Syndrom unauffällig sei."
            },
            "begin_planned": "2009-06-01T02:00:00+02:00",
            "begin_effective": "2009-06-01T02:00:00+02:00",
            "end_planned": "2013-05-31T02:00:00+02:00",
            "end_effective": "2013-05-31T02:00:00+02:00",
            "assignment": "2009-04-17T12:19:37+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58883,
            "contact": 58883,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "1793-58883-10"
            ]
        }
    ]
}