Retrieve the action details based on segment code
get
/api/1.0/callActionTransactional/getActionDetails/{segmentCode}
This endpoint is used to Retrieve the action details based on segment code.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
segmentCode(required): string
Segment code for which action details are to be fetched.
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.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the callAction based on given ID.
Nested Schema : DmTmStrategyDTO
Type:
Show Source
object
-
callDetails:
string
Call Details
-
enabledFlag:
string
Enabled Flag
-
strategyCode:
string
Strategy Code
-
userAssignmentCode:
string
User Assignment Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error