v1

latestOpenAPI 3.0.02026-07-132849114.2 KB
Layers

Retrieve a list of application activities

Retrieve a list of application activities. The id in the response is used for GET /v4/layers/asApplied/{activityId}/contents.

get/v4/layers/asApplied

Query parameters

resourceOwnerIdstring uuid

Optional unique identifier of the resource owner. If resourceOwnerId is not specified, it defaults to the x-authenticated-user-uuid.

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.

updatedAfterstring date-time

Optional updated 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 modification time at or after (inclusive) the specified time.

Headers

Acceptstring required

Must be either */* or application/octet-stream,application/json

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