The toloka.yandex.com
domain will be disabled starting July 1, 2023. Please use the toloka.dev
domain for API requests.
Gets the properties of a skill.
You can get the skill ID from the list of skills.
Try our new API reference: more parameter details, request/response examples, and code samples in various programming languages, including the Toloka-Kit usage samples.
GET https://toloka.dev/api/v1/skills/<id>Authorization: OAuth <OAuth token>
Parameter | Overview |
---|---|
id | Skill ID. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Information about a skill.
{ "id": "9238", "name": "Determining the color of an elephant", "private_comment": "Skill for my pool", "hidden": true, "skill_ttl_hours": 240, "deprecated": false, "owner": { "id": "c3a50f44cd3e1b8202465569ced289eb", "myself": true }, "training": true, "created": "2021-12-01T08:37:03.387", "global": false}
Parameter | Overview |
---|---|
id | string Skill ID. |
name | string Skill name. |
private_comment | string Comments on the skill (only visible to the requester). |
hidden | boolean
|
skill_ttl_hours | integer The skill's "time to live" after the last update (in hours). The skill is removed from the Toloker's profile if the skill level hasn't been updated for the specified length of time. |
deprecated | boolean
|
owner | object Parameters of the requester that created the project |
owner.id | string Requester ID. |
owner.myself | boolean
|
training | boolean
|
created | string The UTC date and time when the skill was created, in ISO 8601 format: YYYY-MM-DDThh:mm:ss[.sss] . |
global | boolean
|