Event Series Instance
Endpoint for interacting with event series metadata.
Query parameters:
uuid
Exact filter on uuid
.
name
Text filter on the name
field. Supports the following lookups: exact
and startswith
.
access_modifier
Filter on access_modifier
, options are 'Public', 'Private', 'Common', or 'Hidden'.
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.
Examples
?uuid=d08a97db-80b4-4a0b-bc5b-078f97a948e5
?name__icontains=lizard
?access_modifier=Private
?access_modifier=100
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/eventseries/7c7c08d6-ccd7-4325-8acb-41d9a85d4d4c/?format=api
https://demo.lizard.net/api/v4/eventseries/7c7c08d6-ccd7-4325-8acb-41d9a85d4d4c/?format=api", "uuid": "7c7c08d6-ccd7-4325-8acb-41d9a85d4d4c", "name": "Availability", "description": "Data availability GGMN", "observation_type": "https://demo.lizard.net/api/v4/observationtypes/537/?format=api", "statistic": "raw", "color": "#16a085", "start": "1907-10-05T05:00:00Z", "end": "2018-03-07T23:00:00Z", "access_modifier": "Public", "last_modified": null, "created": "2016-09-09T13:32:08.707668Z" }{ "url": "