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 |
|---|---|---|---|
| startDate | date-time | Yes | Start date for searching blocks. |
| endDate | date-time | Yes | End date for searching blocks. |
| Field | Type | Description |
|---|---|---|
name | string | Name of the created block. |
startDate | string | Start date of the block. |
endDate | string | End date of the block. |
startTime | string | Start time of the block (HH:MM). |
endTime | string | End time of the block (HH:MM). |
description | string | Detailed description of the block. |
totalBlocking | boolean | Indicates whether the block is total (true) or partial (false). |
items | object | Structure containing the items impacted by the block (detailed below). |
itemsblockedEmployees β Blocked Staff Members| Field | Type | Description |
|---|---|---|
idEmployee | integer | Identifier of the blocked staff member. |
nameEmployee | string | Name of the blocked staff member. |
blockedAreas β Blocked Areas| Field | Type | Description |
|---|---|---|
idArea | integer | Identifier of the blocked area. |
nameArea | string | Name of the blocked area. |
blockedResources β Blocked Resources| Field | Type | Description |
|---|---|---|
nameResource | string | Name of the blocked resource. |
quantityResource | integer | Blocked quantity of the resource. |