Get Compliance by Action ID
get
/notes-service/note/compliance/{actionId}
This endpoint is used to retrieve call compliance details by action ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
actionId(required): string
The Action ID for which we need the account information.
Header Parameters
-
appId(required): string
The app ID for the request.
-
branchCode(required): string
The branch code for the request.
-
contentType: string
The content type of the request.
-
tenantId: string
The tenant ID for the request.
-
userId(required): string
The user ID for the request.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the Call Compliance Detail based on given action ID.
Root Schema : DmComplianceDto
Type:
object
Call Compliance
Show Source
-
actionId:
string
Action ID
-
complianceReport:
string
Compliance Report
-
isCompliant:
string
Is conversation compliant
-
transcriptFileData:
string
Transcript File Data
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
An internal server error occurred.