Get the skill ID
Gets the properties of a skill.
You can get the skill ID from the list of skills.
Request
Path parameters
Parameter | Overview |
---|---|
skill_id | Skill ID. |
Parameter | Overview |
---|---|
skill_id | Skill ID. |
Headers
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Title | Overview |
---|---|
Authorization | A token for account authorization. Add OAuth as a prefix. |
Response
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 Access to information about the skill (the name and value) for Tolokers:
The default value is |
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 Terminating skill support by its creator:
|
owner | object Parameters of the requester that created the project |
owner.id | string Requester ID. |
owner.myself | boolean Checks who the object belongs to:
|
training | boolean Whether the skill is related to a training pool:
|
created | string The UTC date and time when the skill was created, in ISO 8601 format: YYYY-MM-DDThh:mm:ss[.sss]. |
global | boolean An indicator of a global skill:
|
Parameter | Overview |
---|---|
id | string Skill ID. |
name | string Skill name. |
private_comment | string Comments on the skill (only visible to the requester). |
hidden | boolean Access to information about the skill (the name and value) for Tolokers:
The default value is |
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 Terminating skill support by its creator:
|
owner | object Parameters of the requester that created the project |
owner.id | string Requester ID. |
owner.myself | boolean Checks who the object belongs to:
|
training | boolean Whether the skill is related to a training pool:
|
created | string The UTC date and time when the skill was created, in ISO 8601 format: YYYY-MM-DDThh:mm:ss[.sss]. |
global | boolean An indicator of a global skill:
|