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=1480
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2035,
    "next": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=1500",
    "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=1460",
    "results": [
        {
            "id": 1868,
            "name": "Univ.Prof. DDr. Günter Schultes",
            "short": null,
            "street": "Riesstr. 119",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": null,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1870,
            "name": "University of Ljubljana, Department of Pediatric Surgery",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Ljubljana",
            "typeintellectualcapitalaccounting": null,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1874,
            "name": "University of Craiova",
            "short": null,
            "street": "St. A. I. Cuza No. 13",
            "zipcode": null,
            "city": "Craiova",
            "typeintellectualcapitalaccounting": null,
            "url": "http://www.ucv.ro/en/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1875,
            "name": "keine",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": null,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1902,
            "name": "Hrvatski Zavod Za Zdravstveno Osiguranje",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Zagreb",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1903,
            "name": "Terveyden Ja Hyvinvoinnin Laitos",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Helsinki",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1925,
            "name": "Hannoversche Kinderheilanstalt",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Hannover",
            "typeintellectualcapitalaccounting": 3,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1926,
            "name": "Università degli Studi \"G. d`Annunzio\", Chieti-Pescara",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Chieti",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1927,
            "name": "Universitetet i Oslo",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Oslo",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 2315,
            "name": "UNIVERSITAT DES SAARLANDES",
            "short": "USAAR",
            "street": null,
            "zipcode": null,
            "city": "Saarbrücken",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1943,
            "name": "University Court of the University of St. Andrews",
            "short": "USTAN",
            "street": "North Street 66 College Gate",
            "zipcode": "KY16 9AJ",
            "city": "St. Andrews",
            "typeintellectualcapitalaccounting": 1,
            "url": "https://www.st-andrews.ac.uk/about/governance/court/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1945,
            "name": "Leibnitz-Institut DSMZ-Deutsche Sammlung von Mikroorganismen und Zellkulturen GmbH",
            "short": "DSMZ",
            "street": "Inhoffenstrasse 7B",
            "zipcode": "38124",
            "city": "Braunschweig",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.leibniz-gemeinschaft.de/institute-museen/einrichtungen/dsmz/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1946,
            "name": "Jacobs Universität",
            "short": "JacobsUni",
            "street": "Campus Ring 1",
            "zipcode": "28759",
            "city": "Bremen",
            "typeintellectualcapitalaccounting": 1,
            "url": "https://www.jacobs-university.de/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1947,
            "name": "Koninklijke Nederlandse Akademie van Wetenschappen",
            "short": "KNAW",
            "street": "Kloveniersburgwal 29 Hwt Trippenhuis",
            "zipcode": "1011 JV",
            "city": "Amsterdam",
            "typeintellectualcapitalaccounting": 3,
            "url": "https://www.knaw.nl/en",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1949,
            "name": "Instituto Oncologico Veneto IRCCS",
            "short": "IOV",
            "street": "Via Gattamelata ",
            "zipcode": "35128",
            "city": "Padova",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.ioveneto.it/index.php",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1951,
            "name": "Max-Planck-Gesellschaft zur Förderung der Wissenschaften e.V.",
            "short": "MPG",
            "street": "Hofgartenstrasse 8",
            "zipcode": "80539",
            "city": "München",
            "typeintellectualcapitalaccounting": 7,
            "url": "http://www.mpg.de/de",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1967,
            "name": "Department of Health",
            "short": "DH",
            "street": "Quarry House, Quarry Hill",
            "zipcode": "LS2 7UE",
            "city": "Leeds",
            "typeintellectualcapitalaccounting": 1,
            "url": "https://www.gov.uk/government/organisations/department-of-health",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1970,
            "name": "Sanofi-Aventis Recherche & Development",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Chilly",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1973,
            "name": "Icahn School of Medicine at Mount Sinai",
            "short": "ISMMS",
            "street": "1 Gustave L. Levy Place",
            "zipcode": "NY 10029-5674",
            "city": "New York",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://icahn.mssm.edu/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1974,
            "name": "Enterprise Ireland",
            "short": "Enterprise Ireland",
            "street": "Eastpoint Buisness Park",
            "zipcode": "D03 E5R6",
            "city": "Dublin 3",
            "typeintellectualcapitalaccounting": 4,
            "url": "https://www.enterprise-ireland.com/en/",
            "telephone": null,
            "email": null,
            "information": null
        }
    ]
}