Dimension

List dimensions

List dimensions by NRN.

get/dimension

Query parameters

offsetinteger

The starting point for pagination. Defaults to 0 if not provided.

limitinteger

The maximum number of results to return per page.

nrnstring required

Filter dimensions by NRN.

Response

The operation was successful.

Example response

{
  "paging": {
    "total": 30,
    "limit": 200
  },
  "results": [
    {
      "id": 1234,
      "name": "Environment",
      "status": "active",
      "slug": "environment",
      "nrn": "organization=1:account=2:namespace=3:application=4",
      "order": 1,
      "values": {
        "id": 9876,
        "name": "Staging",
        "status": "active",
        "slug": "staging",
        "nrn": "organization=1:account=2:namespace=3:application=4"
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.