SQ_GetSkillsRequest
Props
applicationId
applicationId: number
ID of the application to search by
applicationName
applicationName: string
| undefined
Name of the application to search by. Can be used instead of application_id
count
count: number
| undefined
Number of items to show in the output
excludedUserId
excludedUserId: number
| undefined
ID of the user that is not bound to the skill
excludedUserName
excludedUserName: string
| undefined
Name of the user that is not bound to the skill. Can be used instead of excluded_user_id
offset
offset: number
| undefined
Number of items to skip in the output
sqSkillId
sqSkillId: any
| number
| number[]
List of skill IDs separated by semicolons (;)
sqSkillName
sqSkillName: string
| string[]
List of skill names separated by semicolons (;). Can be used instead of sq_skill_id
sqSkillNameTemplate
sqSkillNameTemplate: string
| undefined
Substring of the skill name to filter, case-insensitive
userId
userId: any
| number
| number[]
List of user IDs separated by semicolons (;)
userName
userName: string
| string[]
List of user names separated by semicolons (;). Can be used instead of user_id