GET api/adp_new_locs/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
adp_new_locs| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| station | string |
None. |
|
| ticket_sent_date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"station": "sample string 2",
"ticket_sent_date": "2025-12-12T03:44:11.4503649-06:00"
}
application/xml, text/xml
Sample:
<adp_new_locs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI"> <id>1</id> <station>sample string 2</station> <ticket_sent_date>2025-12-12T03:44:11.4503649-06:00</ticket_sent_date> </adp_new_locs>