Skills

Worker skills are used to filter possible assignees for a job.

Listing skills
$ curl -H "Authorization: Bearer api-key" https://api.planadoapp.com/v2/skills | jq
{
  "skills": [
    {
      "uuid": "a1620b1d-257d-49a9-9adf-6e958603c571",
      "name": "Installation"
    },
    {
      "uuid": "ea2af535-33e6-4398-bf37-0fc3f1d0c7a2",
      "name": "Diagnostic"
    },
    {
      "uuid": "3f5aa459-0a35-414f-9f13-42a044bab354",
      "name": "Fusion splicing"
    }
  ]
}
Table 1. Fields of skills elements
Field Type JSON type Can be null Description

uuid

UUID

String

No

Unique identifier

name

String

String

No

Skill name.
Must be unique, limited to 200 characters