List of entitlements children
GET {{baseUrl}}/entitlements/:id/children
This API returns a list of all child entitlements of a given entitlement.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
count | boolean | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. |
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
| sorters
| string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: id, name, created, modified, type, attribute, value, source.id |
| filters
| string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
id: eq, in
name: eq, in, sw
type: eq, in
attribute: eq, in
value: eq, in, sw
source.id: eq, in
requestable: eq
created: gt, lt, ge, le
modified: gt, lt, ge, le |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"sourceSchemaObjectType":"group","attribute":"memberOf","attributes":{"GroupType":"Security","sAMAccountName":"LauncherTest1","GroupScope":"Global","objectguid":"{01a6e70b-9705-4155-a5c6-492a9bcc8c64}","objectSid":"S-1-5-21-3585869415-1648031554-2909195034-1633","cn":"LauncherTest1","msDS-PrincipalName":"AUTOMATIONAD\\LauncherTest1"},"value":"CN=LauncherTest1,OU=LauncherTestOrg,OU=slpt-automation,DC=TestAutomationAD,DC=local","description":"some description","privileged":false,"cloudGoverned":false,"source":{"type":"SOURCE","id":"2c9180877504c40e0175097d5ce707c8","name":"EndToEnd-ADSource"},"owner":{"id":"2a2fdacca5e345f18bf7970cfbb8fec2","name":"identity 1","type":"IDENTITY"},"segments":["1d126fe0-45e2-4aea-bc64-a07e9344ef26"],"manuallyUpdatedFields":{"DISPLAY_NAME":true,"DESCRIPTION":true},"id":"2c91808c74ff913f0175097daa9d59cd","name":"LauncherTest1","created":"2020-10-08T18:33:52.029Z","modified":"2021-01-19T16:53:35.707Z"}]