This method retrieves a list of Expenses of reseller’s accounts.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Specifies the exact date when the expenses 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 an expense ID.
Specify an addendum ID for which you need to get a list of expenses.
Specify a discount ID for which you need to get a list of expenses.
Specify features name.
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 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 |
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 the code for the expense's currency. Possible values:
EUR
, USD
Specify the exact period date of the expenses period (ISO 8601/RFC 3339 format, UTC.) Examples:
Specify the start date for the expenses period (ISO 8601/RFC 3339 format, UTC.) Examples:
Specify the end of the date for the expenses period (ISO 8601/RFC 3339 format, UTC.) Examples:
Specifies the exact expenses date, (ISO 8601/RFC 3339 format, UTC.) Examples:
for_date
=2021-05-05Specify the start date for the expenses (ISO 8601/RFC 3339 format, UTC.) Examples:
for_date__from
=2021-05-05Specify the end date for the expenses (ISO 8601/RFC 3339 format, UTC.) Examples:
for_date__to
=2021-05-05Specifies the start of the date range when the expenses 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 expenses 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-05Specify invoice ID
Specify the initial value for the range of expense amount values
Specify the end value for the range of expense amount values
Specify the specific value for the range of expense amount values
A name of the client's company (or client's name)
Specify a calculation rule
commit
, overcommit
, stepped
, staged
, unit
Specify a plan name
Specify a plan ID
Indication of deleted expense Has two possible values:
Optional comment for specific expenses.
Optional description for describing expenses.
Specifies the account or reseller technical client ID
Specifies the contract_id
Indication of rounding rule for expenses money_value
Has two possible values:
money_value
money_value
Default is trueOrdering
period_date
, -period_date
, for_date
, -for_date
, money_value
, -money_value
, currency
, -currency
, created_at
, -created_at
, service_name
, -service_name
, id
, -id
Number of results to return per page.
The initial index from which to return the results.
OK
The response is of type object
.