GetCamerasInList Method
GetCamerasInList returns all cameras for the given list of Camera IDs.
Syntax
GetCamerasInList(string strCameraIDs, string strPassword)
Parameters
Name | Type | Description |
---|---|---|
strCameraIDs | string |
List of up to 1,000 cameras delimited by the or symbol ( ‘|’ ).
Note: While the method allows up to 1,000 cameras, the maximum number that can be listed in a URL query string in a browser is limited. |
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/GetCamerasInList?strCameraIDs=13970|10143|10156&strPassword=<password> |
Response |
---|
For format, see GetCamerasInBox. |