cURL
curl --request GET \ --url https://api.plane.com/v1/roles/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "wrl_cNqYX2J3s9bI2Aa", "worker": "wr_5yMmVvd6Cz7Ptx", "title": "Software Engineer", "responsibilities": "Design, develop, and maintain software applications.", "level": 3, "created": "2024-01-15T00:00:00Z" }
Retrieve the details of an existing role.
Was this page helpful?