Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idService | int32 | No | Filter by the specific ID of the service. |
| name | string | No | Filter by the name of the service. |
| idBranch | int32 | Recommended | Filter by the branch number (only applicable for multi-location keys; ignored otherwise). |
| showOnlyExternalIntegrationServices | boolean | No | Filter services that allow sales from external integrations. |
| showActivities | boolean | No | Show activities. |
| take | int32 | No | Number of records to be returned (maximum 50). Default: 25. |
| skip | int32 | No | Number of records to be ignored in the listing (pagination). Default: 0. |
| active | boolean | No | Filter to return only active services (true) or inactive (false). |
| Field | Type | Description |
|---|---|---|
| idService | int32 | Unique ID of the service. |
| idBranch | int32 | ID of the branch associated with the service. |
| nameService | string | Name of the service. |
| value | number | Value of the service. |
| allowEntries | boolean | Indicates if the service allows entry records. |
| experimentalClass | boolean | Indicates if the service allows trial classes. |
| maxAmountInstallments | int32 | Maximum number of installments allowed for the sale of the service. |
| urlSale | string | URL for selling the service online. |
| inactive | boolean | Indicates if the service is inactive (true) or active (false). |
| onlineSalesObservations | string | Additional observations about the online sale of the service. |
| allowsUseoftheServiceinExternalIntegration | boolean | Indicates if the service allows external integrations for sales. |
| needConferenceAvailabilityScheduling | boolean | Indicates if the service needs availability conference for scheduling. |
| activityGroups | arrayobject | Activity group. See more below. |
| activityGroupsToSerialize | arrayobject | Activity group to serialize. See more below. |