GetCamera Method
GetCamera returns the camera with the given ID.
Syntax
GetCamera(int intCameraID, string strPassword)
Parameters
Name | Type | Description |
---|---|---|
intCameraID | int | Unique camera identifier, as returned by other API methods such as GetCamerasInBox. |
strPassword | string | Unique id/password supplied to you previously. |
Return Value
Type: XML
For fields for each returned camera, see GetCamerasInBox.
Example
Request |
---|
http://www.vizzion.com/TrafficCamsService/TrafficCams.asmx/GetCamera?intCameraID=1&strPassword=<password> |
Response |
---|
For format, see GetCamerasInBox. |