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=2180&ordering=-begin_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2183,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=2160&ordering=-begin_effective",
    "results": [
        {
            "id": 2315,
            "title": {
                "de": "The genetic background of bronchial asthma and allergy",
                "en": "The genetic background of bronchial asthma and allergy"
            },
            "short": "J01055-MED",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": null,
            "begin_effective": "1995-08-01T02:00:00+02:00",
            "end_planned": null,
            "end_effective": "1996-07-21T02:00:00+02:00",
            "assignment": null,
            "program": null,
            "subprogram": null,
            "organization": 14095,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51713,
            "contact": 51713,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2315-51713-10"
            ]
        },
        {
            "id": 2314,
            "title": {
                "de": "Experimentelle Säuglingslungenfunktionsdiagnostik",
                "en": "Experimentelle Säuglingslungenfunktionsdiagnostik"
            },
            "short": "P09518-MED",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": null,
            "begin_effective": "1994-04-01T02:00:00+02:00",
            "end_planned": null,
            "end_effective": "1996-07-31T02:00:00+02:00",
            "assignment": null,
            "program": null,
            "subprogram": null,
            "organization": 14095,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51713,
            "contact": 51713,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2314-51713-10"
            ]
        },
        {
            "id": 2263,
            "title": {
                "de": "\"Bronchoalveoläre Lavage (BAL) bei lungen-transplantierten Ratten\" (BAL in rats with lung-transplantation) ",
                "en": "\"Bronchoalveoläre Lavage (BAL) bei lungen-transplantierten Ratten\" (BAL in rats with lung-transplantation) "
            },
            "short": "BAL",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": null,
            "begin_effective": "1991-01-01T01:00:00+01:00",
            "end_planned": null,
            "end_effective": "1992-01-01T01:00:00+01:00",
            "assignment": null,
            "program": 64,
            "subprogram": null,
            "organization": 13923,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        }
    ]
}