cURL
curl --request GET \ --url https://api.ever.day/skillsets/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "skills": [ { "id": "<string>", "name": "<string>", "description": "<string>", "type": "KNOWLEDGE", "requiredRevel": 4 } ] }
Retrieve detailed information about a specific skillset, including its associated skills.
Include your API key in the x-api-key header to authenticate requests.
x-api-key
The unique identifier of the skillset.
Skillset details retrieved successfully.
A list of skills included in the skillset.
Show child attributes