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=1240
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=1260",
    "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=1220",
    "results": [
        {
            "id": 1767,
            "name": "University of Miami Miller School of Medicine",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 2309,
            "name": "UNIVERZA V LJUBLJANI (FHS)",
            "short": "FHS",
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1769,
            "name": "The 3rd Clinic Hospital (Beijing Chaoyang Hospital) - Capital University of Medical Science",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Beijing",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1771,
            "name": "Christian-Albrechts-Universität zu Kiel",
            "short": null,
            "street": null,
            "zipcode": "24098",
            "city": "Kiel",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1772,
            "name": "Dalhousie University",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Halifax",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1774,
            "name": "Universitetssjukhuset",
            "short": null,
            "street": null,
            "zipcode": "58185",
            "city": "Linköping",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1342,
            "name": "Mahidol Universit",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1363,
            "name": "Emergency Eye Hospital Bukarest",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Bukarest",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1367,
            "name": "Lithuanian University of Health Science",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1374,
            "name": "Johnson&Johnson Medical GmbH - Ethikon",
            "short": null,
            "street": "Robert-Koch-Straße 1",
            "zipcode": "22851",
            "city": "Norderstedt",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1375,
            "name": "Merz Pharmazeuticals GmbH\r\nR&D Dermatology",
            "short": null,
            "street": "Eckenheimer Landstraße 100",
            "zipcode": "60318",
            "city": "Frankfurt am Main",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1379,
            "name": "Nischegorodskaja gosudarstwennaja medizinskaja akademija Federalnowo agentstwa po sdrawoochraneniju i sozialnomu raswitiju",
            "short": "NNSMA",
            "street": "10/1, Minin and Pozharsky Sq.",
            "zipcode": "603005",
            "city": "Nizhny Novgorod",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1384,
            "name": "University of Nairobi - Medical School of School",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Nairobi",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1412,
            "name": "Gomal University D I Khan",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1415,
            "name": "Kathmandu University School of Medical Sciences - Basic Science Complex",
            "short": null,
            "street": "P.O. Box 6250",
            "zipcode": null,
            "city": "Dhulikhel",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1429,
            "name": "Malmö Högskola",
            "short": null,
            "street": "Malmö Universiy",
            "zipcode": "205 06",
            "city": "Malmö",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://mah.se/english/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1446,
            "name": "St George´s Hospital Medical School",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1470,
            "name": "International Prevention Research Institut-IPRI Management",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 3,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1481,
            "name": "Probe Scientific Ltd.",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1487,
            "name": "Nasjonalt Folkehelseinstitutt",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 3,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        }
    ]
}