Retrieve Single Profile
Retrieves a single profile by ID.
Response
OK
Example response
{
"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,
"remainingEnrollmentsCount": 2,
"modelVersion": "2019-12-05"
}Changes
Changed in 2 of the 3 revisions of this API.228
- ●
deleted the
pathrequest parameterprofileIdrequest-parameter-removed
- ●
deleted the
queryrequest parameterapi-versionrequest-parameter-removed
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ●
- ▲
added the new path request parameter
profileIdnew-request-path-parameter
- ▲
added the new required
queryrequest parameterapi-versionnew-required-request-parameter
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ▲