This method returns a list of addendums that belong to reseller’s sub-clients.
You can filter the list by different fields such as ID, status, creation date, active period, plan, client, and more.
Dates should be provided in ISO 8601/RFC 3339 format (UTC), for example: 2021-05-05T12:00:00Z
.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Specify ID of the requested addendum
Specify ID of a plan
Status of addendum
active
, upcoming
, paused
, stopped
Filter addendums that were active at this specific time.
Format: ISO 8601 (e.g., 2024-05-30T12:00:00Z
).
Specify the exact start date of the addendums activation period (ISO 8601/RFC 3339 format, UTC.) You can specify a date with a time separated by a space, or just a date. Examples:
active_from
=2021-05-05 12:00:00active_from
=2021-05-05Specifies the exact date when the addendums were created, (ISO 8601/RFC 3339 format, UTC.) You can specify a date with a time separated by a space, or just a date. Examples:
created_at
=2021-05-05 12:00:00created_at
=2021-05-05Specify the start date range for the addendums activation period (ISO 8601/RFC 3339 format, UTC.) You can specify a date with a time separated by a space, or just a date. Examples:
active_from__from
=2021-05-05 12:00:00active_from__from
=2021-05-05Specify the end date range for the addendums activation period(ISO 8601/RFC 3339 format, UTC.) You can specify a date with a time separated by a space, or just a date. Examples:
active_from__to
=2021-05-05 12:00:00active_from__to
=2021-05-05Specify the exact end date of the addendum active period (ISO 8601/RFC 3339 format, UTC.) You can specify a date with a time separated by a space, or just a date. Examples:
active_to
=2021-05-05 12:00:00active_to
=2021-05-05Specify the start of the date range for the addendum end period (ISO 8601/RFC 3339 format, UTC.) You can specify a date with a time separated by a space, or just a date. Examples:
active_to__from
=2021-05-05 12:00:00active_to__from
=2021-05-05Specify the end of the date range for the addendum end period (ISO 8601/RFC 3339 format, UTC.) You can specify a date with a time separated by a space, or just a date. Examples:
active_to__to
=2021-05-05 12:00:00active_to__to
=2021-05-05Specifies the start of the date range when the addendums were created (ISO 8601/RFC 3339 format, UTC.). You can specify a date with a time separated by a space, or just a date. Examples:
created_at__from
=2021-05-05 12:00:00created_at__from
=2021-05-05Specifies the end of the date range when the addendums were created (ISO 8601/RFC 3339 format, UTC.). You can specify a date with a time separated by a space, or just a date. Examples:
created_at__to
=2021-05-05 12:00:00created_at__to
=2021-05-05ID of the client who has addendum(addendums).
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 |
Specify a product's internal name. 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 |
CDN
, STORAGE
, DDOS
, STREAMING
, CLOUD
, CONNECT
, INFRASTRUCTURE_PROTECTION
, DNS
, OTHER_SERVICES
, PREMIUM_SUPPORT
, CONNECTIVITY
, GHOST
, MANAGED_SERVICES
, RENT
, SOFTWARE_DEVELOPMENT
, VMWARE
, LAAS
, AWS_CLOUD
, FAST_EDGE
, TECHNICAL_SUPPORT
Specify a plan name.
A name of the client's company (or client's name).
Specify code for plan currency. Possible values:
EUR
, USD
Ordering
id
, -id
, status
, -status
, active_from
, -active_from
, active_to
, -active_to
, created_at
, -created_at
Maximum number of items in response.
The initial index from which to return the results.
OK
The response is of type object
.