Client Configuration Instance
Endpoint for Client Configuration (read-only).
DEPRECATED. Use /api/v4/clientconfigs.
Query parameters:
client_slug
Text filter on the name
field. All text field filter methods,
like startswith
, endswith
, icontains
are supported.
ordering
Show the results in a specific order.
You can order them by client_slug
or portal__domain
.
Add a '-' in front of client_slug
or portal__domain
to get the reversed order.
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
?client_slug__icontains=lizard
?client_slug=DDSC
?client_slug__startswith=lizard
?portal__domain__icontains=lizard
?ordering=-client_slug
?ordering=-portal__domain
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/clientconfigurations/46/?format=api
https://demo.lizard.net/api/v4/clientconfigurations/46/?format=api", "client_slug": "geopotato", "client_config_url": "https://bangladesh.lizard.net/dashboard/geopotato", "created": "2019-07-30T07:35:07.934401Z", "last_modified": "2020-05-14T07:36:45.731732Z" }{ "url": "