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 |
|---|---|---|---|
| idActivity | int32 | Yes | Identifier of the activity for querying availability. |
| date | date | Yes | Desired date for scheduling the activity. Returns an error if not sent. |
| idBranch | int32 | No | Identifier of the branch to filter availability. |
| idMember | int32 | Conditional | Identifier of the member. At least one of idMember, idProspect, or idEmployee must be provided. |
| idProspect | int32 | Conditional | Identifier of the prospect. At least one of idMember, idProspect, or idEmployee must be provided. |
| idEmployee | int32 | Conditional | Identifier of the staff member. At least one of idMember, idProspect, or idEmployee must be provided. |
| idProfessor | int32 | No | Identifier of the professor, when applicable. |
| idArea | int32 | No | Identifier of the area, when applicable. |
π§ It is mandatory to provide idActivity and date, and at least one among idMember,idProspect, oridEmployee.
| Field | Type | Description |
|---|---|---|
startTime | string | Available start time for scheduling (HH:MM). |
endTime | string | Corresponding end time (HH:MM). |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/appointment/availability?idActivity=undefined&activityDate=undefined&idBranch=undefined&idMember=undefined&idProspect=undefined&idEmployee=undefined&idProfessor=undefined&idArea=undefined' \
--header 'Authorization: Basic <encoded-value>'null