Rate this page:

SQ_GetSkillsRequest

Props

applicationId

Copy URL
applicationId: 

number

ID of the application to search by

applicationName

Copy URL
applicationName: 

string

|

undefined

Name of the application to search by. Can be used instead of application_id

count

Copy URL
count: 

number

|

undefined

Number of items to show in the output

excludedUserId

Copy URL
excludedUserId: 

number

|

undefined

ID of the user that is not bound to the skill

excludedUserName

Copy URL
excludedUserName: 

string

|

undefined

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

offset

Copy URL
offset: 

number

|

undefined

Number of items to skip in the output

sqSkillId

Copy URL
sqSkillId: 

any

|

number

|

number[]

List of skill IDs separated by semicolons (;)

sqSkillName

Copy URL
sqSkillName: 

string

|

string[]

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

sqSkillNameTemplate

Copy URL
sqSkillNameTemplate: 

string

|

undefined

Substring of the skill name to filter, case-insensitive

userId

Copy URL
userId: 

any

|

number

|

number[]

List of user IDs separated by semicolons (;)

userName

Copy URL
userName: 

string

|

string[]

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