cURL
curl -X GET \ /catalogue/measurements \ --header "Authorization: Bearer <token>"
{ "data": [ { "unit": { "id": {}, "name": "Stück" }, "code": "users", "id": "ad8f1c2c-3b1c-4b0a-8b0a-0b0b0b0b0b0b", "description": "The number of users.", "aggregationType": "sum", "fairBilling": true, "type": "recurring" } ], "meta": { "pagination": { "totalItems": 123, "itemsPerPage": 123, "currentPage": 123, "lastPage": 123, "pageTotalItems": 123 } } }
Get all measurements.
measurement:read
Value for the Authorization header parameter.
The collection page number
The number of items per page
0 <= x <= 100
Measurement collection
Show child attributes
Was this page helpful?