List folders
Projects Dashboard / Folders
List folders
Description
List folders of the current user.
Response
200 OK
[
{
"createdAt": "string",
"id": "string",
"title": "string",
"totalProjectsCount": "number"
}
]
where:
createdAt: Date of creation of the folder in the formatYYYY-MM-DDTHH:mm:ss.SSSZ.id: Id of the folder.title: Title of the folder.totalProjectsCount: Number of projects inside the folder.
400 Bad Request
Folder is not found.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
GET
List folders
Description
List folders of the current user.Response
200 OK
createdAt: Date of creation of the folder in the formatYYYY-MM-DDTHH:mm:ss.SSSZ.id: Id of the folder.title: Title of the folder.totalProjectsCount: Number of projects inside the folder.
400 Bad Request
Folder is not found.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.