GET api/GetTicketFromPlate?APIKey={APIKey}&FacilityNo={FacilityNo}&Plate={Plate}
GET implementation of GetTicketFromPlate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey |
An active API Key for the APT.MobileAPI service |
string |
None. |
| FacilityNo |
The facility number of the target carpark |
integer |
None. |
| Plate |
The complete vehicle registration number |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
GetTicketFromPlateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilityNo |
The facility number of the target carpark |
integer |
None. |
| TicketNo |
The complete parking ticket number |
string |
None. |
| TicketType |
The type of parking ticket. 0=Standard Ticket, 4=License Plate, 5=External Card System |
unsigned integer |
None. |
| EntryTime |
The time of entry into the carpark |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"FacilityNo": 1,
"TicketNo": "sample string 2",
"TicketType": 3,
"EntryTime": "2026-02-04T03:02:34.5208154+00:00"
}