Lists sessions for /detectLivenessWithVerify/SingleModal.

List sessions from the last sessionId greater than the 'start'.

The result should be ordered by sessionId in ascending order.

get/detectLivenessWithVerify/singleModal/sessions

Query parameters

startstring

List resources greater than the "start". It contains no more than 64 characters. Default is empty.

topinteger

The number of items to list, ranging in [1, 1000]. Default is 1000.

Response

The request has succeeded.

idstring required

The unique ID to reference this session.

createdDateTimestring date-time required

DateTime when this session was created.

sessionStartDateTimestring date-time

DateTime when this session was started by the client.

sessionExpiredboolean required

Whether or not the session is expired.

deviceCorrelationIdstring

Unique Guid per each end-user device. This is to provide rate limiting and anti-hammering. If 'deviceCorrelationIdSetInClient' is true in this request, this 'deviceCorrelationId' must be null.

authTokenTimeToLiveInSecondsinteger

Seconds the session should last for. Range is 60 to 86400 seconds. Default value is 600.

Changes