List bidding endowments.

Fields

id (integer)

Primary key.

bidding (integer)

Foreign key to bidding.

information (string)

Generic textual information.

amount (number)

Monetary amount of endowment.

currency (string)

Currency used to define amount.

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • bidding

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:

  • amount: gt, gte, lt, lte
GET /v1/research/bidding:endowment/?format=api
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 23,
    "next": "https://api-test.medunigraz.at/v1/research/bidding:endowment/?format=api&limit=20&offset=20",
    "previous": null,
    "results": [
        {
            "id": 390,
            "bidding": 431,
            "information": "monatliche Stipendienrate",
            "amount": "1300.00",
            "currency": "EUR"
        },
        {
            "id": 1022,
            "bidding": 879,
            "information": "in der Höhe von",
            "amount": "750000.00",
            "currency": "CHF"
        },
        {
            "id": 1155,
            "bidding": 1024,
            "information": "for up to 5 years up to",
            "amount": "1500000.00",
            "currency": "EUR"
        },
        {
            "id": 740,
            "bidding": 407,
            "information": "monatlicher Stipendienbetrag bis zu",
            "amount": "1800.00",
            "currency": "EUR"
        },
        {
            "id": 986,
            "bidding": 839,
            "information": "monthly grant rate",
            "amount": "1250.00",
            "currency": "EUR"
        },
        {
            "id": 966,
            "bidding": 817,
            "information": "Personalkostensatz pro Doktorand*in und Jahr",
            "amount": "49320.00",
            "currency": "EUR"
        },
        {
            "id": 1021,
            "bidding": 616,
            "information": "Personalkostensatz pro Doktorand*in und Jahr",
            "amount": "49320.00",
            "currency": "EUR"
        },
        {
            "id": 1156,
            "bidding": 1025,
            "information": "monatliche Stipendienrate",
            "amount": "1300.00",
            "currency": "EUR"
        },
        {
            "id": 1158,
            "bidding": 1027,
            "information": "budget up to",
            "amount": "50000.00",
            "currency": "EUR"
        },
        {
            "id": 1157,
            "bidding": 1026,
            "information": "maximale Antragssumme",
            "amount": "450000.00",
            "currency": "EUR"
        },
        {
            "id": 1159,
            "bidding": 1028,
            "information": "budget up to",
            "amount": "80000.00",
            "currency": "EUR"
        },
        {
            "id": 1129,
            "bidding": 1000,
            "information": "in der Höhe von",
            "amount": "200000.00",
            "currency": "EUR"
        },
        {
            "id": 1074,
            "bidding": 941,
            "information": "Fördersumme bis max.",
            "amount": "20000.00",
            "currency": "EUR"
        },
        {
            "id": 1085,
            "bidding": 499,
            "information": "maximale Fördersumme pro Projekt p.a.",
            "amount": "30000.00",
            "currency": "EUR"
        },
        {
            "id": 1164,
            "bidding": 1031,
            "information": "grants up to",
            "amount": "150000.00",
            "currency": "EUR"
        },
        {
            "id": 1165,
            "bidding": 1032,
            "information": "max.",
            "amount": "450000.00",
            "currency": "EUR"
        },
        {
            "id": 1166,
            "bidding": 1033,
            "information": "max. ",
            "amount": "450000.00",
            "currency": "EUR"
        },
        {
            "id": 753,
            "bidding": 585,
            "information": "max.",
            "amount": "100000.00",
            "currency": "EUR"
        },
        {
            "id": 1167,
            "bidding": 1034,
            "information": "budget up to",
            "amount": "163000000.00",
            "currency": "EUR"
        },
        {
            "id": 978,
            "bidding": 831,
            "information": "a sum of",
            "amount": "200000.00",
            "currency": "USD"
        }
    ]
}