Reporting
Unique identifier of the resource
1
Successful response, returns the report file
Unauthorized Access
The given resource or object was not found or does not exist.
The requested resource is no longer available.
Server Error
GET /reporting/{id}/download/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
binary
The channel ID of the resource.
5
ID of the channel the customer belongs to
5
Start date for the data range.
End date for the data range.
Indicates if the customer allows receiving emails
true
Indicates if the customer allows receiving SMS
false
Indicates if the customer allows receiving calls
true
Export format for the report
csv
Possible values: Report request received
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
Server Error
GET /reporting/remote/{channel_id}/customer/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"message": "Report request has been received."
}
Start date for the data range.
End date for the data range.
Filter by SKU.
SKU123
Filter by base code.
BASECODE123
Export format for the report
csv
Possible values: Report request received
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
Server Error
GET /reporting/sales/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"message": "Report request has been received."
}
ID of the channel the customer belongs to
5
Filter by cancel status
Start date for the data range.
End date for the data range.
Export format for the report
csv
Possible values: Report request received
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
Server Error
GET /reporting/order/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"message": "Report request has been received."
}
Was this helpful?