Get list of active organization inclusive volumes

Returns of a list of inclusive volumes that are currently active in the current billing period for the selected organisation. This will not inclusive volumes that are already expired or have the start date set for a future billing period. Only inclusive volumes for the own organisation or direct child organisations are accessible.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

org_id_or_mystringRequiredformat: "^(my)|(\d+)$"Defaults to my

Numerical ID of an Organization or the string my to use the currently authorized organisation

Response

Success
idinteger
volumedouble
The volume in MB
ratedouble
pooledboolean
start_datestringformat: "date-time"
end_datestringformat: "date-time"
End date will be omitted in the response, if it has been set to null. This means the inclusive volume will run infinitely.
currencyobject
tariffobject

Errors

404
Not Found Error