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 |
|
parent_id | Parent skill identifier |
|
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 |
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