# Get Endpoint - GetFolderChildrenById

Loads child elements of folder with provided id.

# HTTP Request

One of the following requests should be made:

GET /api/repository/folder/childs

# Query parameters

Name Description
repository optional. ELO repository from where folders should be loaded.
folderId optional. ID of repository folder which child elements should be loaded.
includeDocuments optional. True if documents should be included otherwise false.

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization

# Responses

Code Description Type
200 List of child elements. array RepositorySordTreeItemDto
401 Logged in user is not authenticated or childs can not be loaded by given data.
500 Loading child elements has failed due to an internal server error.
Dernière mise à jour: 21 février 2025 à 09:59