Links

Custom Reporting

Custom report endpoints.
delete
https://{{account_id}}.acquire.io/api/v1​/analytics/custom-reporting/delete-custom-chart
Delete Custom Chart
post
https://{{account_id}}.acquire.io/api/v1/analytics/custom-reporting/generate-chart
Create Custom Chart

Body(raw) for Create Custom Chart

{
"title": "test chart",
"config": [
{
"key": "id",
"filters": [
{
"key": "id",
"conditions": [
{
"key": "is",
"searchValue": [
"1"
]
}
]
}
]
}
],
"objectKey": "conversations",
"chartType": "table"
}
post
https://{{account_id}}.acquire.io/api/v1/analytics/custom-reporting/edit-custom-report
Edit Custom Report

Body(raw) for Edit Custom Report

{
"reportKey": "testconversation",
"reportName": "Updating the custom reports name"
}
post
https://{{account_id}}.acquire.io/api/v1/analytics/custom-reporting/generate-report
Create Custom Report

Body(raw) for Create Custom Report

{
"reportName": "testconversation",
"description": "Testing purpose",
"objectKey": "conversation"
}
delete
https://{{account_id}}.acquire.io/api/v1/analytics/custom-reporting/delete-custom-report
Delete Custom Report details
get
https://{{account_id}}.acquire.io/api//v1/analytics/custom-reporting/get-custom-report
Get Custom Report details
get
https://{{account_id}}.acquire.io/api/v1/analytics/custom-reporting/get-all-custom-report
Get All custom reports
get
https://{{account_id}}.acquire.io/api/v1/analytics/custom-reporting/get-data-points
Get All Datapoints
get
https://{{account_id}}.acquire.io/api/v1/analytics/custom-reporting/get-custom-chart
Get Custom Chart with data
post
https://{{account_id}}.acquire.io/api/v1/analytics/custom-reporting/schedule-mail
Schedule Chart

Body (raw) for Schedule Chart

{
"chartId": 107,
"emails": [
],
"schedulePeriod": {
"period": "monthly",
"daysOfWeek": [
"monday"
]
},
"offset": "+00:00"
}
delete
https://{{account_id}}.acquire.io/api/v1/analytics/custom-reporting/delete-schedule-mail
Remove Scheduled Chart