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=480&ordering=begin_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2329,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=500&ordering=begin_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=460&ordering=begin_planned",
    "results": [
        {
            "id": 2153,
            "title": {
                "de": "Prostaglandin Rezeptoren in der Therapie von Allergien",
                "en": "Prostaglandin Rezeptoren in der Therapie von Allergien"
            },
            "short": "PROSTAGLANDIN_FWF09",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-06-01T02:00:00+02:00",
            "begin_effective": "2010-09-15T02:00:00+02:00",
            "end_planned": "2013-05-31T02:00:00+02:00",
            "end_effective": "2015-09-14T02:00:00+02:00",
            "assignment": "2010-03-04T15:00:25+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51756,
            "contact": 51756,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P22521",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2153-51756-10"
            ]
        },
        {
            "id": 2387,
            "title": {
                "de": "BioSHaRE_Biobank Standardisation and Harmonization for Research",
                "en": "BioSHaRE_Biobank Standardisation and Harmonization for Research"
            },
            "short": "Bio_SHaRE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-06-01T02:00:00+02:00",
            "begin_effective": "2010-12-01T01:00:00+01:00",
            "end_planned": "2015-05-31T02:00:00+02:00",
            "end_effective": "2015-11-30T01:00:00+01:00",
            "assignment": "2011-02-01T14:20:10+01:00",
            "program": 24,
            "subprogram": "HEALTH",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": 51663,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "261433",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2387-51663-10"
            ]
        },
        {
            "id": 2405,
            "title": {
                "de": "Vergleichende Genomanalyse zweier ökologisch und morphologisch unterschiedlicher Buntbarsche aus dem Tanganyikasee",
                "en": "Comparative genome analysis of two eco-morphologically divergent Lake Tanganyka cichlid fish"
            },
            "short": "Genomic sequencing of two Lake Tanganyik",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-06-01T02:00:00+02:00",
            "begin_effective": "2011-03-01T01:00:00+01:00",
            "end_planned": "2013-06-01T02:00:00+02:00",
            "end_effective": "2015-07-02T02:00:00+02:00",
            "assignment": "2011-02-14T11:40:55+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 17235,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 58453,
            "contact": 58453,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P22737",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2405-61680-12",
                "2405-58453-10"
            ]
        },
        {
            "id": 2418,
            "title": {
                "de": "Uveales Melanom: Bio-psycho-soziale Aspekte",
                "en": "Uveal melanoma: Bio-psyco-social aspects "
            },
            "short": "UVEAL MELANOMA_BIO_PSYCHO_SOCIAL_ASPECTS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-06-01T02:00:00+02:00",
            "begin_effective": "2011-02-01T01:00:00+01:00",
            "end_planned": "2011-05-31T02:00:00+02:00",
            "end_effective": "2012-01-31T01:00:00+01:00",
            "assignment": "2011-02-17T11:06:13+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14043,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 61522,
            "contact": 61522,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                938
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2418-61522-10"
            ]
        },
        {
            "id": 2305,
            "title": {
                "de": "Anbahnungsfinanzierung (DEVAG) - Projektnummer: 829019",
                "en": "Anbahnungsfinanzierung (DEVAG)"
            },
            "short": "DEVAG",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-06-03T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2010-10-13T02:00:00+02:00",
            "end_effective": "2010-10-16T02:00:00+02:00",
            "assignment": "2010-09-17T11:46:55+02:00",
            "program": 54,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51632,
            "contact": 51632,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "829019",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2305-51632-10"
            ]
        },
        {
            "id": 2569,
            "title": {
                "de": "Anbahnungsfinanzierung: Genetik von Patienten mit Meningokokkeninfektionen Projektnummer: 830184",
                "en": "host genetics of meningococcal infections"
            },
            "short": "HOST GENETICS MENINGOCOCC INFECT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-06-22T02:00:00+02:00",
            "begin_effective": "2010-06-22T02:00:00+02:00",
            "end_planned": "2010-10-13T02:00:00+02:00",
            "end_effective": "2010-10-13T02:00:00+02:00",
            "assignment": "2011-09-07T13:23:21+02:00",
            "program": 54,
            "subprogram": null,
            "organization": 14091,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2170,
            "title": {
                "de": "APA als diagnostischer Parameter für eine Hypophysenunterfunktion nach einem Schädel-Hirn-Trauma im Kindes- und Adolescentenalter.",
                "en": "APA as diagnostic tool for hypopituitarism after traumatic brain injury in children and adolescents."
            },
            "short": "APA und Hypophysenunterfunktion",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-06-30T02:00:00+02:00",
            "begin_effective": "2010-06-30T02:00:00+02:00",
            "end_planned": "2011-06-30T02:00:00+02:00",
            "end_effective": "2011-06-30T02:00:00+02:00",
            "assignment": "2010-04-08T16:34:10+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14049,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57571,
            "contact": 57571,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2170-57571-10"
            ]
        },
        {
            "id": 2667,
            "title": {
                "de": "1.3 The spectrum of vitamin D biomarkers and other secosteroids",
                "en": "1.3 The spectrum of vitamin D biomarkers and other secosteroids"
            },
            "short": "BioPersMed Project No 1.3",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": 51831,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2667-51831-10"
            ]
        },
        {
            "id": 2672,
            "title": {
                "de": "2.1 Metabolic biomarkers for progression of fatty liver disease and chronic viral hepatitis",
                "en": "2.1 Metabolic biomarkers for progression of fatty liver disease and chronic viral hepatitis"
            },
            "short": "BioPersMed Project No 2.1",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51530,
            "contact": 51530,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2672-81601-12",
                "2672-88572-12",
                "2672-51530-10"
            ]
        },
        {
            "id": 2309,
            "title": {
                "de": "TRPA1 als Biomarker für Chemikalienunverträglichkeit",
                "en": "TRPA1 as biomarker of multiple chemical sensitivity"
            },
            "short": "TRPA_BIOMARKER_CHEMIKALIEN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-10-01T02:00:00+02:00",
            "end_planned": "2012-06-30T02:00:00+02:00",
            "end_effective": "2012-09-30T02:00:00+02:00",
            "assignment": "2010-09-22T18:13:45+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51529,
            "contact": 51529,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2309-51529-10"
            ]
        },
        {
            "id": 2673,
            "title": {
                "de": "2.3 Vitamin D metabolites as novel biomarkers for progression and prognosis in liver disease",
                "en": "2.3 Vitamin D metabolites as novel biomarkers for progression and prognosis in liver disease"
            },
            "short": "BioPersMed Project No. 2.3",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51530,
            "contact": 51530,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2673-51530-10"
            ]
        },
        {
            "id": 2261,
            "title": {
                "de": "Immune responses to mental stress in patients with malignant melanoma",
                "en": "Immune responses to mental stress in patients with malignant melanoma"
            },
            "short": "MENTAL STRESS_MALIGNANT MELANOMA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-10-01T02:00:00+02:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2011-09-30T02:00:00+02:00",
            "assignment": "2010-08-05T16:54:16+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 52274,
            "contact": 52274,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2261-60040-11",
                "2261-60388-12",
                "2261-52274-10"
            ]
        },
        {
            "id": 2253,
            "title": {
                "de": "Stickstoffmonoxid und Schilddrüsen Studie - NOTHYS",
                "en": "Nitric Oxide Thyroid Study - NOTHYS"
            },
            "short": "NOTHYS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-10-01T02:00:00+02:00",
            "end_planned": "2013-06-30T02:00:00+02:00",
            "end_effective": "2013-09-30T02:00:00+02:00",
            "assignment": "2010-07-14T12:58:34+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14028,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50562,
            "contact": 50562,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P22694",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2253-50562-10",
                "2253-50464-12",
                "2253-51263-12",
                "2253-51809-12"
            ]
        },
        {
            "id": 2677,
            "title": {
                "de": "3.3 Vitamin D, biomarker and regulator of blood pressure",
                "en": "3.3 Vitamin D, biomarker and regulator of blood pressure"
            },
            "short": "BioPersMed Project No 3.3",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": 51831,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2677-51831-10"
            ]
        },
        {
            "id": 2339,
            "title": {
                "de": "Proteomic and microbial profiling of human cervico-vaginal fluid and saliva of pregnant women throughout gestation",
                "en": "Proteomic and microbial profiling of human cervico-vaginal fluid and saliva of pregnant women throughout gestation"
            },
            "short": "PROTEOMIC PROFILING",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2011-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2012-12-31T01:00:00+01:00",
            "assignment": "2010-11-11T13:26:31+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14064,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51719,
            "contact": 51719,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2339-51719-10"
            ]
        },
        {
            "id": 2257,
            "title": {
                "de": "Einfluss unterschiedlicher Lichtspektren am Arbeitsplatz auf Physiologie und circadiane Rhythmik",
                "en": "Physiological and circadian effects of light in the work-place"
            },
            "short": "Wirkung von Licht am Arbeitsplatz",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-08-01T02:00:00+02:00",
            "end_planned": "2012-06-30T02:00:00+02:00",
            "end_effective": "2012-09-30T02:00:00+02:00",
            "assignment": "2010-07-29T12:08:13+02:00",
            "program": 79,
            "subprogram": "Interdisziplinäre Humanmedizin",
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51671,
            "contact": 51671,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": "13891",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2257-51671-10"
            ]
        },
        {
            "id": 2125,
            "title": {
                "de": "Biomarker für axonalen Schaden und Neurodegeneration bei MS",
                "en": "Biomarkers for axonal damage and neurodegeneration in MS"
            },
            "short": "AXONAL DAMAGE NEURODEGEN MS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2010-06-30T02:00:00+02:00",
            "end_effective": "2011-06-30T02:00:00+02:00",
            "assignment": "2010-02-18T12:15:29+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 57435,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J2992",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2125-57435-10"
            ]
        },
        {
            "id": 2675,
            "title": {
                "de": "3.1 Endocrine and functional biomarkers in the early diagnosis of coronary artery disease",
                "en": "3.1 Endocrine and functional biomarkers in the early diagnosis of coronary artery disease"
            },
            "short": "BioPersMed Project No 3.1",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": 51831,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2675-51831-10"
            ]
        },
        {
            "id": 2670,
            "title": {
                "de": "1.6 Wnt signalling and novel bone biomarkers",
                "en": "1.6 Wnt signalling and novel bone biomarkers"
            },
            "short": "BioPersMed Project No 1.6",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51809,
            "contact": 51809,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2670-51809-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"
            ]
        }
    ]
}