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": 121, "next": null, "previous": "https://api-test.medunigraz.at/v1/research/program/?format=api&limit=20&offset=100", "results": [ { "id": 257, "name": "FFG JTC Transforming Health and Care Systems (THCS)", "active": false, "funder": 416 } ] }