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=740&ordering=begin_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2265,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=760&ordering=begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=720&ordering=begin_effective",
    "results": [
        {
            "id": 3013,
            "title": {
                "de": "Biomarker für therapeutische Ansprecher von Antikörper-Therapien. ",
                "en": "Profiling Responders in Antibody Therapies."
            },
            "short": "PRIAT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-12-01T01:00:00+01:00",
            "begin_effective": "2012-11-01T01:00:00+01:00",
            "end_planned": "2016-11-30T01:00:00+01:00",
            "end_effective": "2015-01-31T01:00:00+01:00",
            "assignment": "2012-10-24T12:03:09+02:00",
            "program": 24,
            "subprogram": "Health.2012.2.1.2-1",
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "305309",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3002,
            "title": {
                "de": "Dkk-1 im peripheren Blut zur Unterscheidung von intrazerebraler Blutung und ischämischem Insult",
                "en": "Dkk-1 in peripheral blood to discriminate between intracerebral hemorrhaghe and ischemic stroke"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-10-01T02:00:00+02:00",
            "begin_effective": "2012-11-01T01:00:00+01:00",
            "end_planned": "2012-03-31T02:00:00+02:00",
            "end_effective": "2014-06-30T02:00:00+02:00",
            "assignment": "2012-10-16T15:26:36+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53287,
            "contact": 53287,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3002-53287-10"
            ]
        },
        {
            "id": 3165,
            "title": {
                "de": "Phenotyping Fragile X Syndrome for the first two years of life",
                "en": "Phenotyping Fragile X Syndrome for the first two years of life"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-12-01T01:00:00+01:00",
            "begin_effective": "2012-12-01T01:00:00+01:00",
            "end_planned": "2014-11-30T01:00:00+01:00",
            "end_effective": "2014-11-30T01:00:00+01:00",
            "assignment": "2013-02-06T14:50:06+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "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": 3044,
            "title": {
                "de": "Identifizierung von Brustkrebsstammzell-assoziierten ultrakonservierten nicht-kodierenden RNAs und deren klinische Relevanz bei Patienten mit Brustkrebs",
                "en": "Identification of breast cancer stem cell-associated non-coding ultraconserved genes and their clinical relevance for breast cancer patients"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-12-01T01:00:00+01:00",
            "begin_effective": "2012-12-01T01:00:00+01:00",
            "end_planned": "2015-11-30T01:00:00+01:00",
            "end_effective": "2016-10-31T01:00:00+01:00",
            "assignment": "2012-11-16T13:59:33+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3044-100192-12",
                "3044-50229-12",
                "3044-65726-12",
                "3044-77970-12",
                "3044-59188-12"
            ]
        },
        {
            "id": 3055,
            "title": {
                "de": "Grazer Studie über die hormonellen Ursachen des arteriellen Bluthochdrucks",
                "en": "Graz Endocrine Cause of Hypertension Study"
            },
            "short": "GECOH",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-12-01T01:00:00+01:00",
            "begin_effective": "2012-12-01T01:00:00+01:00",
            "end_planned": "2013-05-31T02:00:00+02:00",
            "end_effective": "2013-05-31T02:00:00+02:00",
            "assignment": "2012-11-28T09:12:02+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53344,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3055-53344-10"
            ]
        },
        {
            "id": 3100,
            "title": {
                "de": "Qualitätsmanagement der präklinischen Reanimation mittels Postevent Performance Debriefing",
                "en": "Quality management in prehospital cardio-pulmonary resuscitation with postevent performance debriefing"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-06-01T02:00:00+02:00",
            "begin_effective": "2012-12-15T01:00:00+01:00",
            "end_planned": "2013-12-31T01:00:00+01:00",
            "end_effective": "2013-12-30T01:00:00+01:00",
            "assignment": "2012-12-10T11:18:18+01:00",
            "program": null,
            "subprogram": "Land Steiermark unter 5.000,- Euro",
            "organization": 14070,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 67711,
            "contact": 67711,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3100-67711-10"
            ]
        },
        {
            "id": 2966,
            "title": {
                "de": "DK Molecular Fundamentals of Inflammation",
                "en": "DK Molecular Fundamentals of Inflammation"
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-03-01T01:00:00+01:00",
            "begin_effective": "2012-12-17T01:00:00+01:00",
            "end_planned": "2016-02-28T01:00:00+01:00",
            "end_effective": "2017-06-30T02:00:00+02:00",
            "assignment": "2012-09-06T12:53:37+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "W1241",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3202,
            "title": {
                "de": "Validierung des p62 transgenen Mausmodells für die Etablierung eines neuen Modells für das humane Hepatozelluläre Karzinom",
                "en": "Validation of the p62 transgenic mouse model for the establishment of a new model for human hepatocellular carcinoma"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-09-24T02:00:00+02:00",
            "begin_effective": "2012-12-23T01:00:00+01:00",
            "end_planned": "2012-12-23T01:00:00+01:00",
            "end_effective": "2012-09-24T02:00:00+02:00",
            "assignment": "2013-03-04T13:22:45+01:00",
            "program": 103,
            "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": [
                201
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3099,
            "title": {
                "de": "Parodontale Therapie und Reduktion der Gefäßinflammation bei Patienten mit peripherer arterieller Verschlusskrankheit",
                "en": "Periodontal treatment and reduction of vascular inflammation in patients with peripheral arterial disease"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-11-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2015-10-31T01:00:00+01:00",
            "end_effective": "2018-01-01T01:00:00+01:00",
            "assignment": "2012-12-10T11:16:43+01:00",
            "program": 108,
            "subprogram": "KLIF",
            "organization": 14079,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 52018,
            "contact": 52018,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI256",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3099-52018-10"
            ]
        },
        {
            "id": 4136,
            "title": {
                "de": "\"Chordome - Erforschung neuer therapeutischer Targets\"",
                "en": "“Chordomas – Studying Possible Therapeutic Targets”"
            },
            "short": "Chordom HDAC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2013-12-31T01:00:00+01:00",
            "end_effective": "2013-12-31T01:00:00+01:00",
            "assignment": "2015-11-02T09:51:00+01:00",
            "program": 92,
            "subprogram": "Marietta Blau-Stipendium",
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50448,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4136-50448-10"
            ]
        },
        {
            "id": 3097,
            "title": {
                "de": "Etablierung und Charakterisierung einer humanen Synovialsarkom-Zelllinie",
                "en": "Establishment and characterization of a human synovial sarcoma cell line"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-06-01T02:00:00+02:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2012-12-31T01:00:00+01:00",
            "end_effective": "2013-12-30T01:00:00+01:00",
            "assignment": "2012-12-07T13:18:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50696,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3097-50696-10"
            ]
        },
        {
            "id": 3011,
            "title": {
                "de": "Vitamin D und Pharmakogenetik im Glucosestoffwechsel",
                "en": "VitaminD treatment, pharmacogenetics and glucose metabolism"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2016-01-01T01:00:00+01:00",
            "end_effective": "2018-03-31T02:00:00+02:00",
            "assignment": "2012-10-22T17:15:49+02:00",
            "program": 108,
            "subprogram": "KLIF",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI274",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3135,
            "title": {
                "de": "Überlebensrate und Kosteneffizienzanalyse von Schultertotalendoprothesen.",
                "en": "Pooled Survival and Cost-effectiveness Analysis of Cementation Status and Implant Design In Total Shoulder Arthroplasty (TSA)"
            },
            "short": "Cost-effectivness in TSA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2013-12-01T01:00:00+01:00",
            "end_effective": "2013-12-01T01:00:00+01:00",
            "assignment": "2013-01-15T13:36:56+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59379,
            "contact": 59379,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1390
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3135-59379-10"
            ]
        },
        {
            "id": 3164,
            "title": {
                "de": "NANOpartikel in geklonten Zellen",
                "en": "NANOparticles in cloned cells"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2013-11-30T01:00:00+01:00",
            "end_effective": "2013-12-30T01:00:00+01:00",
            "assignment": "2013-02-05T12:17:18+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51158,
            "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": [
                "3164-51158-10"
            ]
        },
        {
            "id": 3476,
            "title": {
                "de": "Hyperkapnie ist unter präklinischer Reanimation häufig und mit dem Outcome assoziiert",
                "en": "Hypercapnia is common during out-of-hospital cardiopulmonary resuscitation and affects outcome"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2013-12-19T11:38:05+01:00",
            "program": null,
            "subprogram": "Preis",
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54296,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1330
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3476-54296-10"
            ]
        },
        {
            "id": 3111,
            "title": {
                "de": "Aufbau und Profilbildung der Arbeitsgruppe „Pädiatrische Infektiologie“",
                "en": "Aufbau und Profilbildung der Arbeitsgruppe „Pädiatrische Infektiologie“"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2014-07-31T02:00:00+02:00",
            "end_effective": "2016-03-31T02:00:00+02:00",
            "assignment": "2012-12-14T12:21:05+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14091,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51647,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3111-51647-10"
            ]
        },
        {
            "id": 3181,
            "title": {
                "de": "Leukozytenfunktion bei Kombinationstherapien mit Proteaseinhibitoren gegen Chronische Hepatitis C",
                "en": "Leukocyte function during antiviral combination therapies against hepatitis C"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-12-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2013-12-01T01:00:00+01:00",
            "end_effective": "2013-12-30T01:00:00+01:00",
            "assignment": "2013-02-20T10:36:37+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54296,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3181-54296-10"
            ]
        },
        {
            "id": 3174,
            "title": {
                "de": "Stimulierung der Tumorigenese durch NKG2D Rezeptoren",
                "en": "Stimulation of Tumorigenesis by NKG2D Lymphocyte Receptors"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2015-12-31T01:00:00+01:00",
            "end_effective": "2015-12-31T01:00:00+01:00",
            "assignment": "2013-02-14T09:16:44+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 60706,
            "contact": 60706,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J3359",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3174-60706-10"
            ]
        },
        {
            "id": 3316,
            "title": {
                "de": "Fäkale Bakterientherapie bei chronisch aktiver Colitis Ulcerosa: Intestinales Mikrobiom und Immunsystem im Vergleich zur Clostridium difficile Colitis.",
                "en": "Fecal Bacteriotherapy in Patients with Chronic Active Ulcerative Colitis: Study on Changes in the Intestinal Microbiome and Inflammatory Response in Comparison to Clostridium difficile Colitis."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2015-12-31T01:00:00+01:00",
            "end_effective": "2015-12-31T01:00:00+01:00",
            "assignment": "2013-07-05T14:51:02+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54296,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                203
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3316-54296-10"
            ]
        },
        {
            "id": 3159,
            "title": {
                "de": "Assoziation von Biomarkern  des Knochen- und Nierenstoffwechsels mit der kardiovaskulären Mortalität",
                "en": "Association of biomarkers of kidney, bone and vitamin D metabolism with cardiovascular mortality "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2014-01-31T01:00:00+01:00",
            "end_effective": "2014-01-31T01:00:00+01:00",
            "assignment": "2013-01-29T09:41:32+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14028,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50886,
            "contact": 50886,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3159-50886-10"
            ]
        }
    ]
}