Skip to main content

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

Found


Schema
    first string nullable required

    The link to the first page.

    items object[] required

    An array of objects.

  • Array [
  • 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.

Loading...