v1

latestOpenAPI 3.0.02026-08-066924329.8 KB
Services

Get a Service

Get a Service

get/services/{id}

Path parameters

idstring required

Response

Service retrieved successfully

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."
  }
}