listSkillCategories
List skill categories
Returns paginated skill categories — how the business groups technician qualifications by trade or specialty (e.g. HVAC, plumbing, electrical) — ordered alphabetically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Page size (default: 15, max: 1000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| errors | No | Field-level validation details; present only for VALIDATION_ERROR responses. | |
| message | No | Human-readable message ("Success" or an error description), localized via the X-Locale header. | |
| error_code | No | 0 on success; a stable string error code on failure (e.g. CUSTOMER_NOT_FOUND). |