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 | Filter sessions linked to a specific member. |
| idProspect | int32 | No | Filter sessions linked to a specific prospect. |
| idEmployee | int32 | No | Filter sessions associated with a staff instructor. |
| idActivitySession | int32 | No | Filter by the specific identifier of the activity session. |
| startActivityDate* | date-time | No | Start date for filtering sessions (ISO 8601 format). |
| endActivityDate | date-time | No | End date for filtering sessions (ISO 8601 format). |
| Field | Type | Description |
|---|---|---|
| idActivitySession | int32 | Unique identifier of the activity session. |
| idGroupActivity* | int32 | ID of the related activity group. |
| name | string | Name of the activity. |
| date | string (date-time) | Date when the session occurs. |
| instructor | string | Name of the responsible instructor. |
| instructorPhoto | string | URL of the instructor's photo. |
| area | string | Name of the area/environment where the activity will be held. |
| code | string | Identifier code of the activity. |
| weekDay | int32 | Day of the week of the session (0 = Sunday, 1 = Monday, etc.). |
| timeTick | int64 | Time of the session represented in ticks. |
| durationTick | int64 | Duration of the session represented in ticks. |
| branchName | string | Name of the branch where the session takes place. |
| description | string | Description of the activity. |
| imageUrl | string | URL of an illustrative image of the activity. |
| startTime | string | Start time of the session (formatted string). |
| endTime | string | End time of the session (formatted string). |
| status | int32 | Overall status of the session. See more below. |
| subStatus | int32 | Additional substatus of the session. See more below. |
| memberStatus | string | Member's status regarding the session (e.g., reserved, pending). |
| memberName | string | Name of the linked member (if applicable). |
| idMember | int32 | ID of the participating member (0 if none). |
| idProspect | int32 | ID of the linked prospect (0 if none). |
| idEmployee | int32 | ID of the linked staff instructor. |
| resources | arrayobject | List of resources needed or associated with the activity. See more below. |
status| Field | Value |
|---|---|
| Present | 0 |
| Absent | 1 |
| Justified Absence | 2 |
subStatus| Field | Value |
|---|---|
| Scheduled | 0 |
| Confirmed | 1 |
| Present | 2 |
| Absent | 3 |
| Canceled | 4 |
| Rescheduled | 5 |
| Activity on Agenda | 6 |
| Justified Absence | 7 |
| Pre-scheduled | 8 |
resources| Field | Type | Description |
|---|---|---|
| idActivityResource | int32 | Identifier of the relationship between the session and the resource. |
| idActivity | int32 | ID of the activity linked to the resource. |
| name | string | Name of the resource (e.g., "Mat", "Bicycle", "Room 2"). |
| idResource | int32 | ID of the resource in the general registry. |