List funders.

Fields

id (integer)

Primary key.

name (object)

Names of funder, defined by language.

street (string)

Street address.

zipcode (string)

ZIP code.

city (string)

City.

country (integer)

Foreign key to countries.

category (integer)

Foreign key to category.

url (string)

URL to website.

telephone (string)

Telephone number.

email (string)

Email address.

patron (boolean)

Has funder been classified as a sponsor at the Medical University of Graz (can be assigned as a sponsor to a research funding project).

patron_peer_review (boolean)

Is funder a provider with scientific peer review procedure, which at the Medical University of Graz is regarded as a sponsor of competitively acquired third-party funding for research funding projects.

patron_ssociate_professor (boolean)

Is funder a provider that is regarded at the Medical University of Graz as a funding provider of competitively acquired third-party funds for research funding projects (especially for the crediting of projects in evaluations of Assoz. Professors and the like).

typeintellectualcapitalaccounting (integer)

Foreign key to type according to intellectual capital accounting.

typestatisticsaustria (integer)

Foreign key to type according to Statistic Austria.

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:

  • category
  • country
  • typeintellectualcapitalaccounting
  • typestatisticsaustria
GET /v1/research/funder/?format=api&offset=340
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 345,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/funder/?format=api&limit=20&offset=320",
    "results": [
        {
            "id": 2793,
            "name": "Stanford University",
            "street": "450 Jane Stanford Way",
            "zipcode": "94305",
            "city": "Stanford",
            "url": "www.stanford.edu",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 840,
            "category": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 1586,
            "name": "Deutsche Gesellschaft für Transfusionsmedizin & Immunhämatologie",
            "street": "Gertrudenstr. 9 ",
            "zipcode": "50667",
            "city": "Köln",
            "url": "http://www.dgti.de/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 276,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 22,
            "name": "Jubiläumsfonds der Stadt Wien für die ÖAW",
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "url": "http://www.oeaw.ac.at/~stipref/jubelfonds/index.html",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 40,
            "typeintellectualcapitalaccounting": 3,
            "typestatisticsaustria": 9
        },
        {
            "id": 468,
            "name": "Österreichische Kardiologische Gesellschaft",
            "street": "Währinger Gürtel 18-20",
            "zipcode": "1090",
            "city": "Wien",
            "url": "http://www.atcardio.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 90,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 5
        },
        {
            "id": 2770,
            "name": "Aktion Österreich - Slowakei",
            "street": "Sasinkova 10",
            "zipcode": "812 20 ",
            "city": "Bratislava ",
            "url": "https://www.aktion.saia.sk/de/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 703,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 5
        }
    ]
}