Follow the question structure recommended by Dev Bot before submitting your integration questions.
π The permission in EVO that grants access to this endpoint is Activity - Query.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idMember | int32 | No | Identifies the member for querying available activities. |
| idProspect | int32 | No | Identifies the prospect for querying available activities. |
| idEmployee | int32 | No | Identifies the staff member for querying available activities. |
π§ At least ONE of the parameters must be provided.
| Field | Type | Description |
|---|---|---|
idActivity | integer | Unique identifier of the activity. |
name | string | Name of the activity available for scheduling. |
duration | integer | Duration of the activity in minutes. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/appointment/activities-available?idMember=undefined&idProspect=undefined&idEmployee=undefined' \
--header 'Authorization: Basic <encoded-value>'null