Version 1.2.7

2019-01-30 00:00:00 +0000

Version 1.2.7 Additions

The following API requests have been added

Topic Method Entrypoint Description
Billing GET /organisation/{org_id}/billing Retrieve a list of available billing periods (by default the calendar month) for which billing data is available. This will also include the current billing period.
Billing GET /organisation/{org_id}/billing/{billing_id} Retrieve a list of available billing periods for an organisation.
Quota Management GET /endpoint/{endpoint_id}/quota/data Retrieve the current data quota status for an endpoint
Quota Management POST /endpoint/{endpoint_id}/quota/data A new data quota can be set for an endpoint
Quota Management GET /endpoint/{endpoint_id}/quota/sms Retrieve the current SMS quota status for an endpoint
Quota Management POST /endpoint/{endpoint_id}/quota/sms A new SMS quota can be set for an endpoint
Prepaid Balance Management GET /endpoint/{endpoint_id}/balance Retrieve the current balance for an endpoint
Prepaid Balance Management POST /endpoint/{endpoint_id}/balance The balance of an endpoint can be updated, either by adding or subtracting a certain amount
Prepaid Balance Management DELETE /endpoint/{endpoint_id}/balance The prepaid balance can be reset, meaning it will start with a value of zero

Quota Management Events

If a threshold percentage has been submitted and a data quota or SMS quota was created, and the remaining volume goes below that threshold. Threshold Reached events are created for data and SMS thresholds.

In case the data or SMS quota volume is completely depleted, Quota Used Up events are created.

Endpoint Events can be retrieved at /endpoint/{endpoint_id}/event.

Prepaid Balance Management

Balance management is activated in the service profile and will be applied to all endpoints assigned to that service profile. Initial balance is zero and endpoints are therefore blocked from any tele-services.