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": 2035, "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": 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 }, { "id": 973, "name": "State University of Medicine and Pharmacy NTestemitanu Chisinau R Moldova", "short": null, "street": null, "zipcode": null, "city": "Chisinau", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 979, "name": "Georgian National Oncological Center", "short": null, "street": "Lisi Lake", "zipcode": "0177", "city": "Tbilisi", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 889, "name": "Siemens AG Österreich", "short": null, "street": "Straßganger Strasse 315", "zipcode": "8054", "city": "Graz", "typeintellectualcapitalaccounting": 4, "url": null, "telephone": null, "email": null, "information": null }, { "id": 890, "name": "Clinical Department of Dermatovenerology\r\nUniversity Hospital Center Zagreb", "short": null, "street": null, "zipcode": null, "city": "Zagreb", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 896, "name": "Institute of Obstetrics and Gynaecology", "short": null, "street": null, "zipcode": null, "city": "Begrade", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 901, "name": "National Public Health Institute", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 919, "name": "Dutch Federation of University Medical Centers", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 933, "name": "Alleanza contro il cancro", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 7, "url": null, "telephone": null, "email": null, "information": null }, { "id": 944, "name": "Universitätsklinikum Hamburg-Eppendorf", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 952, "name": "XXX", "short": null, "street": null, "zipcode": null, "city": "XXX", "typeintellectualcapitalaccounting": 0, "url": null, "telephone": null, "email": null, "information": null }, { "id": 955, "name": "Friedrich-Schiller-Universität Jena", "short": null, "street": null, "zipcode": null, "city": "Jena", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 958, "name": "Samara State Medical University", "short": null, "street": null, "zipcode": null, "city": "Samara", "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 961, "name": "Timbuktu Univerisity of Advanced Sciences", "short": "TUoAS", "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 1, "url": null, "telephone": null, "email": null, "information": null }, { "id": 964, "name": "keine", "short": null, "street": null, "zipcode": null, "city": null, "typeintellectualcapitalaccounting": 0, "url": null, "telephone": null, "email": null, "information": null } ] }