v3

latestOpenAPI 3.1.02026-07-31144319609.5 KB
Customer

get/v3/customers

Query parameters

activeboolean
fulltextstring
items_per_pageinteger
Example:100
pageinteger
Example:1
scope'manageAccess'

Possible values:

  • manageAccess: ManageAccess
sortSortIdNameActive[]

Response

Successful operation

Example response

{
  "paging": {
    "items_per_page": 1000,
    "current_page": 1,
    "count_pages": 1,
    "count_items": 4
  },
  "data": [
    {
      "id": 10,
      "name": "Hotel Bergblick",
      "number": "10",
      "note": "This customer is important for us",
      "bill_service_id": "1234",
      "service_assignments": [
        10
      ]
    }
  ]
}