GET api/adp_new_locs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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:41:56.4762925-06:00"
},
{
"id": 1,
"station": "sample string 2",
"ticket_sent_date": "2025-12-12T03:41:56.4762925-06:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfadp_new_locs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI">
<adp_new_locs>
<id>1</id>
<station>sample string 2</station>
<ticket_sent_date>2025-12-12T03:41:56.4762925-06:00</ticket_sent_date>
</adp_new_locs>
<adp_new_locs>
<id>1</id>
<station>sample string 2</station>
<ticket_sent_date>2025-12-12T03:41:56.4762925-06:00</ticket_sent_date>
</adp_new_locs>
</ArrayOfadp_new_locs>