get https://api.shift.io/v3/projects//roles/
Returns a role’s properties
This call returns an existing role’s properties, including each permission assigned to the role. For an overview of role properties, please see the table in Get roles for project.
Two path parameters are required to make this call:
- A project id
- The role id of a role that exists in the project
HTTP Status Codes
- 200: The role is found.
- 401: The role id does not match a role in the project.
- 404: A role template id was entered instead of a role id.