cURL
curl --request GET \ --url https://api.pelanor.io/v1/dimensions \ --header 'Authorization: Bearer <token>'
{ "dimensions": [ { "coverage_ratio": 123, "created_at": "<string>", "created_by_email": "<string>", "description": "<string>", "dimension_unallocated": 123, "id": "<string>", "modified_at": "<string>", "name": "<string>", "rule": { "filtered_properties": [ { "filters": [ { "operator": "Equals", "property": { "type": "Region" }, "values": [ "<string>" ] } ], "property_id": "<string>" } ] } } ] }
List all dimensions. This API returns a list of all dimensions available in the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object