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=1360
{ "count": 2035, "next": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=1380", "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=1340", "results": [ { "id": 1796, "name": "Alimentary Health LTD", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 4, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1805, "name": "University of Pune", "short": null, "street": "Park Rd", "zipcode": "Pune", "city": "Maharashtra", "typeintellectualcapitalaccounting": null, "url": "http://www.unipune.ac.in/", "telephone": null, "email": null, "information": null }, { "id": 1807, "name": "University of Pardubice", "short": null, "street": null, "zipcode": null, "city": "Pardubice", "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1811, "name": "Ospedale Pediatrico Bambino Gesu", "short": null, "street": null, "zipcode": null, "city": "Rom", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1834, "name": "Danmarks Tekniske Universitet", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1838, "name": "Harokopio University", "short": null, "street": null, "zipcode": null, "city": "Athen", "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1839, "name": "Stichting Vu-Vumc", "short": null, "street": null, "zipcode": null, "city": "Amsterdam", "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1786, "name": "The University of Reading", "short": null, "street": null, "zipcode": null, "city": "Reading", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1799, "name": "Commonwealth Scientific and Industrial Research Organisation", "short": null, "street": null, "zipcode": null, "city": "Canberra", "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1803, "name": "Queen´s University at Kingston", "short": null, "street": null, "zipcode": null, "city": "Kingston", "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1804, "name": "Universitätsklinik für Gynäkologie an der Medizinischen Universität Graz", "short": null, "street": "Auenbruggerplatz", "zipcode": "8036", "city": "Graz", "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1809, "name": "Lynkeus", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 4, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1812, "name": "ESI Group S.A.", "short": null, "street": null, "zipcode": null, "city": "Paris", "typeintellectualcapitalaccounting": 4, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1818, "name": "Helsingin Yliopisto", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1842, "name": "Soochow University", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1852, "name": "Kufa University, College of Medicine", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1853, "name": "Helmholtz-Zentrum", "short": null, "street": null, "zipcode": null, "city": "Geesthacht", "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1859, "name": "Warsaw University of Life Sciences", "short": null, "street": "NOWOURSYNOWSKA 166 ST.", "zipcode": "02-787", "city": "Warsaw", "typeintellectualcapitalaccounting": 1, "url": "http://www.sggw.pl/en/", "telephone": null, "email": null, "information": null }, { "id": 1861, "name": "Far Eastern Memorial Hospital", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null }, { "id": 1871, "name": "Faculty of Medicine University of Indonesia", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": null, "url": null, "telephone": null, "email": null, "information": null } ] }