Retrieve the count of Call Action Results
get
/api/1.0/collectordashboard/callactionresultcount
This endpoint is used to retrieve the count of Call Action Results.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
collectorUserId(required): string
Collector UserId for getting count of Call Action Results.
-
pastDate(required): string
Past Date.
-
startDate(required): string
Current Business or Override Date.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
entityId(required): string
The entity ID of host service.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the count of Call Action Results.
Root Schema : DmCallActionResultCountWrapperDTO
Type:
object
Wrapper DTO of DmCallActionResultCountDto.
Show Source
Nested Schema : DmCallActionResultCountDto
Type:
Show Source
object
-
callActionResultCount:
integer
Count of Call Action Results.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error