GET api/Route
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RouteData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TerritoryId | globally unique identifier |
Required |
|
| UserId | globally unique identifier |
None. |
|
| StartTime | date |
Required |
|
| EndTime | date |
None. |
|
| Status | integer |
Required |
|
| Identifier | string |
None. |
|
| Updated | date |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "9a625196-32d9-4662-8169-61d95df04ae9",
"TerritoryId": "8c9bc54a-ba9a-4cb7-b0da-d9dd044a4715",
"UserId": "7db0003c-4c71-4be9-a037-adbf4f8315c0",
"StartTime": "2025-12-15T23:38:11.4899873-05:00",
"EndTime": "2025-12-15T23:38:11.4899873-05:00",
"Status": 4,
"Identifier": "sample string 5",
"Updated": "2025-12-15T23:38:11.4899873-05:00",
"IsDeleted": 1
},
{
"Id": "9a625196-32d9-4662-8169-61d95df04ae9",
"TerritoryId": "8c9bc54a-ba9a-4cb7-b0da-d9dd044a4715",
"UserId": "7db0003c-4c71-4be9-a037-adbf4f8315c0",
"StartTime": "2025-12-15T23:38:11.4899873-05:00",
"EndTime": "2025-12-15T23:38:11.4899873-05:00",
"Status": 4,
"Identifier": "sample string 5",
"Updated": "2025-12-15T23:38:11.4899873-05:00",
"IsDeleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfRouteData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<RouteData>
<EndTime>2025-12-15T23:38:11.4899873-05:00</EndTime>
<Id>9a625196-32d9-4662-8169-61d95df04ae9</Id>
<Identifier>sample string 5</Identifier>
<IsDeleted>1</IsDeleted>
<StartTime>2025-12-15T23:38:11.4899873-05:00</StartTime>
<Status>4</Status>
<TerritoryId>8c9bc54a-ba9a-4cb7-b0da-d9dd044a4715</TerritoryId>
<Updated>2025-12-15T23:38:11.4899873-05:00</Updated>
<UserId>7db0003c-4c71-4be9-a037-adbf4f8315c0</UserId>
</RouteData>
<RouteData>
<EndTime>2025-12-15T23:38:11.4899873-05:00</EndTime>
<Id>9a625196-32d9-4662-8169-61d95df04ae9</Id>
<Identifier>sample string 5</Identifier>
<IsDeleted>1</IsDeleted>
<StartTime>2025-12-15T23:38:11.4899873-05:00</StartTime>
<Status>4</Status>
<TerritoryId>8c9bc54a-ba9a-4cb7-b0da-d9dd044a4715</TerritoryId>
<Updated>2025-12-15T23:38:11.4899873-05:00</Updated>
<UserId>7db0003c-4c71-4be9-a037-adbf4f8315c0</UserId>
</RouteData>
</ArrayOfRouteData>