Get rights entities
Get rights entities
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 string nullable
- EntityType EntityType
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 string nullableMessage string nullable
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...