roles

Retrieve a role by id

get/roles/{id}/

Path parameters

idstring uuid required

A UUID string identifying this role.

Response

Return a role.

idstring uuid required

Unique UUID of the role

namestring required

Name of the rulebook

descriptionstring nullable

Description of the rulebook

created_atstring date-time required

The created_at timestamp of the ruleset

modified_atstring date-time required

The modified_at timestamp of the ruleset

Changes