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, icontains
  • mode: iexact, contains, icontains
  • funders: in
  • start: gt, gte, lt, lte, date
GET /v1/research/partner/?format=api&offset=920
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2049,
    "next": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=940",
    "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=900",
    "results": [
        {
            "id": 984,
            "name": "Hospital Universitari de Valld'Hebron",
            "short": null,
            "street": "Paseo Vall d'Hebron, 119-129",
            "zipcode": "08035 ",
            "city": "Barcelona Vall d'Hebron",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 985,
            "name": "Universität Rostock, Klinik für Innere Medizin, Abteilung Infektiologie und Tropenmedizin",
            "short": null,
            "street": "Ernst-Heydemann-Str. 6",
            "zipcode": "18057",
            "city": "Rostock",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 990,
            "name": "Clinical Hospital Center Rijeka University Hospital, Gynaecology Dept.",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 996,
            "name": "QIAGEN GmbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 999,
            "name": "PreAnalytiX GmbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1012,
            "name": "Österreichische Gesellschaft für Neuraltherapie-ÖNR",
            "short": null,
            "street": "Tannenweg 5",
            "zipcode": "2451",
            "city": "Hof",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1015,
            "name": "Spec. Derm. Ord. Sanja Petek Modric\r\n",
            "short": null,
            "street": "K.P. Kresimira IV 41a",
            "zipcode": "42000",
            "city": "Varazdin",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1017,
            "name": "Aminu Kano Teaching Hospital",
            "short": "AKTH",
            "street": "PMB 3452",
            "zipcode": "700001",
            "city": "Kano",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1019,
            "name": "Faculty of Medicine of Masaryk University, Brno",
            "short": null,
            "street": "Jihlavaká 20",
            "zipcode": "625 00",
            "city": "Brno",
            "typeintellectualcapitalaccounting": 1,
            "url": "www.ceskapojistovna.cz",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1023,
            "name": "Shiraz University of Medical Sciences, Shiraz,Iran",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1027,
            "name": "University of Sulaimani \r\nCollege of Medicine",
            "short": null,
            "street": "Salaimani",
            "zipcode": null,
            "city": "Kurdistan Region Iraq",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1030,
            "name": "Xuan Wu Hospital, Capital University of Medical Sciences",
            "short": null,
            "street": "No.45 Changchunjie",
            "zipcode": "100053 ",
            "city": "Bejing",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1040,
            "name": "SB Celje (General Hospital Celje)",
            "short": null,
            "street": "Oblakova Ulica 5",
            "zipcode": "3000",
            "city": "Celje",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1048,
            "name": "piCHEM Forschungs- und Entwicklungs GmbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Graz",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1049,
            "name": "Institute of Medical Biochemistry, Medical University of Vienna",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1054,
            "name": "Special Hospital for Children with Neurodevelopment al and Motor Disorders",
            "short": null,
            "street": "Goljak 2",
            "zipcode": "10 000",
            "city": "Zagreb",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1076,
            "name": "Wolfson Medical Hospital Affiliated to Tel Aviv University Sackler Medical School",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1080,
            "name": "Zeynep Kamil Women's Health, Education and Research Hospital",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1086,
            "name": "Szegedi Tudományegyetem",
            "short": null,
            "street": "Dugonics square 13",
            "zipcode": "6720",
            "city": "Szeged",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.szote.u-szeged.hu/aok/maine.htm",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1087,
            "name": "Oncology Centre  - Institut MSC Memorial Hospital",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        }
    ]
}