Get rights entities
Get rights entities
Query Parameters
- EntityTypes int32[]
- OnlyActive boolean
- IncludeFutureContracts boolean
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Guid guid required
- EntityName string
- EntityType int32 required
- Rights int32
- Inactive boolean required
- ]
[
{
"Guid": "string",
"EntityName": "string",
"EntityType": 0,
"Rights": 0,
"Inactive": true
}
]
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...