| GET | /ccs/city/register/los/bygroup |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| userid | query | string | Yes | UserID that access the Service |
| ax | query | double | Yes | Longitude x1 |
| ay | query | double | Yes | Latitude y1 |
| bx | query | double | Yes | Longitude x2 |
| by | query | double | Yes | Latitude y2 |
| cx | query | double | Yes | Longitude x3 |
| cy | query | double | Yes | Latitude y3 |
| dx | query | double | Yes | Longitude x4 |
| dy | query | double | Yes | Latitude y4 |
| groupid | query | string | Yes | groupid |
| from | query | DateTime | No | Query from |
| to | query | DateTime | No | Query to |
| uselivedata | query | bool | No | use live data instead of history data |
| usevalidated | query | bool | No | use validated live data instead unchecked |
| viewids | query | string | Yes | using views to query (comma seperated list of the view id's) |
| enableStamp | query | bool | No | false if you sendings stamps |
| mintime | query | double | Yes | Minimum Time of Stay |
| canny | query | bool | No | use canny stamp |
| AltitudeRef | query | string | Yes | Altitude Reference |
| Altitude | query | double | No | Altitude |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /ccs/city/register/los/bygroup HTTP/1.1 Host: 188.138.100.94 Accept: text/csv