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=660&ordering=begin_effective
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=680&ordering=begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=640&ordering=begin_effective",
    "results": [
        {
            "id": 2751,
            "title": {
                "de": "Pollen-Enzyme schädigen menschliche Tränenflüssigkeit und Zellen der Augenoberfläche - Ein Ansatz zum Verständnis des SNAK (saisonale nicht-allergische Konjunktivitis)-Syndroms.",
                "en": "Pollen enzymes degrade human tear fluid and cells of the ocular surface - an approach for understanding the SNAC (saisonal non-allergic conjunctivitis) syndrome."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-12-01T01:00:00+01:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2014-09-30T02:00:00+02:00",
            "end_effective": "2018-12-31T01:00:00+01:00",
            "assignment": "2012-01-18T13:48:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14043,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                938
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2785,
            "title": {
                "de": "Genetische Analyse der Multiplen Chemikalien-Sensitivität (MCS) mit Exom-Sequenzierung",
                "en": "Analysis of the genetic basis of multiple chemical sensitivity (MCS) by exome sequencing"
            },
            "short": "MCSEXOM",
            "url": null,
            "abstract": {
                "de": "Multiple Chemikalien-Sensitivität (MCS) ist ein Krankheitsbild der Umweltmedizin, das unzureichend charakterisiert ist und nur symptomatisch im Ausschlussverfahren diagnostiziert werden kann, da die genaue Pathogenese unbekannt ist. Das vorliegende Projekt will herausfinden, ob (1) Exom-Sequenzierung genetische Risikofaktoren für MCS identifizieren kann, (2) MCS mit genetisch bedingten Unterschieden molekularer Chemosensoren zusammenhängt und (3) Genvarianten, MCS-Symptome und psychometrische Eigenschaften der Patienten/innen zusammenhängen. Erstmals an MCS-PatientInnen angewandt, kann die kostengünstige Technologie der Exom-Sequenzierung ganz neue genetische\r\nRisikofaktoren und Gen-Komplexe mit Relevanz für MCS aufklären. Außerdem wird mit dieser Methode untersucht, ob MCS-PatientInnen deshalb verstärkt auf Chemikalien reagieren, weil Unterschiede in den Genen für Chemosensoren eine\r\nChemikalienüberempfindlichkeit bedingen.",
                "en": "Multiple chemical sensitivity (MCS) is an environmental illness of unkown aetiology. Since evidence for an involvement of xenobiotic-metabolizing enzymes is lacking, the current proposal will test the hypotheses that (1) genetic risk factors for MCS can be identified by exome sequencing and (2) MCS is related to polymorphisms in genes relevant to chemosensation. First applied to MCS patients, exome sequencing will break new ground in the elucidation of the genetic basis of this illness. This cost-efficient technology will identify not only target genes associated with MCS but also complex genetic patterns underlying MCS. Exome sequencing will also be used to examine whether MCS is due to exaggerated chemosensation, because\r\npolymorphisms in genes relevant to chemosensation are likely to predispose for hypersensitivity to chemicals. In these goals, the project has great potential in identifying a possibly genetic cause of MCS and providing leads for the diagnosis and therapy\r\nof MCS."
            },
            "begin_planned": "2011-12-01T01:00:00+01:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2014-11-30T01:00:00+01:00",
            "end_effective": "2014-11-30T01:00:00+01:00",
            "assignment": "2012-02-14T14:26:33+01:00",
            "program": 90,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51529,
            "contact": 51529,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                957
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2785-51529-10"
            ]
        },
        {
            "id": 2804,
            "title": {
                "de": "Untersuchung des unterschiedlichen Proliferationsverhaltens von Zellen in der Tumorzellinie MUG-Chor1",
                "en": "Investigation of different proliferation behavior of cells in the tumor cell MUG Chor1"
            },
            "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-01-31T01:00:00+01:00",
            "end_effective": "2013-01-31T01:00:00+01:00",
            "assignment": "2012-02-22T15:38:11+01:00",
            "program": null,
            "subprogram": null,
            "organization": 17218,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50826,
            "contact": 50826,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2804-50826-10"
            ]
        },
        {
            "id": 2748,
            "title": {
                "de": "Interferon-alpha induzierte Depression bei PatientInnen mit chronisch aktiven Hepatitis C Infektionen. Auswirkungen auf die Lebensqualität, die soziale Unterstützung, die Lebenszufriedenheit, die HPA-Achse, den Serotoninhaushalt, die Indoleamin 2,3-dioxygenase (IDO) und die Schilddrüse während und nach einer Therapie mit Interferon-alpha ",
                "en": "Interferon-alpha therapy in patients with chronic hepatitis C infection: its impact on psychiatric comorbidity, health-related quality of life, social support, life satisfaction, HPA-Axis, 5-hydroxytryptamine (5-HT), Indoleamine 2,3-dioxygenase (IDO), and thyroid gland."
            },
            "short": "Biopsychosocial consequences of INF-alp ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2013-06-30T02:00:00+02:00",
            "end_effective": "2014-09-30T02:00:00+02:00",
            "assignment": "2012-01-16T18:28:54+01:00",
            "program": 75,
            "subprogram": "Forschungsförderung des Land Steiermark",
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50887,
            "contact": 50887,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2748-50887-10"
            ]
        },
        {
            "id": 2772,
            "title": {
                "de": "Langzeitauswirkungen von früher Ernährung auf die spätere Gesundheit",
                "en": "Long-term effects of early nutrition on later health"
            },
            "short": "EarlyNutrition",
            "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": "2016-12-31T01:00:00+01:00",
            "end_effective": "2017-10-31T01:00:00+01:00",
            "assignment": "2012-02-02T17:25:12+01:00",
            "program": 24,
            "subprogram": "KBBE",
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51632,
            "contact": 51632,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "289346",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2772-88993-12",
                "2772-96034-12",
                "2772-50442-12",
                "2772-50674-12",
                "2772-56938-12",
                "2772-59816-12",
                "2772-71568-12",
                "2772-83661-12",
                "2772-90214-12",
                "2772-51632-10"
            ]
        },
        {
            "id": 2743,
            "title": {
                "de": "Identifizierung von Früherkennungs- und Progressionsmarkern der Parkinsonkrankheit",
                "en": "Biomarkers of early Parkinson's disease and disease progression"
            },
            "short": "Parkinson Biomarker",
            "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": "2015-01-31T01:00:00+01:00",
            "end_effective": "2015-07-31T02:00:00+02:00",
            "assignment": "2012-01-13T13:36:15+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50172,
            "contact": 50172,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2743-50172-10"
            ]
        },
        {
            "id": 2782,
            "title": {
                "de": "Bestimmung von Eiseneinlagerung im Hirngewebe von MS Patienten mittels post mortem Analyse",
                "en": "Post mortem assessment of iron deposition in brain tissue of multiple sclerosis patients"
            },
            "short": "Iron in MS brain",
            "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": "2012-12-31T01:00:00+01:00",
            "end_effective": "2014-02-28T01:00:00+01:00",
            "assignment": "2012-02-13T11:48:58+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51279,
            "contact": 51279,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2782-51279-10"
            ]
        },
        {
            "id": 2539,
            "title": {
                "de": "Prädiktiver und prognostischer Wert von GIRK bei Brustkrebs",
                "en": "Predictive and prognostic value of GIRK in breast cancer"
            },
            "short": "GIRK_BREAST CANCER",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-08-01T02:00:00+02:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2014-07-01T02:00:00+02:00",
            "end_effective": "2017-01-31T01:00:00+01:00",
            "assignment": "2011-07-21T12:00:49+02:00",
            "program": 108,
            "subprogram": "KLIF",
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51692,
            "contact": 51692,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI182",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2539-51692-10",
                "2539-51991-12"
            ]
        },
        {
            "id": 2753,
            "title": {
                "de": "Auswirkungen von Hypo- und Hyperthermie auf die Wirksamkeit positiv inotroper Substanzen im isoliert perfundierten Langendorff-Herzen",
                "en": "Auswirkungen von Hypo- und Hyperthermie auf die Wirksamkeit positiv inotroper Substanzen im isoliert perfundierten Langendorff-Herzen"
            },
            "short": "HYPO_HYPERTHERMIE_LANGENDORFF",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-05-01T02:00:00+02:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2012-01-31T01:00:00+01:00",
            "end_effective": "2013-01-30T01:00:00+01:00",
            "assignment": "2012-01-18T15:31:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14070,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2805,
            "title": {
                "de": "Intracellular Calcium Store Alterations in Dorsal Root Ganglion Neurons from Non-hyperalgesic Rats after Peripheral Nerve Injury.",
                "en": "Veränderungen der intrazellulären Kalzium-Speicher in Spinalganglienneuronen von nicht hyperalgetischen Ratten nach Nervenläsion."
            },
            "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-02-28T01:00:00+01:00",
            "end_effective": "2015-03-31T02:00:00+02:00",
            "assignment": "2012-02-23T10:28:31+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50869,
            "contact": 50869,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1308
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2805-50869-10",
                "2805-71082-12"
            ]
        },
        {
            "id": 2725,
            "title": {
                "de": "Mechanismen von Kleingefäßerkrangung bedingter Hirnschädigung und kognitiver Beeinträchtigung",
                "en": "Mechanisms of Small Vessel Related Brain Damage and Cognitive Impairment"
            },
            "short": "MESCOG",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-03-01T01:00:00+01:00",
            "begin_effective": "2012-03-01T01:00:00+01:00",
            "end_planned": "2015-02-28T01:00:00+01:00",
            "end_effective": "2016-02-29T01:00:00+01:00",
            "assignment": "2012-01-12T12:39:48+01:00",
            "program": 72,
            "subprogram": "ERA-Net",
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I904",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2787,
            "title": {
                "de": "Entwicklung eines EORTC Fragebogens zur Erfassung der Sexualität von onkologischen PatientInnen",
                "en": "Development of an EORTC questionnaire for assessing sexual health in cancer patients"
            },
            "short": "EORTC Sexual Health Questionnaire",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-03-01T01:00:00+01:00",
            "begin_effective": "2012-03-01T01:00:00+01:00",
            "end_planned": "2013-02-28T01:00:00+01:00",
            "end_effective": "2013-02-28T01:00:00+01:00",
            "assignment": "2012-02-14T15:16:23+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                442
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2985,
            "title": {
                "de": "Grazer Studie über die hormonellen Ursachen des arteriellen Bluthochdruckes (GECOH Studie)",
                "en": "Graz Endocrine Causes of Hypertension (GECOH) Study"
            },
            "short": "GECOH Study",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-03-01T01:00:00+01:00",
            "begin_effective": "2012-03-01T01:00:00+01:00",
            "end_planned": "2012-06-01T02:00:00+02:00",
            "end_effective": "2012-06-01T02:00:00+02:00",
            "assignment": "2012-09-24T12:56:43+02:00",
            "program": null,
            "subprogram": "Land Steiermark: Förderung wissenschaftlicher (Forschungs)Projekte",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53344,
            "contact": 53344,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2985-53344-10"
            ]
        },
        {
            "id": 2832,
            "title": {
                "de": "Die österreichische Gynäkologie und der Nationalsozialismus",
                "en": "The Austrian gynaecology and National Socialism"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-02-01T01:00:00+01:00",
            "begin_effective": "2012-03-01T01:00:00+01:00",
            "end_planned": "2012-07-31T02:00:00+02:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2012-03-26T15:25:27+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14024,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51845,
            "contact": 50862,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1333
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2832-51845-10"
            ]
        },
        {
            "id": 2965,
            "title": {
                "de": "DK \"Molecular Fundamentals of Inflammation\" - Koordination (1. Förderperiode)",
                "en": "DK \"Molecular Fundamentals of Inflammation\" - Koordination (1. funding periode)"
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-10-01T02:00:00+02:00",
            "begin_effective": "2012-03-01T01:00:00+01:00",
            "end_planned": "2016-09-30T02:00:00+02:00",
            "end_effective": "2016-02-29T01:00:00+01:00",
            "assignment": "2012-09-06T12:38:45+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 51756,
            "contact": 51756,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "W1241",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2965-74174-12",
                "2965-86124-12",
                "2965-86588-12",
                "2965-87133-12",
                "2965-51756-10"
            ]
        },
        {
            "id": 2790,
            "title": {
                "de": "GaitBase - Ein interdisciplinären Projekt zur erleichterung von Ganganalyse Datenmanagement bei Kindern mit neuromuskulären Erkrankungen",
                "en": "GaitBase - An interdisciplinary project to simplify management of gait analysis data in children with neuromuscular disease"
            },
            "short": "GaitBase",
            "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": "2012-12-31T01:00:00+01:00",
            "end_effective": "2012-12-31T01:00:00+01:00",
            "assignment": "2012-02-15T12:31:01+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14049,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 65038,
            "contact": 65038,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1287
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2790-65038-10"
            ]
        },
        {
            "id": 2802,
            "title": {
                "de": "Psychologische und physiologische Stressbelastung bei Patienten mit Aderhautmelanom",
                "en": "Psychological and physiological stress and stress reactivity in patients with recently diagnosed Uveal Melanoma"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-04-01T02:00:00+02:00",
            "begin_effective": "2012-04-01T02:00:00+02:00",
            "end_planned": "2013-09-30T02:00:00+02:00",
            "end_effective": "2013-12-31T01:00:00+01:00",
            "assignment": "2012-03-02T13:56:54+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 29447,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51505,
            "contact": 51505,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2802-60040-12",
                "2802-60388-12",
                "2802-61522-12",
                "2802-65659-12",
                "2802-51505-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": 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": 2872,
            "title": {
                "de": "Chordom - Charakterisierung der MUG-Chor1 Zelllinie",
                "en": "Chordoma - Characterizing MUG-Chor1 cell line"
            },
            "short": "Chordoma",
            "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": "2012-06-30T02:00:00+02:00",
            "end_effective": "2012-06-30T02:00:00+02:00",
            "assignment": "2012-05-24T12:00:53+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54171,
            "contact": 54171,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2872-54171-10"
            ]
        }
    ]
}