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": 71, "name": "FWF Translational Research", "active": false, "funder": 9 }, { "id": 68, "name": "FWF Nationales Forschungsnetzwerk", "active": false, "funder": 9 }, { "id": 67, "name": "FWF Spezialforschungsbereiche (SFB)", "active": false, "funder": 9 }, { "id": 66, "name": "FWF Doktoratskolleg", "active": false, "funder": 9 }, { "id": 65, "name": "FWF Lise Meitner", "active": false, "funder": 9 }, { "id": 122, "name": "FWF Wissenschaftskommunikationsprogramm", "active": false, "funder": 9 }, { "id": 263, "name": "FWF Europäische Partnerschaften (EP)", "active": false, "funder": 9 } ] }