Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| serialNumber | string | No | Serial number of the device. Allows filtering for a specific turnstile. |
| idBranch | int32 | No | Identifier of the branch. Useful in scenarios with multiple branches to limit the query. |
| Field | Type | Description |
|---|---|---|
| name | string | Name of the turnstile/device. |
| idTurnstile | int32 | Identifier of the turnstile in the system. |
| idBranch | int32 | ID of the branch to which the turnstile belongs. |
| serialNumber | string | Serial number of the device. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v2/accessControl/turnstiles?serialNumber=undefined&idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>'[
{
"name": "string",
"idTurnstile": 0,
"idBranch": 0,
"serialNumber": "string"
}
]