v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Projects

List all projects

Retrieve a list of all accessible projects with optional filtering

get/projects

Query parameters

offsetinteger

Pagination offset

limitinteger

Number of projects to return

searchstring

Search query to filter projects by name

Response

Projects retrieved successfully

doneboolean required

Indicates if the operation was successful

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "body": [
    {
      "name": "Website Redesign",
      "key": "WEB",
      "color_code": "#3498db"
    }
  ],
  "message": "Operation completed successfully"
}