List Platform Limits
List the platform limits.
Query Parameters
based_on_in string[]
Possible values: [SKU
]
The type of based on, e.g. sku
.
based_on_value_in string[]
The based on values.
applies_to_in string[]
The applies to (e.g. API name).
scope_in string[]
Possible values: [ACCOUNT
, SUBSCRIPTION
]
The scope.
Responses
- 200
- 401
- 404
Found
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
first string nullable required
The link to the first page.
items object[] required
An array of objects.
applies_to string required
based_on string required
Possible values: [SKU
]
based_on_value string required
created_at date-time
The create date-time.
description string
id int64
limits int32 required
Possible values: >= 1
modified_at date-time
The last modified date-time.
scope string required
Possible values: [ACCOUNT
, SUBSCRIPTION
]
last string nullable required
The link to the last page.
next string nullable required
The link to the next page or null
if there's no page.
prev string nullable required
The link to the previous page or null
if there's no page.
self string nullable required
The link to the current page.
{
"first": "string",
"items": [
{
"applies_to": "string",
"based_on": "SKU",
"based_on_value": "string",
"created_at": "2024-11-19T00:12:35.622Z",
"description": "string",
"id": 0,
"limits": 0,
"modified_at": "2024-11-19T00:12:35.622Z",
"scope": "ACCOUNT"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Not Found
Loading...