List all limit values

Retrieves all limit values for a specific project.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
cursor
string

Cursor to use for paging through results.

limit
integer <int32> <= 1000
Default: 1000

Return up to this many results.

header Parameters
cdf-version
required
string
Value: "20230101-beta"
Responses
200

A list of limits for all limits for a project.

401

The response for a failed request.

get/limits/values
Request samples
Response samples
application/json
{
  • "items": [
    • {
      },
    • {
      },
    • {
      }
    ],
  • "nextCursor": "string"
}