Determine whether the specified repository item has children

head/repository/items/{itemId}/children

Checks whether the specified repository item has children.

Authorization: Requires read permission on the parent and children.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
itemId
string
true

The unique identifier for the repository item.

Query Parameters

NameTypeRequiredDescription
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.

Responses

StatusMeaningDescription
200OK

OK - the repository item has children.

404Not Found

Not found - the repository item does not have children.