SQ_GetSkills

View as Markdown

Gets the skill(s).

Example request: Get the skills with id 2 and 4

Authentication

AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value: ``` Authorization: Bearer $VOXIMPLANT_TOKEN ``` See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.

Query parameters

application_idintegerRequired
Application ID to search by
application_namestringOptional

Application name to search by. Can be used instead of application_id

user_idlist of integersOptional

List of user IDs separated by semicolons (;)

user_namelist of stringsOptional

List of user names separated by semicolons (;). Can be used instead of user_id

sq_skill_idlist of integersOptional

List of skill IDs separated by semicolons (;)

sq_skill_namelist of stringsOptional

List of skill names separated by semicolons (;). Can be used instead of sq_skill_id

sq_skill_name_templatestringOptional

Substring of the skill name to filter, case-insensitive

excluded_user_idintegerOptional
ID of the user that is not bound to the skill
excluded_user_namestringOptional

Name of the user that is not bound to the skill. Can be used instead of excluded_user_id

countintegerOptionalDefaults to 20
Number of items to show in the output
offsetintegerOptionalDefaults to 0
Number of items to skip in the output

Response

Successful response
resultlist of objects

The found skill(s).

countinteger
total_countinteger