Session status check (Optional)
This API is for Setel to check the latest parking session status.
Example request
Request header
To be defined by the vendor.
Request query
| Query | Type | Description |
|---|---|---|
session_id | string | Setel session ID |
Example response
{
"data": {
"sessionId": "01XXXXX777ZZZBBBCCCCDDDD1",
"licensePlate": "VCC4980",
"entryTime": "2026-01-01T00:01:00.000Z",
"exitTime": null,
"voidTime": null,
"sessionStatus": "active"
}
}| Variable | Type | Description |
|---|---|---|
data.sessionId | string | Setel session ID. |
data.licensePlate | string | Vehicle plate number for the queried session. |
data.entryTime | string (RFC3339) | Session entry/check-in timestamp. |
data.exitTime | string (RFC3339) | null | Session exit timestamp, null if not exited yet. |
data.voidTime | string (RFC3339) | null | Session void timestamp, null if not voided. |
data.sessionStatus | string | Status of the session: active, exited, voided, unknown. |
Updated 17 days ago
