You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- motionBasedRetentionEnabled (boolean): Boolean indicating if motion-based retention is enabled(true) or disabled(false) on the camera.
244
244
- audioRecordingEnabled (boolean): Boolean indicating if audio recording is enabled(true) or disabled(false) on the camera
245
245
- restrictedBandwidthModeEnabled (boolean): Boolean indicating if restricted bandwidth is enabled(true) or disabled(false) on the camera. This setting does not apply to MV2 cameras.
246
-
- quality (string): Quality of the camera. Can be one of 'Standard', 'High'or 'Enhanced'. Not all qualities are supported by every camera model.
246
+
- quality (string): Quality of the camera. Can be one of 'Standard', 'High', 'Enhanced' or 'Ultra'. Not all qualities are supported by every camera model.
247
247
- resolution (string): Resolution of the camera. Can be one of '1280x720', '1920x1080', '1080x1080', '2112x2112', '2880x2880', '2688x1512' or '3840x2160'.Not all resolutions are supported by every camera model.
248
248
- motionDetectorVersion (integer): The version of the motion detector that will be used by the camera. Only applies to Gen 2 cameras. Defaults to v2.
- organizationIds (array): Organizations to get associated subscriptions for
45
46
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
46
47
- direction (string): direction to paginate, either "next" (default) or "prev" page
47
48
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000.
48
49
- startingAfter (string): A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
49
50
- endingBefore (string): A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
50
51
- subscriptionIds (array): List of subscription ids to fetch
51
-
- organizationIds (array): Organizations to get associated subscriptions for
52
52
- startDate (string): Filter subscriptions by start date, ISO 8601 format. To filter with a range of dates, use 'startDate[<option>]=?' in the request. Accepted options include lt, gt, lte, gte.
53
53
- endDate (string): Filter subscriptions by end date, ISO 8601 format. To filter with a range of dates, use 'endDate[<option>]=?' in the request. Accepted options include lt, gt, lte, gte.
54
54
- statuses (array): List of statuses that returned subscriptions can have
- bottomRightCorner (object): The longitude and latitude of the bottom right corner of your floor plan.
1361
1362
- topLeftCorner (object): The longitude and latitude of the top left corner of your floor plan.
1362
1363
- topRightCorner (object): The longitude and latitude of the top right corner of your floor plan.
1364
+
- floorNumber (integer): The floor number of the floors within the building
1363
1365
- imageContents (string): The file contents (a base 64 encoded string) of your new image. Supported formats are PNG, GIF, and JPG. Note that all images are saved as PNG files, regardless of the format they are uploaded in. If you upload a new image, and you do NOT specify any new geolocation fields ('center, 'topLeftCorner', etc), the floor plan will be recentered with no rotation in order to maintain the aspect ratio of your new image.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2294
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2295
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 20. Default is 10.
2296
+
- startingAfter (string): A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
2297
+
- endingBefore (string): A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
2298
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
2299
+
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 31 days after t0.
2300
+
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 2 hours. If interval is provided, the timespan will be autocalculated.
2301
+
- interval (integer): The time interval in seconds for returned data. The valid intervals are: 300, 1200, 3600, 14400. The default is 300. Interval is calculated if time params are provided.
2302
+
- networkIds (array): Optional parameter to filter the result set by the included set of network IDs
2303
+
- serials (array): Optional parameter to filter device availabilities history by device serial numbers
2304
+
- productTypes (array): Optional parameter to filter device statuses by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, wirelessController, and secureConnect.
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. The default is 2 hours.
413
417
- networkIds (array): Optional parameter to filter readings by network.
414
418
- serials (array): Optional parameter to filter readings by sensor.
415
-
- metrics (array): Types of sensor readings to retrieve. If no metrics are supplied, all available types of readings will be retrieved. Allowed values are apparentPower, battery, button, co2, current, door, downstreamPower, frequency, humidity, indoorAirQuality, noise, pm25, powerFactor, realPower, remoteLockoutSwitch, temperature, tvoc, voltage, and water.
419
+
- metrics (array): Types of sensor readings to retrieve. If no metrics are supplied, all available types of readings will be retrieved.
- endingBefore (string): A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
451
455
- networkIds (array): Optional parameter to filter readings by network.
452
456
- serials (array): Optional parameter to filter readings by sensor.
453
-
- metrics (array): Types of sensor readings to retrieve. If no metrics are supplied, all available types of readings will be retrieved. Allowed values are apparentPower, battery, button, co2, current, door, downstreamPower, frequency, humidity, indoorAirQuality, noise, pm25, powerFactor, realPower, remoteLockoutSwitch, temperature, tvoc, voltage, and water.
457
+
- metrics (array): Types of sensor readings to retrieve. If no metrics are supplied, all available types of readings will be retrieved.
0 commit comments