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=900
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=920",
    "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=880",
    "results": [
        {
            "id": 1003,
            "name": "Dako Denmark A/S",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1005,
            "name": "Biotechnology Institute / Institute of Molecular Genetics of the Czech Academy of Sciences",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1010,
            "name": "Keio University\r\nDepartment of Dermatology\r\nSchool of Medicine",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Tokyo ",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1011,
            "name": "Indiana University School of Medicine",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1014,
            "name": "Universitätsklinik für Neurologie, Paracelsus Medizinische Privatuniversität Salzburg",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Salzburg",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1016,
            "name": "Dermatol. Center Derm",
            "short": null,
            "street": "Barjanska Cesta 62",
            "zipcode": "1000",
            "city": "Ljubljana",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 984,
            "name": "Hospital Universitari de Valld'Hebron",
            "short": null,
            "street": "Paseo Vall d'Hebron, 119-129",
            "zipcode": "08035 ",
            "city": "Barcelona Vall d'Hebron",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 985,
            "name": "Universität Rostock, Klinik für Innere Medizin, Abteilung Infektiologie und Tropenmedizin",
            "short": null,
            "street": "Ernst-Heydemann-Str. 6",
            "zipcode": "18057",
            "city": "Rostock",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 990,
            "name": "Clinical Hospital Center Rijeka University Hospital, Gynaecology Dept.",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 996,
            "name": "QIAGEN GmbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 999,
            "name": "PreAnalytiX GmbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1012,
            "name": "Österreichische Gesellschaft für Neuraltherapie-ÖNR",
            "short": null,
            "street": "Tannenweg 5",
            "zipcode": "2451",
            "city": "Hof",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1015,
            "name": "Spec. Derm. Ord. Sanja Petek Modric\r\n",
            "short": null,
            "street": "K.P. Kresimira IV 41a",
            "zipcode": "42000",
            "city": "Varazdin",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1017,
            "name": "Aminu Kano Teaching Hospital",
            "short": "AKTH",
            "street": "PMB 3452",
            "zipcode": "700001",
            "city": "Kano",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1019,
            "name": "Faculty of Medicine of Masaryk University, Brno",
            "short": null,
            "street": "Jihlavaká 20",
            "zipcode": "625 00",
            "city": "Brno",
            "typeintellectualcapitalaccounting": 1,
            "url": "www.ceskapojistovna.cz",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1023,
            "name": "Shiraz University of Medical Sciences, Shiraz,Iran",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1027,
            "name": "University of Sulaimani \r\nCollege of Medicine",
            "short": null,
            "street": "Salaimani",
            "zipcode": null,
            "city": "Kurdistan Region Iraq",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1030,
            "name": "Xuan Wu Hospital, Capital University of Medical Sciences",
            "short": null,
            "street": "No.45 Changchunjie",
            "zipcode": "100053 ",
            "city": "Bejing",
            "typeintellectualcapitalaccounting": 1,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1040,
            "name": "SB Celje (General Hospital Celje)",
            "short": null,
            "street": "Oblakova Ulica 5",
            "zipcode": "3000",
            "city": "Celje",
            "typeintellectualcapitalaccounting": 7,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1048,
            "name": "piCHEM Forschungs- und Entwicklungs GmbH",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Graz",
            "typeintellectualcapitalaccounting": 4,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        }
    ]
}