v1

latestOpenAPI 3.0.02026-08-066924329.8 KB
Projects

Get all projects

Get all projects

get/projects

Query parameters

limitinteger nullable
Example:100
searchstring nullable
Example:GmbH
idsstring[] nullable
activeboolean nullable
columnstring
direction'asc' | 'desc'
[
  {
    "column": "id",
    "direction": "desc"
  }
]
client_idstring nullable

Response

successful operation

Example response

{
  "data": [
    {
      "id": "<ULID>",
      "name": "Next Big Software",
      "ext_tool_id": 24,
      "info": "The next big software idea will be awesome.",
      "color": "#000000",
      "active": true,
      "acronym": "NBG",
      "image_id": "<ULID>",
      "demo_flag": true
    }
  ]
}