Get Endpoint - GetFolderChildrenById
Loads child elements of folder with provided id.
HTTP Request
One of the following requests should be made:
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. |
| 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. | |