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 |
|---|---|---|---|
| search | string | No | Filter by the name of the activity, group name, or related tags. |
| idBranch | int32 | Recommended | Filter by the branch number. Recommended for scenarios with multiple branches (multilocation). |
| take | int32 | No | Total number of activities to be returned. Default value: 10. |
| skip | int32 | No | Total number of activities to be skipped (for pagination). Default value: 0. |
| Field | Type | Description |
|---|---|---|
| idActivity | int32 | Unique identifier of the activity. |
| photo | string | URL of the photo associated with the activity (if available). |
| name | string | Name of the activity. |
| activityGroup | string | Name of the group to which the activity belongs. |
| totalRecords | int32 | Total number of records associated with the result (useful for pagination). |
| inactive | boolean | Indicates if the activity is inactive. |
| description | string | Complete description of the activity. |
| idActivityGroup | int32 | ID of the group to which the activity belongs. |
| showOnMobile | boolean | Indicates if the activity should be displayed in the mobile app. |
| showOnWebsite | boolean | Indicates if the activity should be displayed on the website. |
| idBranch | int32 | ID of the branch where the activity is registered. |
| audience | arrayobject | List of audiences linked to the activity. See more below. |
| idAudience | int32 | ID of the main target audience of the activity. |
| code | string | Internal code of the activity. |
| employees | arrayobject | List of staff members associated with the activity. See more below. |
| resources | arrayobject | List of resources needed or associated with the activity. See more below. |
| areas | arrayobject | Locations or environments where the activity can occur. See more below. |
| unavailabilities | arrayobject | Times when the activity cannot be performed. See more below. |
audience| Field | Type | Description |
|---|---|---|
| idPublicoAtividade | int32 | ID of the link between activity and audience. |
| idFilial | int32 | ID of the branch related to the audience. |
| nome | string | Name of the target audience of the activity. |
employees| Field | Type | Description |
|---|---|---|
| idActivityEmployee | int32 | ID of the link between the staff member and the activity. |
| idEmployee | int32 | ID of the staff member. |
| name | string | Name of the staff member. |
| idActivity | int32 | ID of the activity. |
resources| Field | Type | Description |
|---|---|---|
| idActivityResource | int32 | ID of the link between the resource and the activity. |
| idActivity | int32 | ID of the activity. |
| name | string | Name of the resource. |
| idResource | int32 | ID of the resource. |
areas| Field | Type | Description |
|---|---|---|
| idActivityArea | int32 | ID of the link between the area and the activity. |
| idActivity | int32 | ID of the activity. |
| idArea | int32 | ID of the area. |
| name | string | Name of the area. |
unavailabilities| Field | Type | Description |
|---|---|---|
| idUnavailability | int32 | ID of the configured unavailability. |
| startTime | object | Start date/time of the unavailability (TimeSpan structure). |
| endTime | object | End date/time of the unavailability (TimeSpan structure). |
| weekDay | string | Day of the week of the unavailability (e.g., "Monday"). |