Get rights entities
GET/api/v2/Rights/Entities
Get rights entities
Request
Query Parameters
EntityTypes EntityType[]
Possible values: [Person
, Group
, Contract
, Activity
, Vehicle
, TimeTracking
, EventLog
, Expenses
]
OnlyActive boolean
IncludeFutureContracts boolean
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Guid guid
EntityName stringnullable
EntityType EntityType (string)
Possible values: [Person
, Group
, Contract
, Activity
, Vehicle
, TimeTracking
, EventLog
, Expenses
]
Inactive boolean
[
{
"Guid": "string",
"EntityName": "string",
"EntityType": "Person",
"Inactive": true
}
]
Error
- application/json
- Schema
- Example (from schema)
Schema
Error
object
required
Code stringnullable
Message stringnullable
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...