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
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
1586
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
1587
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000.
1588
+
- 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.
1589
+
- 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.
1590
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today.
1591
+
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0.
1592
+
- 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 14 days. The default is 1 day.
1593
+
- serials (array): Optional parameter to filter device availabilities history by device serial numbers
1594
+
- productTypes (array): Optional parameter to filter device availabilities history by device product types
1595
+
- networkIds (array): Optional parameter to filter device availabilities history by network IDs
1596
+
- statuses (array): Optional parameter to filter device availabilities history by device statuses
0 commit comments