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": 19,
"next": null,
"previous": null,
"results": [
{
"id": 2401,
"bidding": 496,
"deadline": "2025-04-30T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2405,
"bidding": 442,
"deadline": "2025-08-28T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2404,
"bidding": 499,
"deadline": "2025-06-30T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2417,
"bidding": 894,
"deadline": "2025-04-28T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2418,
"bidding": 1005,
"deadline": "2025-06-30T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2419,
"bidding": 117,
"deadline": "2025-06-13T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2420,
"bidding": 464,
"deadline": "2025-06-13T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2421,
"bidding": 967,
"deadline": "2025-11-18T01:00:00+01:00",
"time": null,
"comment": null
},
{
"id": 2426,
"bidding": 277,
"deadline": "2025-05-23T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2427,
"bidding": 881,
"deadline": "2025-05-30T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2425,
"bidding": 882,
"deadline": "2025-05-15T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2424,
"bidding": 1007,
"deadline": "2025-05-22T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2428,
"bidding": 556,
"deadline": "2025-05-13T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2429,
"bidding": 880,
"deadline": "2025-05-30T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2430,
"bidding": 742,
"deadline": "2025-06-09T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2431,
"bidding": 852,
"deadline": "2025-04-30T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2434,
"bidding": 48,
"deadline": "2025-06-25T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2432,
"bidding": 838,
"deadline": "2025-05-12T02:00:00+02:00",
"time": null,
"comment": null
},
{
"id": 2433,
"bidding": 546,
"deadline": "2025-06-03T02:00:00+02:00",
"time": null,
"comment": null
}
]
}