GET Camera/GetCameraWithArea?CameraID={CameraID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CameraID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CameraArea| Name | Description | Type | Additional information |
|---|---|---|---|
| KAMERA_ADI | string |
None. |
|
| BOLGE_ID | integer |
None. |
|
| CameraID | integer |
None. |
|
| BOLGE_ADI | string |
None. |
|
| MAX_SICAKLIK | decimal number |
None. |
|
| MIN_SICAKLIK | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"KAMERA_ADI": "sample string 1",
"BOLGE_ID": 2,
"CameraID": 3,
"BOLGE_ADI": "sample string 4",
"MAX_SICAKLIK": 5.0,
"MIN_SICAKLIK": 6.0
},
{
"KAMERA_ADI": "sample string 1",
"BOLGE_ID": 2,
"CameraID": 3,
"BOLGE_ADI": "sample string 4",
"MAX_SICAKLIK": 5.0,
"MIN_SICAKLIK": 6.0
}
]