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=2020
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2033,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=2000",
    "results": [
        {
            "id": 1511,
            "name": "Emergentec Biodevelopment GmbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1655,
            "name": "Bionanonet Forschungsgesellschaft mbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Graz",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.bionanonet.at/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1477,
            "name": "Siemens Aktiengesellschaft Österreich",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 941,
            "name": "Biolution Grünert & co keg",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1047,
            "name": "Thiomatrix Forschungs- und Entwicklungs GmbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Innsbruck",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 567,
            "name": "Thiomatrix GmbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Innsbruck",
            "typeintellectualcapitalaccounting": 4,
            "url": "http://www.thiomatrix.com/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 402,
            "name": "Mehrere Studienzentren",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "typeintellectualcapitalaccounting": 3,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 431,
            "name": "Orthopädisches Spital Gersthof",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.wienkav.at/kav/ger/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 755,
            "name": "Akademie für den Med.-Tech. Laboratoriumsdienst",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Graz",
            "typeintellectualcapitalaccounting": 5,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1887,
            "name": "Hage Sondermaschinenbau GmbH & CoKG",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Obdach",
            "typeintellectualcapitalaccounting": null,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 211,
            "name": "Institute of Biomedical Aging Research",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Innsbruck",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.iba.oeaw.ac.at/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 2359,
            "name": "Dansk Forskningsinstitut for Selvmordsforebyggelse",
            "short": "DRISP",
            "street": "Gentofte Hospitalsvej 15,4",
            "zipcode": "2900 ",
            "city": "Hellerup",
            "typeintellectualcapitalaccounting": null,
            "url": "https://drisp.dk/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 2358,
            "name": "Dansk Forskningsinstitut for Selvmordsforebyggelse",
            "short": "DRIP",
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": null,
            "url": "https://drisp.dk/",
            "telephone": null,
            "email": null,
            "information": null
        }
    ]
}