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=100
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2033,
    "next": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=120",
    "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=80",
    "results": [
        {
            "id": 10,
            "name": "Styria Vitalis",
            "short": null,
            "street": "Marburger Kai 51/II",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 4,
            "url": "http://www.styriavitalis.at ",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 11,
            "name": "S.I.N.N.",
            "short": null,
            "street": "Lerchengasse 4 c",
            "zipcode": "8054",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.sinn-evaluation.at/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 12,
            "name": "Institut für Empirische Sozialforschung (IFES) GmbH",
            "short": null,
            "street": "Rainergasse 38",
            "zipcode": "1050",
            "city": "Wien",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.ifes.at",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 13,
            "name": "Technikum Joanneum GmbH",
            "short": null,
            "street": "Werk-VI-Straße 46",
            "zipcode": "8605",
            "city": "Kapfenberg",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.fh-joanneum.at/ ",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 15,
            "name": "Institut für Pharmazeutische Chemie und Technologie/Karl-Franzens-Universität Graz",
            "short": null,
            "street": "Universitätsplatz 1",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.uni-graz.at/pharmazie/index.html",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 16,
            "name": "Institut für Pharmakognosie/Karl-Franzens-Universität Graz",
            "short": null,
            "street": "Universitätsplatz 1",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.kfunigraz.ac.at/phgwww/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 19,
            "name": "Department of Orthopaedic Surgery/Medical University Sofia\r\n\r\n",
            "short": null,
            "street": "15 Dimitar Nestorov Street",
            "zipcode": "1431",
            "city": "Sofia",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://mu-sofia.bg",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 20,
            "name": "St. Anna Kinderspital",
            "short": null,
            "street": "Kinderspitalgasse 6",
            "zipcode": "1090",
            "city": "Wien",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.stanna.at/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 21,
            "name": "National Institute of Health (NIH)",
            "short": null,
            "street": "9000 Rockville Bethesda",
            "zipcode": "20892",
            "city": "Maryland",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.nih.gov/ ",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 22,
            "name": "LKH Mürzzuschlag",
            "short": null,
            "street": "Grazer Straße 63-65",
            "zipcode": "8680",
            "city": "Mürzzuschlag",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.lkh-muerzzuschlag.at",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 23,
            "name": "Universitätsklinik für Medizinische Psychiologie und Psychotherapie/Medizinische Universität Wien",
            "short": null,
            "street": "Werk-VI-Straße 46",
            "zipcode": "1090",
            "city": "Wien",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.meduniwien.ac.at/medizinischepsychologie/, http://www.meduniwien.ac.at/psychotherapie",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 24,
            "name": "Universitätsklinik für Medizinische Psychologie und Psychotherapie/Medizinische Universität Innsbruck",
            "short": null,
            "street": "Sonnenburgstraße 16",
            "zipcode": "6020",
            "city": "Innsbruck",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.uibk.ac.at/c/c5/c539/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 25,
            "name": "KAGes - Steiermärkische Krankengesellschaft GmbH",
            "short": null,
            "street": "Stiftingtalstraße 4-6",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 7,
            "url": "http://www.kages.at/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 26,
            "name": "Institut für Erziehungs- und Bildungswissenschaften/Karl-Franzens-Universität Graz",
            "short": null,
            "street": "Merangasse 70",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www-gewi.uni-graz.at/edu/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 27,
            "name": "Universitätskinderklinik München",
            "short": null,
            "street": "Lindwurmstraße 4",
            "zipcode": "D-80336",
            "city": "München",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.med.uni-muenchen.de/I6_Klinikum.html",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 28,
            "name": "Dipartimento di Medicina, Chirurgia e Odontoitria - Faculta di Medicina e Chirurgia, Milano",
            "short": null,
            "street": "via A. Di Rudini, 8",
            "zipcode": "I-20126",
            "city": "Mailand",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.unimib.it/go/Home/English-version",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 30,
            "name": "Department of Clinical Neuroscience",
            "short": null,
            "street": null,
            "zipcode": "141 86",
            "city": "Stockholm",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.cns.ki.se/en/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 31,
            "name": "Helsinki University Central Hospital",
            "short": null,
            "street": null,
            "zipcode": "00029",
            "city": "Helsinki",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.hus.fi/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 32,
            "name": "Universidade de Lisboa",
            "short": null,
            "street": null,
            "zipcode": "1649 035",
            "city": "Lissabon",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.ul.pt/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 33,
            "name": "Vrije Universiteit Amsterdam",
            "short": null,
            "street": null,
            "zipcode": "1007 MB",
            "city": "Amsterdam",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.vu.nl/ ",
            "telephone": null,
            "email": null,
            "information": null
        }
    ]
}