API reference

The following API will allow you to retrieve status, stats, reports and insights regarding your Glider campaigns, invoices and transactions.

API Path Specs

Secondary path: /glider/report/v1

Example:

<METHOD> https://api.ubiquityplatform.com/glider/report/v1/<action>
Headers:
  ...
Body:
  ...
  

Query Options

The Reports API allows you to add the following query paramaters in order to filter, order or group your results:

NameOperatorSyntaxExample
Equal tokey/valuekey = value
Not equal to!key/!valuekey <> value
Greater than>key/>valuekey > value
Less than<key/<valuekey < value
Between:key/v1:v2key BETWEEN v1 AND v2
In,key/v1,v2,v3key IN (v1,v2,v3)
LimitLIMITLIMIT/valueLIMIT value
OffsetOFFSETOFFSET/valueOFFSET value
OrderORDERORDER/valueORDER BY value
DirectionDIRECTIONDIRECTION/{ASC,DESC}DIRECTION DESC

Filter options can be appended at the end of the API path, example:

GET /glider/report/v1/batch.json/50/invoice/LIMIT/10/OFFSET/20