Returns list of client’s trials and their trial options.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
The maximum number of items. (max value = 100)
Offset relative to the beginning of list.
The parameter using for sorting data.
Default sort order is ascending. Put -
before value for descending sort order: -id
.
For sorting by multiple parameters write them as comma separated string: -
client_id,id
.
id
sort by trial's ID.client_id
sort by client's ID.started_at
sort by start date.ended_at
sort by end date."client_id,-started_at"
Filter by trial ID.
Filter by client ID.
Specify product ID. Possible values:
ID | Name | Internal Name |
---|---|---|
1 | CDN | CDN |
2 | Object Storage | STORAGE |
3 | Web Security | DDOS |
4 | Streaming | STREAMING |
5 | Cloud | CLOUD |
6 | Colocation Services | CONNECT |
9 | DDoS Protection | INFRASTRUCTURE_PROTECTION |
10 | Managed DNS | DNS |
11 | Other Services | OTHER_SERVICES |
12 | Premium Support | PREMIUM_SUPPORT |
13 | Connectivity | CONNECTIVITY |
14 | Hosting (G-Hosting) | GHOST |
15 | Managed Services | MANAGED_SERVICES |
16 | Rent | RENT |
17 | Software development | SOFTWARE_DEVELOPMENT |
18 | VM Ware | VMWARE |
19 | LaaS | LAAS |
20 | AWS Cloud | AWS_CLOUD |
21 | Fast Edge | FAST_EDGE |
22 | Technical Support | TECHNICAL_SUPPORT |
Filter all trials that started after this date.
Filter all trials that started before this date.
Filter all trials that ended after this date.
Filter all trials that ended before this date.
Filter all trials that started in this date.
null
- to get trials without a start date.
Filter all trials that ended in this date.
null
- to get trials without an end date.
OK.
The response is of type object
.