List the verifications of a voiceprint
GET/spaces/{owner}/{space}/voiceprints/{identity}/{voiceprint}/verifications
List the paginated details of the verifications of a voiceprint.
Path Parameters
The handle of the owner.
Possible values: non-empty
and <= 50 characters
The handle of the space.
Possible values: non-empty
and <= 50 characters
The handle of the identity.
Possible values: non-empty
and <= 50 characters
The handle of the voiceprint.
Possible values: non-empty
and <= 50 characters
Query Parameters
The index of the page.
Possible values: >= 1
1
The maximum size of the pages.
Possible values: >= 1
and <= 50
20
The criteria used to sort the verifications.
Possible values: [handle
, createdAt
, performedAt
]
createdAt
The term used to search the verifications by handle or alias.
The term used to search verification after or equal to the specified date.
The term used to search verification before or equal to the specified date.
The term used to search verifications with scores higher than or equal to the specified value.
Possible values: <= 1
The term used to search verifications with scores lower than or equal to the specified value.
Possible values: <= 1
Responses
- 200
- 404
The requested page of the list of verifications of the voiceprint
Headers
Page-Total
integer
The total number of pages available.
Page-Size
integer
The selected maximum size of the pages.
Page-Current
integer
The index of the requested page.
Item-Total
integer
The total number of items.
Response Body
Resource not found