Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Unique identifier for the entity type.
To find the entityTypeId
, follow these steps:
- From the left menu, navigate to an Application -> Environment -> Policy Store
- Click on the "Data" tab.
- Here you will see a list of all Entity Types along with their IDs. Copy the ID of the entity type you want to use.
Body
application/json
DTO representing a Reva entity with attributes, parents, and children.
Unique identifier of the entity.
Example:
"12345"
Set of attributes associated with the entity.
Set of parent entities related to this entity.
Set of child entities related to this entity.