Program List
List programs.
Fields
id (integer)
Primary key.
name (string)
Name of research program.
active (boolean)
Is research program active.
funder (integer)
Foreign key to funder.
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:
funder
GET /v1/research/program/?format=api&offset=120
{ "count": 127, "next": null, "previous": "https://api-test.medunigraz.at/v1/research/program/?format=api&limit=20&offset=100", "results": [ { "id": 204, "name": "ÖAW L'ORÉAL Österreich (Stipendien für junge Grundlagen-Forscher*innen in Österreich)", "active": true, "funder": 15 }, { "id": 101, "name": "ÖAW MAX KADE", "active": true, "funder": 15 }, { "id": 91, "name": "ÖFG", "active": false, "funder": null }, { "id": 81, "name": "Österreichische Krebshilfe Steiermark", "active": false, "funder": null }, { "id": 83, "name": "Österreichischer Herzfonds", "active": false, "funder": null }, { "id": 205, "name": "Technology Grant Southeast Asia (ÖAD)", "active": false, "funder": 20 }, { "id": 75, "name": "Zukunftsfonds Land Steiermark", "active": false, "funder": 135 } ] }