Skip to main content
GET
List folders

Description

List folders of the current user.

Response

200 OK

where:
  • createdAt: Date of creation of the folder in the format YYYY-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.
Query Parameters

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Authorization token

Query Parameters

page
string
limit
string
skip
string
orderField
string
order
string

Response

List folders

The response is of type object.