Get rights
Get rights
Query Parameters
- Guid guid
- OwnerEntityGuid guid[]
- RelatedEntityGuid guid[]
- OwnerEntityType int32[]
- RelatedEntityType int32[]
- ContinuationToken string
Token is needed, unless all records have been returned in previous request. Do not forget to pass also all other parameters.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (from schema)
Schema
- ContinuationToken string
Items object[]
Array [Guid guid requiredRevision int64 requiredPersonCreated guidPersonChanged guidTimestampCreated date-timeTimestampChanged date-timeOwnerEntityGuid guid requiredOwnerEntityType integer requiredPossible values: [
100
,150
,200
,1300
,2800
,3200
,3500
,3600
]RelatedEntityGuid guid requiredRelatedEntityType integer requiredPossible values: [
100
,150
,200
,1300
,2800
,3200
,3500
,3600
]Rights int32 required]
{
"ContinuationToken": "string",
"Items": [
{
"Guid": "string",
"Revision": 0,
"PersonCreated": "string",
"PersonChanged": "string",
"TimestampCreated": "2023-08-14T08:29:25.945Z",
"TimestampChanged": "2023-08-14T08:29:25.945Z",
"OwnerEntityGuid": "string",
"OwnerEntityType": 100,
"RelatedEntityGuid": "string",
"RelatedEntityType": 100,
"Rights": 0
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...