Bidding Endowment List
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
{
"count": 15,
"next": null,
"previous": null,
"results": [
{
"id": 890,
"bidding": 755,
"information": "in der Höhe von",
"amount": "3000.00",
"currency": "EUR"
},
{
"id": 714,
"bidding": 48,
"information": "Höhe des Stipendiums pro Jahr",
"amount": "72000.00",
"currency": "USD"
},
{
"id": 1140,
"bidding": 1010,
"information": "Bildungsbudget in der Höhe von",
"amount": "1250.00",
"currency": "EUR"
},
{
"id": 1173,
"bidding": 401,
"information": "Dissertationen: 1 Preis zu",
"amount": "1700.00",
"currency": "EUR"
},
{
"id": 1155,
"bidding": 1024,
"information": "for up to 5 years up to",
"amount": "1500000.00",
"currency": "EUR"
},
{
"id": 986,
"bidding": 839,
"information": "monthly grant rate",
"amount": "1250.00",
"currency": "EUR"
},
{
"id": 1085,
"bidding": 499,
"information": "maximale Fördersumme pro Projekt p.a.",
"amount": "30000.00",
"currency": "EUR"
},
{
"id": 1059,
"bidding": 927,
"information": "Preisgeld in der Höhe von",
"amount": "4000.00",
"currency": "EUR"
},
{
"id": 847,
"bidding": 742,
"information": "für 4 Monate Rotation",
"amount": "8000.00",
"currency": "EUR"
},
{
"id": 585,
"bidding": 464,
"information": "in der Höhe von",
"amount": "2000.00",
"currency": "EUR"
},
{
"id": 951,
"bidding": 805,
"information": "in der Höhe von",
"amount": "10000.00",
"currency": "EUR"
},
{
"id": 1014,
"bidding": 870,
"information": "Gehalt für die Projektleitung pro Jahr",
"amount": "95640.00",
"currency": "EUR"
},
{
"id": 996,
"bidding": 850,
"information": "in der Höhe von",
"amount": "10000.00",
"currency": "EUR"
},
{
"id": 1100,
"bidding": 30,
"information": "Personalkostensatz Doktorand*in pro Jahr",
"amount": "47520.00",
"currency": "EUR"
},
{
"id": 1128,
"bidding": 999,
"information": "max.",
"amount": "20000.00",
"currency": "EUR"
}
]
}