get https://api-sandbox.setel.com/v1/parking/sessions/
This API endpoint returns a created parking session.
Successful response payload data
Parameter name | Data type | Description |
---|---|---|
id | string | The ID of the session. |
checkinAt | timestamp | The time the session was created. |
checkoutAt | timestamp | The time the session ended. |
finalFees | integer | The parking fees for the session. |
status | string | The current status of the parking session. |
remarks | string | The reason the session was stopped or voided. |
plateNumber | string | The car's number plate for the parking session. |
entryLane | string | The lane the vehicle entered from when the parking session started. |
exitLane | string | The lane the vehicle exited to when the parking session ended. |
paymentMethod | timestamp | The payment method used from this parking session. |