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=1380
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2073,
    "next": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=1400",
    "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=1360",
    "results": [
        {
            "id": 1709,
            "name": "Universita degli Studi di Bari",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Bari",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.uniba.it/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1713,
            "name": "Thomas Sorger",
            "short": null,
            "street": "Schillerplatz 2",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1726,
            "name": "Megapharm GmbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Sankt Augustin",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1729,
            "name": "European Molecular Biology Laboratory (EMBL)",
            "short": "EMBL",
            "street": "Meyerhofstraße 1",
            "zipcode": "69117",
            "city": "Heidelberg",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.embl.de/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1730,
            "name": "Helmholtz-Zentrum für Infektionsforschung GmbH",
            "short": null,
            "street": "Inhoffenstraße 7",
            "zipcode": "38124",
            "city": "Braunschweig",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.helmholtz-hzi.de/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1732,
            "name": "Genzyme Europe B.V.",
            "short": null,
            "street": "Gooimeer 10",
            "zipcode": "1411",
            "city": "Naarden",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1734,
            "name": "Bayer Schering Pharma AG",
            "short": null,
            "street": "Müllerstraße 178",
            "zipcode": "13353",
            "city": "Berlin",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1737,
            "name": "Glaxosmithkline Research and Development LTD.",
            "short": null,
            "street": "Great West Road 980 Brentford",
            "zipcode": "TW8 9GS",
            "city": "Middlesex",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1738,
            "name": "UCB Pharma SA",
            "short": null,
            "street": "Alle de la Recherche 60",
            "zipcode": "1070",
            "city": "Brüssel",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1750,
            "name": "Hospital Universitario La Paz",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Madrid",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1751,
            "name": "Fundacion Vasca de Innovacion e Investigacion Sanitarias-BIOEF",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 7,
            "url": "http://www.bioef.org/Default.aspx",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1756,
            "name": "Bracco Imaging SpA",
            "short": "Bracco",
            "street": "Via Egidio Folli 50",
            "zipcode": "20134",
            "city": "Milan",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1759,
            "name": "doctors for disabled Austria",
            "short": "dfd",
            "street": "Petrusgasse 14",
            "zipcode": "1030",
            "city": "Wien",
            "typeintellectualcapitalaccounting": 7,
            "url": "http://www.doctorsfordisabled.at/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1760,
            "name": "Syrian Private University",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "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
        }
    ]
}