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 or null
volumedouble or null
The volume in MB
ratedouble or null
pooledboolean or null
start_datestring or nullformat: "date-time"
end_datestring or nullformat: "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 or null
tariffobject or null

Errors