GET api/Identifier?token={token}&terminalName={terminalName}&details={details}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
token
No documentation available.

Define this parameter in the request URI.

terminalName
No documentation available.

Define this parameter in the request URI.

details
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Permit": "sample string 1",
  "Status": "sample string 2",
  "Date": "2025-12-05T23:48:13.1748187-05:00",
  "OnBehalf": "sample string 4",
  "Terminal": "sample string 5",
  "FlightInfo": "sample string 6",
  "Identifier": "sample string 7"
}

application/xml, text/xml

Sample:
<IdentifierDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PardDriverWebService.Models">
  <Date>2025-12-05T23:48:13.1748187-05:00</Date>
  <FlightInfo>sample string 6</FlightInfo>
  <Identifier>sample string 7</Identifier>
  <OnBehalf>sample string 4</OnBehalf>
  <Permit>sample string 1</Permit>
  <Status>sample string 2</Status>
  <Terminal>sample string 5</Terminal>
</IdentifierDetails>