User subordination cache data (subordinations_caches)
Table of Contents
Requests
HTTP verb | Endpoint | Description |
---|---|---|
|
|
Getting the list of objects with user subordination cache data |
|
|
Getting the list of objects with user subordination cache data
Request
Name | Type | Description |
---|---|---|
|
|
Filter by field values. |
|
|
List of fields to output. Available fields for output: top, sub. |
|
|
Offset in the list of resources to be issued. |
|
|
The maximum number of resources in the list. |
|
|
The sort order of the resources in the list. |
|
|
Conversion to flat form of composite fields. |
Request example
GET /rest/v1/domain/subordinations_caches?offset=0&limit=4 HTTP/1.1
Response
Field Description: subordination_caches entity
Response example
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
[
{
"top": "00000001-abcd-abcd-abcd-abcdabcdabcd",
"sub": [
"00000001-abcd-abcd-abcd-abcdabcdabcd",
"00000002-abcd-abcd-abcd-abcdabcdabcd",
"00000003-abcd-abcd-abcd-abcdabcdabcd",
"00000004-abcd-abcd-abcd-abcdabcdabcd",
"00000005-abcd-abcd-abcd-abcdabcdabcd",
"00000006-abcd-abcd-abcd-abcdabcdabcd",
"0c355641-0180-2cf1-71fb-7cd30a921f58"
]
},
{
"top": "00000003-abcd-abcd-abcd-abcdabcdabcd",
"sub": [
"00000003-abcd-abcd-abcd-abcdabcdabcd",
"00000004-abcd-abcd-abcd-abcdabcdabcd",
"00000005-abcd-abcd-abcd-abcdabcdabcd"
]
}
]
Retrieving a user subordination cache data object
Request
Name | Type | Description |
---|---|---|
|
|
A list of fields to output. |
|
|
Conversion to flat form of composite fields. |
Request example
GET /rest/v1/domain/subordinations_caches/0c355641-0180-2cf1-71fb-7cd30a921f58 HTTP/1.1
Response
Field Description: subordination_caches entity
Response example
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"top": "0c355641-0180-2cf1-71fb-7cd30a921f58",
"sub": [
"65413330-0180-2d08-e626-7cd30a921f58",
"ebf06e52-0180-2d4d-87d1-7cd30a921f58"
]
}