v1

latestOpenAPI 3.1.12026-07-124448163.2 KB
workspaces

List workspaces

Returns a paginated list of workspaces.

get/workspaces

Query parameters

limitnumber

The number of items to return

Example:20
cursorstring cuid

The cursor to return the next page of items

Example:cmf41ajzv003706un4i99q19z

Headers

x-client-idstring cuid required

The ID of the client

Example:cmf41ajzv003706un4i99q19z

Response

Workspaces

Example response

{
  "data": [
    {
      "id": "cmf41ajzv003706un4i99q19z",
      "name": "FiBu",
      "createdAt": "2021-01-01T00:00:00Z",
      "updatedAt": "2021-01-01T00:00:00Z",
      "archivedAt": "2021-01-01T00:00:00Z",
      "clientId": "cmf41ajzv003706un4i99q19z"
    }
  ],
  "pagination": {
    "nextCursor": "cmf41ajzv003706un4i99q19z",
    "previousCursor": "cmf41ajzv003706un4i99q19z",
    "limit": 20,
    "total": 134
  }
}