| GET | /ccs/teach/los/notify/history |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| userid | query | string | Yes | UserID that access the Service |
| frameID | query | string | Yes | FrameID |
| groupID | query | string | Yes | GroupID |
| SlotID | query | int | No | SlotID |
| 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 |
| AltitudeRef | query | string | Yes | Altiitude Reference |
| Altitude | query | double | No | Altiitude |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /ccs/teach/los/notify/history HTTP/1.1 Host: 188.138.100.94 Accept: application/json