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=1100&ordering=-end_planned
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=1120&ordering=-end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1080&ordering=-end_planned",
    "results": [
        {
            "id": 5615,
            "title": {
                "de": "Kleinkinder in der digitalen Welt",
                "en": "Digital childhood"
            },
            "short": "KiD",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-10-01T02:00:00+02:00",
            "begin_effective": "2018-12-01T01:00:00+01:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2021-05-31T02:00:00+02:00",
            "assignment": "2019-01-15T11:38:22+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 64295,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                55
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5615-64295-10"
            ]
        },
        {
            "id": 5312,
            "title": {
                "de": "Spannungsfelder: Psyche, Ökonomie, Medizin",
                "en": "Stress fields: psyche, economics, medicine"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-05-01T02:00:00+02:00",
            "begin_effective": "2018-05-01T02:00:00+02:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2020-09-30T02:00:00+02:00",
            "assignment": "2018-03-21T11:32:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 50654,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5312-50654-10",
                "5312-79733-11"
            ]
        },
        {
            "id": 4596,
            "title": {
                "de": "DK \"Molecular Fundamentals of Inflammation\" (2. funding period)",
                "en": "DK \"Molecular Fundamentals of Inflammation\" (2. Förderperiode)"
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-10-01T02:00:00+02:00",
            "begin_effective": "2016-10-01T02:00:00+02:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2020-12-02T01:00:00+01:00",
            "assignment": "2016-09-06T10:53:17+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50496,
            "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": [
                "4596-50496-10",
                "4596-91349-12",
                "4596-91390-12",
                "4596-98029-12",
                "4596-99824-12",
                "4596-99483-12",
                "4596-107131-12"
            ]
        },
        {
            "id": 4603,
            "title": {
                "de": "DK \"Molecular Fundamentals of Inflammation\" (2. funding period)",
                "en": "DK \"Molecular Fundamentals of Inflammation\" (2. funding period)"
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-10-01T02:00:00+02:00",
            "begin_effective": "2017-03-01T01:00:00+01:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2020-12-01T01:00:00+01:00",
            "assignment": "2016-09-06T12:09:49+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51618,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4603-54011-12",
                "4603-83662-12",
                "4603-84167-12",
                "4603-88082-12",
                "4603-98990-12",
                "4603-51618-10",
                "4603-100552-12",
                "4603-107955-12"
            ]
        },
        {
            "id": 4594,
            "title": {
                "de": "DK \"Molecular Fundamentals of Inflamation\" (2. Förderperiode)",
                "en": "DK \"Molecular Fundamentals of Inflamation\" (2. funding period)"
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-10-01T02:00:00+02:00",
            "begin_effective": "2016-05-01T02:00:00+02:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2020-04-30T02:00:00+02:00",
            "assignment": "2016-09-06T10:45:26+02:00",
            "program": 66,
            "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": [
                9
            ],
            "funder_projectcode": "W1241",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4594-71386-12",
                "4594-77692-12",
                "4594-96374-12",
                "4594-51529-10"
            ]
        },
        {
            "id": 4598,
            "title": {
                "de": "DK \"Molecular Fundamentals of Inflammation\" (2. Förderperiode)",
                "en": "DK \"Molecular Fundamentals of Inflammation\" (2. Förderperiode)"
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-10-01T02:00:00+02:00",
            "begin_effective": "2016-10-01T02:00:00+02:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2020-12-02T01:00:00+01:00",
            "assignment": "2016-09-06T11:58:59+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 53252,
            "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": [
                "4598-53252-10"
            ]
        },
        {
            "id": 5985,
            "title": {
                "de": "Entwicklung eines Lunge am Chip-Systems zur in-vitro-Analyse der Toxizität von Nanostäuben",
                "en": "Development of a lung on a chip for the assessment of pulmonary toxicity"
            },
            "short": "NanoLunCh",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-10-01T02:00:00+02:00",
            "begin_effective": "2019-10-01T02:00:00+02:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2021-01-31T01:00:00+01:00",
            "assignment": "2019-12-09T10:41:48+01:00",
            "program": null,
            "subprogram": null,
            "organization": 17230,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 53900,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "874476",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5985-53900-10"
            ]
        },
        {
            "id": 4601,
            "title": {
                "de": "DK Molecular Fundamentals of Inflammation (2te Förderperiode)",
                "en": "DK Molecular Fundamentals of Inflammation (2nd funding period)"
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-10-01T02:00:00+02:00",
            "begin_effective": "2016-10-01T02:00:00+02:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2021-05-31T02:00:00+02:00",
            "assignment": "2016-09-06T12:05:43+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51705,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4601-51705-10"
            ]
        },
        {
            "id": 5705,
            "title": {
                "de": "Transkriptom-qPCR Analysen ",
                "en": "Transkriptom-qPCR Analysen "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-03-01T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2020-09-30T02:00:00+02:00",
            "assignment": "2019-02-21T14:11:21+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 80816,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-19",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5705-80816-10"
            ]
        },
        {
            "id": 4595,
            "title": {
                "de": "DK \"Molecular Fundamentals of Inflammation\" (2. Förderperiode) ",
                "en": "DK \"Molecular Fundamentals of Inflammation\" (2. funding period) "
            },
            "short": "DK-MOLIN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-10-01T02:00:00+02:00",
            "begin_effective": "2016-10-01T02:00:00+02:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2020-10-02T02:00:00+02:00",
            "assignment": "2016-09-06T10:49:37+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51756,
            "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": [
                "4595-51756-10"
            ]
        },
        {
            "id": 5275,
            "title": {
                "de": "Begleitdiagnostik (Companion Diagnostics) fördern durch KMUs",
                "en": "Companion Diagnostics expedited for SMEs"
            },
            "short": "Codex4SMEs",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-09-20T02:00:00+02:00",
            "begin_effective": "2017-09-20T02:00:00+02:00",
            "end_planned": "2020-09-19T02:00:00+02:00",
            "end_effective": "2021-12-31T01:00:00+01:00",
            "assignment": "2018-02-20T12:22:25+01:00",
            "program": null,
            "subprogram": "Interreg North-West Europe",
            "organization": 28392,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100581,
            "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": [
                "5275-54033-10",
                "5275-100581-10"
            ]
        },
        {
            "id": 5121,
            "title": {
                "de": "Von früheren SOS-Kinderdorf Kindern lernen: Psychosoziale Belastung und\r\nBodily Distress Syndrome (BDS) im frühen Erwachsenenalter",
                "en": "Learning from former SOS-Kinderdorf children: Bodily Distress Syndrome (BDS) in early adulthood "
            },
            "short": " ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-09-15T02:00:00+02:00",
            "begin_effective": "2017-10-01T02:00:00+02:00",
            "end_planned": "2020-09-15T02:00:00+02:00",
            "end_effective": "2021-06-30T02:00:00+02:00",
            "assignment": "2017-11-07T13:28:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 29447,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50774,
            "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": [
                "5121-50774-10"
            ]
        },
        {
            "id": 5871,
            "title": {
                "de": "Analyse von genetischen und Umweltfaktoren bei der Entstehung von Aggression mit Hilfe von Zebrafischen",
                "en": "Analysis of the genetic and environmental basis of aggression using zebrafish"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-09-01T02:00:00+02:00",
            "begin_effective": "2019-09-16T02:00:00+02:00",
            "end_planned": "2020-09-01T02:00:00+02:00",
            "end_effective": "2020-10-31T01:00:00+01:00",
            "assignment": "2019-07-30T14:55:13+02:00",
            "program": 69,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 71386,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J4090",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5871-71386-10"
            ]
        },
        {
            "id": 6065,
            "title": {
                "de": "Klinische und molekulargenetische Daten von Kindern und Jugendlichen mit spinalem Ependymomen",
                "en": "Clinical and molecular data of children and adolescents with spinal cord ependymoma"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-04-01T02:00:00+02:00",
            "begin_effective": "2020-04-01T02:00:00+02:00",
            "end_planned": "2020-09-01T02:00:00+02:00",
            "end_effective": "2021-02-28T01:00:00+01:00",
            "assignment": "2020-02-24T09:40:40+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14092,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51369,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1550
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6065-51369-10"
            ]
        },
        {
            "id": 5903,
            "title": {
                "de": "Augmented Reality Assistenz-Technologien im Kontext der Pflege-Services für Menschen mit Demenz im Häuslichen Umfeld",
                "en": "Augmented reality assistance technologies in the context of care services for people with dementia in the home care"
            },
            "short": "AR-Demenz",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-09-01T02:00:00+02:00",
            "begin_effective": "2019-09-01T02:00:00+02:00",
            "end_planned": "2020-08-31T02:00:00+02:00",
            "end_effective": "2020-11-30T01:00:00+01:00",
            "assignment": "2019-09-05T13:01:13+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 5865,
            "title": {
                "de": "Zonulin und Properdin zur Regulation der Darmbarriere",
                "en": "ZONULIN OR PROPERDIN TO REGULATE THE GUT BARRIER?"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-09-01T02:00:00+02:00",
            "begin_effective": "2019-09-01T02:00:00+02:00",
            "end_planned": "2020-08-31T02:00:00+02:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2019-07-16T16:10:36+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50989,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-44",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5865-50989-10"
            ]
        },
        {
            "id": 5006,
            "title": {
                "de": "Die genomische Rolle von FXR in NAFLD",
                "en": "FXR genomics in NAFLD"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-09-01T02:00:00+02:00",
            "begin_effective": "2017-09-01T02:00:00+02:00",
            "end_planned": "2020-08-31T02:00:00+02:00",
            "end_effective": "2021-12-31T01:00:00+01:00",
            "assignment": "2017-07-10T17:04:38+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57377,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P30482",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5006-50593-12",
                "5006-100227-12",
                "5006-57377-10",
                "5006-100172-12"
            ]
        },
        {
            "id": 5471,
            "title": {
                "de": "Klinische Anwendbarkeit ex vivo generierter Erythrozyten mit Fokus auf biomechanische Eigenschaften",
                "en": "Clinical translation of ex vivo cultured erythrocytes – biomechanical properties of manufactured red blood cells\r\n\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-09-01T02:00:00+02:00",
            "begin_effective": "2018-09-01T02:00:00+02:00",
            "end_planned": "2020-08-31T02:00:00+02:00",
            "end_effective": "2022-10-31T01:00:00+01:00",
            "assignment": "2018-09-11T18:08:07+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14058,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51164,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5471-51164-10"
            ]
        },
        {
            "id": 5620,
            "title": {
                "de": "Genomanalyse trifft Next Generation Sequenzierung: Schwerpunktsetzung in der NGS Technologie in der Steiermark",
                "en": "Genome Research meets Next Generation Sequencing: a focus of NGS in Styria"
            },
            "short": "NGS-Core GRaz",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-03-01T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2020-08-31T02:00:00+02:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2019-01-21T12:11:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 17235,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 73734,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 60,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5620-73734-10"
            ]
        },
        {
            "id": 5983,
            "title": {
                "de": "AHNAK das riesen Protein: Lokalisierung und Expression in humanen Chordom-Zelllinien",
                "en": "AHNAK the giant Protein: Localization and Expression in human Chordoma Cell Lines"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-01-01T01:00:00+01:00",
            "begin_effective": "2020-01-01T01:00:00+01:00",
            "end_planned": "2020-08-31T02:00:00+02:00",
            "end_effective": "2021-04-30T02:00:00+02:00",
            "assignment": "2019-12-09T09:19:25+01:00",
            "program": null,
            "subprogram": null,
            "organization": 27477,
            "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": []
        }
    ]
}