Determine whether the specified repository item has children
Checks whether the specified repository item has children.
Authorization: Requires read permission on the parent and children.
| Name | Type | Required | Description |
|---|---|---|---|
itemId | string | true | The unique identifier for the repository item. |
| Name | Type | Required | Description |
|---|---|---|---|
includeSynchronizationInfo | boolean | false | Whether to include synchronization information for files that are returned. Default is false. |
recurse | boolean | false | When true, items are returned for the specified itemId and all subfolders. Default is false. |
filter | string<filter-criteria> | false | Filter criteria for items. The following fields are not supported in filter criteria: children, contentType, and digest. See Filtering in REST APIs. |
limit | integer | false | The maximum number of items to return. Defaults to 10. The maximum cannot exceed 500. |
sortBy | string<sort-criteria> | false | Sorts the returned items. The following fields are not supported for sort: children, contentType, and digest. See Sorting in REST APIs. |
start | integer | false | 0-based offset of the first type to return. Defaults to 0. |