Get communication drill down data
Get communication drill down data
Query Parameters
startDate string
startDate(MM/dd/yyyy)
endDate string
endDate(MM/dd/yyyy)
dealerUUIDs string[]
List of DealerUUID for which data is needed
daUUID string
dealer associate uuid
departmentFilter string[]
departmentFilter
orderTypeFilter string[]
orderTypeFilter
brandNameFilter string[]
brandNameFilter
cpValueFilter string[]
cpValueFilter
payTypeFilter string[]
payTypeFilter
Header Parameters
Authorization string required
Authorization
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
data object[]
errorCode string
errorDescription string
{
"data": [
{}
],
"errorCode": "string",
"errorDescription": "string"
}
Created
Unauthorized
Forbidden
Not Found
POST /communicationDrillDown
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '//api.mykaarma.com/reporting/v2/communicationDrillDown' \
-H 'Accept: application/json'
python / requests
curl -L -X POST '//api.mykaarma.com/reporting/v2/communicationDrillDown' \
-H 'Accept: application/json'
go / native
curl -L -X POST '//api.mykaarma.com/reporting/v2/communicationDrillDown' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X POST '//api.mykaarma.com/reporting/v2/communicationDrillDown' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X POST '//api.mykaarma.com/reporting/v2/communicationDrillDown' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X POST '//api.mykaarma.com/reporting/v2/communicationDrillDown' \
-H 'Accept: application/json'
php / cURL
curl -L -X POST '//api.mykaarma.com/reporting/v2/communicationDrillDown' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X POST '//api.mykaarma.com/reporting/v2/communicationDrillDown' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X POST '//api.mykaarma.com/reporting/v2/communicationDrillDown' \
-H 'Accept: application/json'