v1

latestOpenAPI 3.0.02026-07-132849114.2 KB
Layers

Retrieve a list of scouting observations

Retrieve a list of scouting observations created or updated by the user identified by the Authorization header.

get/v4/layers/scoutingObservations

Query parameters

occurredAfterstring date-time

Optional start time by which to filter layer results. Time must be in ISO 8601 format with time zone, e.g. 2016-05-13T00:00:00Z (https://tools.ietf.org/html/rfc3339). Layers with an end time at or after (inclusive) the specified time will match this filter. If both occurredAfter and occurredBefore are populated, occurredAfter must be <= occurredBefore.

occurredBeforestring date-time

Optional end time by which to filter layer results. Time must be in ISO 8601 format with time zone, e.g. 2016-05-13T00:00:00Z (https://tools.ietf.org/html/rfc3339). Layers with a start time at or before (inclusive) the specified time. If both occurredAfter and occurredBefore are populated, occurredAfter must be <= occurredBefore.

Headers

X-Next-Tokenstring

Opaque string which allows for fetching the next batch of results. Can be used to poll for changes.

X-Limitinteger

Max number of results to return per batch. Must be between 1 and 100 inclusive. Defaults to 100.

Response

OK