Partner List
List partners.
Fields
id (integer)
Primary key.
name (object)
Name of partner.
short (string)
Short form of name.
street (string)
Street address of partner.
zipcode (string)
ZIP code of partner.
city (string)
City of partner.
typeintellectualcapitalaccounting (integer)
Foreign key to the type of partner according to intellectual capital accounting.
url (string)
URL to the homepage.
telephone (string)
Telephone number.
email (string)
Email address.
information (string)
General information.
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:
typeintellectualcapitalaccounting
Filters
To filter for exact value matches:
?<fieldname>=<value>
Possible exact filters:
running
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:
title:iexact,contains,icontainsmode:iexact,contains,icontainsfunders:instart:gt,gte,lt,lte,date
GET /v1/research/partner/?format=api&offset=840
{ "count": 2049, "next": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=860", "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=820", "results": [ { "id": 947, "name": "Instituto Superiore di Sanità", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 962, "name": "Lviv National Medical Danylo Halytskyi University\r\n", "short": null, "street": null, "zipcode": null, "city": "lviv", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 983, "name": "Roche Diagnostics Graz GmbH", "short": "RD", "street": "Kratkystraße 2", "zipcode": "8020", "city": "Graz", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 884, "name": "Health Centre Slovenska Bistrica", "short": null, "street": null, "zipcode": null, "city": "Bistrica", "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1453, "name": "Universität Bern", "short": null, "street": null, "zipcode": null, "city": "Bern", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 887, "name": "Northern State Medical University Arkhangelsk", "short": null, "street": null, "zipcode": null, "city": "Arkhangelsk", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 897, "name": "Faculty Hospital Nitra - Ob. Gyn. Dept.", "short": null, "street": "Spitalska 6", "zipcode": "94901", "city": "Nitra", "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 903, "name": "Helmholtz Gemeinschaft", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 3, "url": null, "telephone": null, "email": null, "information": null }, { "id": 908, "name": "Institut National du Cancer", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 915, "name": "BIOS Research Centre for the Study of Bioscience, Biomedicine, Biotechnology and Society", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 917, "name": "Ministry of Education, Culture and Science", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 929, "name": "Fondazione Telethon", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 3, "url": null, "telephone": null, "email": null, "information": null }, { "id": 935, "name": "Research Infrastructure and Special Initiatives Unit Health Research Board", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 937, "name": "Life Science Governance Institute", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 939, "name": "deCODE genetics", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 942, "name": "Medizinische Universität Hannover", "short": null, "street": null, "zipcode": null, "city": "Hannover", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 948, "name": "Cancer Research UK", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 960, "name": "Gamma-Dynacare Medical Laboratories", "short": null, "street": null, "zipcode": null, "city": "Brampton, Ontario", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 966, "name": "Hospital Paulista de Otorinolaringologia", "short": null, "street": null, "zipcode": null, "city": "Sao Paulo", "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 971, "name": "MCMC", "short": "MCMC", "street": null, "zipcode": null, "city": "Ulaanbaatar", "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null } ] }