Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The GET /skills/{skillId} endpoint returns the skill matching the skill ID provided.

...

Type

Required

Example

StringTrue8e22b1fe-d2ea-403d-8c03-50eb21188e79

The skill ID of the required skill.

Requests

Request a single skill

Code Block
languagepowershell
themeMidnight
curl -L -X GET "https://***.api.newvoicemedia.com/useradmin/skills/8e22b1fe-d2ea-403d-8c03-50eb21188e79" \
-H "Accept: application/vnd.newvoicemedia.v4+json" \
-H "Authorization: Bearer <ACCESS_TOKEN>"

Responses

Responses contain the requested skill object.

Successful response

Successful requests return a 200 Success code and the requested skill.

Example response

Code Block
languagejs
themeMidnight
{
  "skillId": "c29dc40c-81d8-34bb-69b2-b93b59ccde8c",
  "skillName": "TestSkill",
  "skillDisplayId": 414536
}

where:

  • skillId. The unique ID of the skill.
  • skillName. The name of the skill.
  • skillDisplayID. The skill's unique ID.

Insert excerpt
_ExcerptRunInPostman
_ExcerptRunInPostman
nopaneltrue