text-dependent

List Profiles

Retrieves a set of profiles. Profiles are sorted alphabetically by ProfileId

get/text-dependent/profiles

Query parameters

$topinteger

The number of profiles to return. Default is 100 and the maximum is 500

Response

OK

@nextLinkstring

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,
      "remainingEnrollmentsCount": 2,
      "modelVersion": "2019-12-05"
    }
  ],
  "@nextLink": "https://{Endpoint}/text-dependent/profiles?$top=35&$continuationToken=U21pdGg1QmVuOTk5"
}

Changes

Changed in 2 of the 3 revisions of this API.1310

  • 2021-09-05b4c1a68ff13f25See the full diff
    • deleted the query request parameter api-version

      request-parameter-removed

    • deleted the query request parameter maxpagesize

      request-parameter-removed

    • added the new optional query request parameter $top

      new-optional-request-parameter

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

  • 2021-09-05f6acd0b8c294115See the full diff
    • added the new required query request parameter api-version

      new-required-request-parameter

    • deleted the query request parameter $top

      request-parameter-removed

    • added the new optional query request parameter maxpagesize

      new-optional-request-parameter

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • removed the non-success response with the status 429

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed