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 callAction.
Show Source
-
data:
array data
-
paging:
object PagingDto
Paging data transfer object.
Nested Schema : PagingDto
Type:
object
Paging data transfer object.
Show Source
-
totalResults:
integer
Total results
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : DmTmCallActionDetailDTO
Type:
Show Source
object
-
actionType:
string
Action Type
-
active:
boolean
Active
-
callActionMasterId:
string
Call Action Master ID
-
callType:
string
Call Type
-
DmTmCallActionResultDTO:
array DmTmCallActionResultDTO
-
id:
string
ID
-
serialNumber:
integer
Serial Number
Nested Schema : DmTmCallActionResultDTO
Type:
Show Source
object
-
actionResult:
string
Action Result
-
active:
boolean
Active
-
callActionDetailMasterId:
string
Call Action Detail Master ID
-
DmTmResultStatusDTO:
array DmTmResultStatusDTO
-
followUpDays:
integer
FollowUp Days
-
id:
string
ID
-
rightPartyContacted:
boolean
Right Party Contacted
Nested Schema : DmTmResultStatusDTO
Type:
Show Source
object
-
action:
boolean
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