Bidding Deadline List
List bidding deadlines.
Fields
id (integer)
Primary key.
bidding (integer)
Foreign key to bidding.
deadline (date)
Datetime of deadline.
time (string)
Time of deadline.
comment (string)
Generic comment.
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:
deadline:gt,gte,lt,lte,date
GET /v1/research/bidding:deadline/?format=api&ordering=-deadline
{
"count": 15,
"next": null,
"previous": null,
"results": [
{
"id": 2477,
"bidding": 831,
"deadline": "2026-03-13T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2498,
"bidding": 879,
"deadline": "2026-03-06T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2491,
"bidding": 431,
"deadline": "2026-03-01T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2496,
"bidding": 616,
"deadline": "2026-02-26T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2497,
"bidding": 817,
"deadline": "2026-02-26T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2494,
"bidding": 407,
"deadline": "2026-02-01T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2483,
"bidding": 828,
"deadline": "2026-01-31T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2489,
"bidding": 579,
"deadline": "2026-01-31T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2490,
"bidding": 527,
"deadline": "2026-01-25T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2492,
"bidding": 426,
"deadline": "2026-01-16T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2487,
"bidding": 941,
"deadline": "2026-01-15T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2459,
"bidding": 499,
"deadline": "2025-12-31T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2495,
"bidding": 236,
"deadline": "2025-12-31T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2493,
"bidding": 1023,
"deadline": "2025-12-16T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2488,
"bidding": 1022,
"deadline": "2025-12-16T01:00:00+01:00",
"time": null,
"comment": null
}
]
}