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": 2067,
    "next": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=2040",
    "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=2000",
    "results": [
        {
            "id": 2224,
            "name": "University Hospital of North Norway - Tromsö",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Tromsoe",
            "typeintellectualcapitalaccounting": null,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 2278,
            "name": "Graz University of Technology",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Graz",
            "typeintellectualcapitalaccounting": null,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 2279,
            "name": "University of Graz",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Graz",
            "typeintellectualcapitalaccounting": null,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1513,
            "name": "University degli Studi di Milano-Bicocca",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Mailand",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1486,
            "name": "Universidad de Murcia",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Murcia",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1461,
            "name": "Rupprecht-Karls-Universität Heidelberg",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Heidelberg",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1382,
            "name": "Imola Hospital",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Imola",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1662,
            "name": "Medical University of Gdansk",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Gdansk",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.mug.edu.pl/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1609,
            "name": "Institut de droit de la santé de l’Université de Neuchâtel",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Neuchâtel",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1495,
            "name": "University degle Studi di Milano",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Mailand",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1479,
            "name": "Illumina Cambridge Ltd",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Cambridg",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1476,
            "name": "Fundacio Privada Parc Cientific de Barcelona",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Barcelona",
            "typeintellectualcapitalaccounting": 3,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1475,
            "name": "Universite de Geneve",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Geneve",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1660,
            "name": "Universitätsklinikum Jena",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Jena",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1657,
            "name": "Faculty of Nursing - Port Said University",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Port Said",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1534,
            "name": "Brno University of Technology",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Brno",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 243,
            "name": "North Bristol NHS Trust",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Bristol",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.nbt.nhs.uk",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 2172,
            "name": "University of Wisconsin-Madison",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Madison",
            "typeintellectualcapitalaccounting": null,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1849,
            "name": "University of Novi Sad - Faculty of Medicine",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Novi Sad",
            "typeintellectualcapitalaccounting": null,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1841,
            "name": "Medical Faculty Nis",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Nis",
            "typeintellectualcapitalaccounting": null,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        }
    ]
}