v2
latestSwagger 2.02026-07-1371728.8 KBtext-independent
List Profile
Retrieves a set of profiles. Profiles are sorted alphabetically by ProfileId
get/text-independent/profiles
Query parameters
$topinteger
The number of profiles to return. Default is 100 and the maximum is 500
Response
OK
Example response
{
"profiles": [
{
"profileId": "49a36324-fc4b-4387-aa06-090cfbf0064f",
"locale": "en-US",
"enrollmentStatus": "Enrolling",
"createdDateTime": "2015-04-23T18:25:43.41Z",
"lastUpdatedDateTime": "2015-04-23T19:34:51.52Z",
"enrollmentsCount": 1,
"enrollmentsLength": 1.83,
"enrollmentsSpeechLength": 1.35,
"remainingEnrollmentsSpeechLength": 18.65,
"modelVersion": "2019-12-05"
}
],
"@nextLink": "https://{Endpoint}/text-independent/profiles?$top=35&$continuationToken=U21pdGg1QmVuOTk5"
}