v1

latestOpenAPI 3.0.02026-08-066924329.8 KB
Projects

Get all projects

post/projects/search

Request body

limitinteger
searchstring
idsstring[]
activeboolean nullable
client_idstring nullable

Example request

{
  "limit": 100,
  "search": "GmbH",
  "orders": [
    {
      "column": "id",
      "direction": "desc"
    }
  ]
}

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
    }
  ]
}