GET api/content/v4/getalluserlocations?uniqueId={uniqueId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uniqueId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
APICommonWrapperOfListOfAPIUserLocationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | Collection of APIUserLocationResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": [
{
"Id": 1,
"CustomerId": 2,
"UserUniqueId": 3,
"StopId": "sample string 4",
"Name": "sample string 5",
"Address": "sample string 6",
"Latitude": 1.0,
"Longitude": 1.0,
"Type": 1,
"Timestamp": "2026-01-16T04:34:09.4355589+00:00",
"UpdatedDate": "2026-01-16T04:34:09.4355589+00:00",
"DeletedDate": "2026-01-16T04:34:09.4355589+00:00",
"isDeleted": true
},
{
"Id": 1,
"CustomerId": 2,
"UserUniqueId": 3,
"StopId": "sample string 4",
"Name": "sample string 5",
"Address": "sample string 6",
"Latitude": 1.0,
"Longitude": 1.0,
"Type": 1,
"Timestamp": "2026-01-16T04:34:09.4355589+00:00",
"UpdatedDate": "2026-01-16T04:34:09.4355589+00:00",
"DeletedDate": "2026-01-16T04:34:09.4355589+00:00",
"isDeleted": true
}
]
}
application/xml, text/xml
Sample:
<APICommonWrapperOfArrayOfAPIUserLocationResponseMTRdQN6P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/">
<d2p1:APIUserLocationResponse>
<d2p1:Address>sample string 6</d2p1:Address>
<d2p1:CustomerId>2</d2p1:CustomerId>
<d2p1:DeletedDate>2026-01-16T04:34:09.4355589+00:00</d2p1:DeletedDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:Latitude>1</d2p1:Latitude>
<d2p1:Longitude>1</d2p1:Longitude>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:StopId>sample string 4</d2p1:StopId>
<d2p1:Timestamp>2026-01-16T04:34:09.4355589+00:00</d2p1:Timestamp>
<d2p1:Type>1</d2p1:Type>
<d2p1:UpdatedDate>2026-01-16T04:34:09.4355589+00:00</d2p1:UpdatedDate>
<d2p1:UserUniqueId>3</d2p1:UserUniqueId>
<d2p1:isDeleted>true</d2p1:isDeleted>
</d2p1:APIUserLocationResponse>
<d2p1:APIUserLocationResponse>
<d2p1:Address>sample string 6</d2p1:Address>
<d2p1:CustomerId>2</d2p1:CustomerId>
<d2p1:DeletedDate>2026-01-16T04:34:09.4355589+00:00</d2p1:DeletedDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:Latitude>1</d2p1:Latitude>
<d2p1:Longitude>1</d2p1:Longitude>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:StopId>sample string 4</d2p1:StopId>
<d2p1:Timestamp>2026-01-16T04:34:09.4355589+00:00</d2p1:Timestamp>
<d2p1:Type>1</d2p1:Type>
<d2p1:UpdatedDate>2026-01-16T04:34:09.4355589+00:00</d2p1:UpdatedDate>
<d2p1:UserUniqueId>3</d2p1:UserUniqueId>
<d2p1:isDeleted>true</d2p1:isDeleted>
</d2p1:APIUserLocationResponse>
</Data>
<Message>sample string 1</Message>
<Status>Continue</Status>
</APICommonWrapperOfArrayOfAPIUserLocationResponseMTRdQN6P>