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": 20,
"next": null,
"previous": null,
"results": [
{
"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": 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": 1118,
"bidding": 923,
"information": "Reisekosten bis max.",
"amount": "1500.00",
"currency": "EUR"
},
{
"id": 909,
"bidding": 51,
"information": "Hauptpreis",
"amount": "12000.00",
"currency": "EUR"
},
{
"id": 1036,
"bidding": 894,
"information": "pro Projekt bis max.",
"amount": "100000.00",
"currency": "EUR"
},
{
"id": 1168,
"bidding": 1035,
"information": "per project a total grant funding amount of",
"amount": "850000.00",
"currency": "EUR"
},
{
"id": 1059,
"bidding": 927,
"information": "Preisgeld in der Höhe von",
"amount": "4000.00",
"currency": "EUR"
},
{
"id": 1169,
"bidding": 1036,
"information": "per project a total grant funding amount of ",
"amount": "700000.00",
"currency": "EUR"
},
{
"id": 1170,
"bidding": 1037,
"information": "1. Preis",
"amount": "8000.00",
"currency": "EUR"
},
{
"id": 1171,
"bidding": 1038,
"information": "total available budget",
"amount": "100000.00",
"currency": "EUR"
},
{
"id": 847,
"bidding": 742,
"information": "für 4 Monate Rotation",
"amount": "8000.00",
"currency": "EUR"
},
{
"id": 1172,
"bidding": 1039,
"information": "total available budget",
"amount": "250000.00",
"currency": "USD"
},
{
"id": 852,
"bidding": 443,
"information": "Höhe des Preises",
"amount": "15000.00",
"currency": "EUR"
},
{
"id": 1014,
"bidding": 870,
"information": "Gehalt für die Projektleitung pro Jahr",
"amount": "95640.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"
}
]
}