List Platform Limits
GET/platform-limit/limits
List the platform limits.
Request
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 stringnullablerequired
The link to the first page.
items
object[]
required
An array of objects.
applies_to stringrequired
based_on stringrequired
Possible values: [SKU]
based_on_value stringrequired
created_at date-time
The create date-time.
description string
id int64
limits int32required
Possible values: >= 1
modified_at date-time
The last modified date-time.
scope stringrequired
Possible values: [ACCOUNT, SUBSCRIPTION]
last stringnullablerequired
The link to the last page.
next stringnullablerequired
The link to the next page or null if there's no page.
prev stringnullablerequired
The link to the previous page or null if there's no page.
self stringnullablerequired
The link to the current page.
{
"first": "string",
"items": [
{
"applies_to": "string",
"based_on": "SKU",
"based_on_value": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"description": "string",
"id": 0,
"limits": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"scope": "ACCOUNT"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Not Found