SQ_GetSkills
SQ_GetSkills
Gets the skill(s).
Example request: Get the skills with id 2 and 4
SQ_GetSkills
Gets the skill(s).
Example request: Get the skills with id 2 and 4
Application name to search by. Can be used instead of application_id
List of user IDs separated by semicolons (;)
List of user names separated by semicolons (;). Can be used instead of user_id
List of skill IDs separated by semicolons (;)
List of skill names separated by semicolons (;). Can be used instead of sq_skill_id
Substring of the skill name to filter, case-insensitive
Name of the user that is not bound to the skill. Can be used instead of excluded_user_id
The found skill(s).
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:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.