v1

latestOpenAPI 3.0.02026-08-04660400.1 KB

Get mobile events for an org

Get mobile events for an organization with optional filtering

get/v1/core/mobile-events

Query parameters

createdAtGtstring

Return results created AFTER the given date. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z

Return results created AFTER the given date. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z

createdAtLtstring

Return results created BEFORE the given date. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z

Return results created BEFORE the given date. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z

cursorstring

Cursor token for pagination.

Cursor token for pagination.

pageSizenumber

Number of results to return per page.

Number of results to return per page.

eventCode'recorderStateChange' | 'networkStatusChange' | 'appStateChange' | 'consentStatusChanged' | 'recordingMetadataChanged' | 'deeplinkReceived' | 'deeplinkConsumed' | 'userAuthStatusChanged'

DEPRECATED: Use eventCodeIn. Filters to the provided eventCode only.

DEPRECATED: Use eventCodeIn. Filters to the provided eventCode only.

eventCodeInstring[]

Filters to the provided eventCode(s). Accepts comma-separated values or repeated eventCodeIn params.

Filters to the provided eventCode(s). Accepts comma-separated values or repeated eventCodeIn params.

userIdstring

Filters to the provided userId only.

Filters to the provided userId only.

recordingIdstring

Filters to the provided recordingId only.

Filters to the provided recordingId only.

Response

Get mobile events for an org

cursorstring nullable required

Opaque cursor for pagination