Contract List
API endpoint for Lizard contracts.
Query parameters:
created:
Temporal filter on created
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; created__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
last_modified:
Temporal filter on last_modified
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; last_modified__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
Subendpoints
/api/v4/contracts/{uuid}/usage/
returns the count and total size
of time series, rasters and scenarios for a specific contract.
Only accessible by members of the parent organisation for the contract.
Examples
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/contracts/?format=api
{
"count": 0,
"next": null,
"previous": null,
"results": []
}