Get all Valid Call Action
get
/api/1.0/callAction
This endpoints will be used to Get all valid Call Action maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
Authorization status of the Call Action to be fetched.
-
code: string
Code of the Call Action to be fetched.
-
description: string
Description of the Call Action to be fetched.
-
includecloseandunauth: boolean
Include close and unauthorized value need to be provided to fetch summary record, default value is false.
-
limit: integer
Limit is maximum number of records to be fetched.
-
offset: integer
Offset is starting number of records to be fetched.
-
recordStat: string
Record status of the Call Action 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
201 Response
Returns message of success or failure
Headers
Root Schema : DmTmCallActionCollection
Type:
object
Collection of Call Action Data
Show Source
-
data:
array data
data
Nested Schema : data
Type:
array
data
Show Source
-
Array of:
object DmTmCallActionDTO
Call ation details
Nested Schema : DmTmCallActionDTO
Type:
object
Call ation details
Show Source
-
code:
string
Code
-
description:
string
Description
-
DmTmCallActionDetailDTO:
array DmTmCallActionDetailDTO
Call action details
Nested Schema : DmTmCallActionDetailDTO
Type:
Show Source
object
-
actionType:
string
Action Type
-
active:
string
Active
-
callActionMasterId:
string
Call Action Master ID
-
callType:
string
Call Type
-
DmTmCallActionResultDTO:
array DmTmCallActionResultDTO
Call Action result
-
id:
string
ID
-
serialNumber:
string
Serial Number
Nested Schema : DmTmCallActionResultDTO
Type:
Show Source
object
-
actionResult:
string
Action Result
-
active:
string
Active
-
callActionDetailMasterId:
string
Call Action Detail Master ID
-
DmTmResultStatusDTO:
array DmTmResultStatusDTO
Result Status
-
followUpDays:
string
Follow Up Days
-
id:
string
ID
-
rightPartyContacted:
string
Right Party Contacted
Nested Schema : DmTmResultStatusDTO
Type:
Show Source
object
-
action:
string
Action
-
callActionResultMasterId:
string
Call Action Result Master ID
-
collectionStatus:
string
Collection Status
-
id:
string
ID
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error