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=80
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=100",
    "previous": "https://api-test.medunigraz.at/v1/research/partner/?format=api&limit=20&offset=60",
    "results": [
        {
            "id": 162,
            "name": "University of Bristol",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Bristol",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.bris.ac.uk/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 163,
            "name": "University of Zurich",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Zürich",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.unizh.ch/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 164,
            "name": "Georg-August-University Goettingen/Bereich Humanmedizin\r\n",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": "Göttingen",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.humanmedizin-goettingen.de/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 165,
            "name": "Institut National de Sante et Recherche Medicale",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.inserm.fr",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 166,
            "name": "Up-to-date Informatik AG",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 4,
            "url": "http://www.up-to-date.ch/ ",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 167,
            "name": "Statistik Dr. M. Buser",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 3,
            "url": null,
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 168,
            "name": "Institute of Genetics and Biophysics \"A. Buzzati Traverso\"",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.igb.cnr.it/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 169,
            "name": "The Genetic interest group",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.gig.org.uk/ ",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 170,
            "name": "The open University Centre for education in Medicine",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": "http://iet.open.ac.uk/about/oucem/index.cfm",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 171,
            "name": "Zhongshan Medical College/Sun Yat-Sen University\r\n",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.sysu.edu.cn/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 172,
            "name": "All India Institute of Medical Sciences",
            "short": null,
            "street": null,
            "zipcode": null,
            "city": null,
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.aiims.ac.in/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 1,
            "name": "Institut für Virologie und Biomedizin/Veterinärmedizinische Universität Wien",
            "short": null,
            "street": "Veterinärplatz 1",
            "zipcode": "1210",
            "city": "Wien",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.vu-wien.ac.at",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 2,
            "name": "Institut für Krebsforschung/Medizinische Universität Wien",
            "short": null,
            "street": "Borschkegasse 8a",
            "zipcode": "1090",
            "city": "Wien",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.onkologie-graz.at/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 3,
            "name": "Oridis Biomed, Forschungs- und Entwicklungs-GmbH",
            "short": null,
            "street": "Elisabethstraße 84",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.oridis-biomed.com",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 4,
            "name": "Institut für Elektro- und Biomedizinische Technik/Technische Universität Graz",
            "short": null,
            "street": "Krenngasse 37",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.imt.tugraz.at/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 5,
            "name": "Institut für Biochemie/Technische Universität Graz",
            "short": null,
            "street": "Petersgasse 12",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.biochemistry.tugraz.at/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 6,
            "name": "Institut für Medizinische Biologie und Humangenetik/Universität Innsbruck",
            "short": null,
            "street": "Schöpfstraße 41",
            "zipcode": "6020",
            "city": "Innsbruck",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.i-med.ac.at/mypoint/",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 7,
            "name": "Joanneum Research Forschungsgesellschaft mbH",
            "short": null,
            "street": "Steyrergasse 17",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.joanneum.at/ ",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 8,
            "name": "Institut für Psychologie/Karl-Franzens-Universität Graz",
            "short": null,
            "street": "Universitätsplatz 2",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 1,
            "url": "http://www.uni-graz.at/psywww/Welcome.html",
            "telephone": null,
            "email": null,
            "information": null
        },
        {
            "id": 9,
            "name": "Pädagogisches Institut des Bundes in Steiermark",
            "short": null,
            "street": "Ortweinplatz 1",
            "zipcode": "8010",
            "city": "Graz",
            "typeintellectualcapitalaccounting": 3,
            "url": "http://www.pi-stmk.ac.at/",
            "telephone": null,
            "email": null,
            "information": null
        }
    ]
}