Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. When the start date and end date are not provided, the system will always consider the current day of the query. Additionally, you can specify only registerDateStart, and the system will consider from that date until the current day.
| Parameter | Type | Required | Description |
|---|---|---|---|
registerDateStart | date-time | No | Start date of the entry in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). When provided alone, filters from the specified date to the current date. |
registerDateEnd | date-time | No | End date of the entry in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
take | int32 | No | Total number of records to be returned. Default value is 50. Maximum allowed: 1000. |
skip | int32 | No | Total number of records to be skipped. Default value is 0. |
idEntry | int32 | No | Unique ID of the entry to be returned. |
idMember | int32 | No | ID of the member to be returned. |
idProspect | int32 | No | ID of the prospect to be returned. |
idEmployee | int32 | No | ID of the employee to be returned. |
| Field | Type | Description |
|---|---|---|
date | string | Date/time of the entry registration. |
dateTurn | string(date-time) | Date/time corresponding to the shift of the entry. |
timeZone | string | Time zone associated with the registration. |
idMember | int32 | Identifier of the member (if the entry is for a student). |
nameMember | string | Name of the member. |
idProspect | int32 | Identifier of the prospect (if the entry is for a visitor/prospect). |
nameProspect | string | Name of the prospect. |
idEmployee | int32 | Identifier of the staff member (if the entry is for an employee). |
nameEmployee | string | Name of the staff member. |
entryType | string | Type of entry (e.g., biometrics, QR Code, manual, etc.). |
device | string | Device used to register the entry. |
releasesByID | int32 | Identifier of the release associated (if applicable). |
idBranch | int32 | Identifier of the branch where the entry occurred. |
blockReason | string | Reason for the block, if the entry was blocked. |
entryAction | string | Action associated with the entry (e.g., released, blocked, attempt). |
idMigration | string | Migration identifier, when the entry is related to migration processes. |
idTurnstile | int32 | Identifier of the turnstile associated with the entry. |