Get Behavior Details by Account ID
get
/notes-service/BehaviorDetails/{accountId}
This endpoint is used to retrieve behavior details by account ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
accountId(required): string
The Account ID for which we need the behavior details.
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
200 Response
Returns the behavior details details based on given Account ID.
Nested Schema : BehaviorDetailsDto
Type:
Show Source
object
-
actionId:
string
Action ID
-
behaviorReport:
string
Behaviour Report
-
behaviorScore:
number
Behavior Score in percentage
-
callSequenceNumber:
number
Call sequence number
-
createDttm:
string
Creation time and date of the behavior report
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.