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
- 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
55
55
- productTypes (array): List of product types that returned subscriptions need to have entitlements for.
56
+
- skus (array): List of SKUs that returned subscriptions need to have entitlements for.
- bottomRightCorner (object): The longitude and latitude of the bottom right corner of your floor plan.
1362
1362
- topLeftCorner (object): The longitude and latitude of the top left corner of your floor plan.
1363
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
1364
+
- floorNumber (number): The floor number of the floors within the building
1365
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
2698
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2699
+
- networkIds (array): Optional parameter to filter the results by network IDs
2700
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 100. Default is 20.
2701
+
- 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.
2702
+
- 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.
- passwordExpirationDays (integer): Number of days after which users will be forced to change their password.
3243
3329
- enforceDifferentPasswords (boolean): Boolean indicating whether users, when setting a new password, are forced to choose a new password that is different from any past passwords.
3244
3330
- numDifferentPasswords (integer): Number of recent passwords that new password must be distinct from.
3245
-
- enforceStrongPasswords (boolean): Boolean indicating whether users will be forced to choose strong passwords for their accounts. Strong passwords are at least 8 characters that contain 3 of the following: number, uppercase letter, lowercase letter, and symbol
3331
+
- enforceStrongPasswords (boolean): Deprecated. Values of 'false' are always ignored.
3332
+
- minimumPasswordLength (integer): Minimum number of characters required in admins' passwords.
3246
3333
- enforceAccountLockout (boolean): Boolean indicating whether users' Dashboard accounts will be locked out after a specified number of consecutive failed login attempts.
3247
3334
- accountLockoutAttempts (integer): Number of consecutive failed login attempts after which users' accounts will be locked.
3248
3335
- enforceIdleTimeout (boolean): Boolean indicating whether users will be logged out after being idle for the specified number of minutes.
0 commit comments