Skill (deprecated)
This resource is deprecated. You should consider using our GraphQL API with the Skill
object.
List your skills
GET /skill
See below to discover used fields and see reading section to discover some output examples.
Filters
Filter
Description
Use
operator_id
Operator identifier
?filters[operator_id]=123
parent_id
Parent skill identifier
?filters[parent_id]=123
Get skill details
GET /skill/1984
See reading section to discover some output examples.
Fields
Field
Description
Values
id
Skill identifier
Integer
name
Name
String
order
Order
Integer
created_at
Date of creation
Date YYYY-MM-DD HH:MM:SS
parent_id
Parent skill identifier
Integer
operator_list Deprecated: use the Operator resource with the skill_id filter instead
List of operator identifiers
List of integers
Last updated