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=1200
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=1220",
    "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=1180",
    "results": [
        {
            "id": 1614,
            "name": "The Danish National Committee on Biomedical Research Ethics",
            "short": null,
            "street": "Finsensvej 15",
            "zipcode": "2000 ",
            "city": "Frederiksberg",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1615,
            "name": "Centrala Etikprovningsnamnden \r\n",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1659,
            "name": "Philochem AG",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1671,
            "name": "Medical University of Silesia",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Katowice",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://smk.sum.edu.pl/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1672,
            "name": "Universität Leipzig",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Leipzig",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.zv.uni-leipzig.de/en/university/profile-and-management/mission-profile-and-history/mission-statement.html",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1681,
            "name": "KLINIÈKI BOLNIÈKI CENTAR ZAGREB",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Zagreb",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1683,
            "name": "Institut Pasteur",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Paris",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.pasteur.fr/ip/easysite/pasteur/en",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1691,
            "name": "Academisch Ziekenhuis bij de Universiteit van Amsterdam",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Amsterdam",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1694,
            "name": "Fondazione Collegio Ghislieri",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Pavia",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1695,
            "name": "University of Dundee",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Dundee",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.dundee.ac.uk/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1705,
            "name": "St. Anna Kinderkrebsforschung",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "typeintellectualcapitalaccounting": 3,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1708,
            "name": "Università degli Studi di Perugia",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Perugia",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.unipg.it/en",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "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
        }
    ]
}