v1

latestOpenAPI 3.0.02026-08-066924329.8 KB
Services

Get all services

post/services/search

Request body

limitinteger
searchstring
idsstring[]
activeboolean nullable

Example request

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

Response

successful operation

Example response

{
  "data": [
    {
      "id": "<ULID>",
      "name": "Software development",
      "ext_tool_id": 24,
      "info": "Software Development services",
      "color": "#000000",
      "active": true,
      "billable": true,
      "acronym": "Dev",
      "image_id": "<ULID>",
      "default_time_entry_description": "Maintenance done which was planed on date yyyy/mm/dd."
    }
  ]
}