Get An Entity By Id
To get an entity, we need to make the following HTTP request
GET
/api/v1/{entity-type}/id
Path Parameters
Name | Type | Description |
---|---|---|
entity-type* | String | The type of entity to retrieve |
id* | String | The ID of the entity to retrieve |
Headers
Name | Type | Description |
---|---|---|
authorization* | String | Set to |
content-type* | String | Set to |
template-key | String |
|
template | String |
|
viewTemplateId | String | File name of view templates configured |
Important variables in the response body:
Field | Type | Description |
---|---|---|
| String | State of an attestable field. Can be |
_osOwner | String | User ID of the entity in Keycloak. |
Last updated