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
{
"count": 15,
"next": null,
"previous": null,
"results": [
{
"id": 2460,
"bidding": 475,
"deadline": "2025-10-31T01: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": 2421,
"bidding": 967,
"deadline": "2025-11-18T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2471,
"bidding": 863,
"deadline": "2025-11-30T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2474,
"bidding": 16,
"deadline": "2025-10-28T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2477,
"bidding": 831,
"deadline": "2026-03-13T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2478,
"bidding": 762,
"deadline": "2025-11-30T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2479,
"bidding": 757,
"deadline": "2025-11-30T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2480,
"bidding": 1006,
"deadline": "2025-10-27T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2482,
"bidding": 994,
"deadline": "2025-11-05T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2481,
"bidding": 818,
"deadline": "2025-11-19T01: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": 2485,
"bidding": 86,
"deadline": "2025-11-11T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2486,
"bidding": 265,
"deadline": "2025-11-28T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2447,
"bidding": 98,
"deadline": "2025-10-21T02:00:00+02:00",
"time": null,
"comment": null
}
]
}