API Docs / Operations / Services / List BillableServices

List BillableServices

GET /api/tenants/{tenant}/services

Lists all BillableServices for the given tenant.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

search query string

Search across service code and name (minimum 3 characters)

Search across service code and name (minimum 3 characters)

category query string

Filter services by category

Filter services by category

clientType query string

Filter services by client type they are applicable to

Filter services by client type they are applicable to

isArchived query boolean

Filter by archived status (true = archived only, false = active only)

Filter by archived status (true = archived only, false = active only)

offset query integer (int32)

Number of records to skip (default: 0). Use with limit for pagination.

Number of records to skip (default: 0). Use with limit for pagination.

limit query integer (int32)

Maximum number of records to return (default: 10, max: 50)

Maximum number of records to return (default: 10, max: 50)

sortBy query enum

Field to sort by.

Name Category AccountingCode

Field to sort by.

Name Category AccountingCode

sortDesc query boolean

Sort in descending order (true) or ascending order (false, default)

Sort in descending order (true) or ascending order (false, default)

Responses

401 Unauthorized - Invalid or missing API key