Retrieve Ad hoc Task Onload
get
/api/1.0/onloadadhoctask/{accountId}
This endpoint is used to retrieve ad hoc task onload.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
accountId(required): string
Account ID
Query Parameters
-
segmentCode: string
Segment Code
-
strategyCode: string
Strategy Code
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
Return onload ad hoc task details based on given account ID.
Root Schema : DmInitLoadAdhocTaskDto
Type:
object
Init Load Adhoc Task Data Transfer Object details.
Show Source
-
callActionCollection:
object DmTmCallActionCollection
Collection of Call Action Data
-
partyId:
string
Party ID
-
segmentStrategyList:
array segmentStrategyList
Segment Strategy List
-
taskTypeList:
array taskTypeList
Task Type List
Nested Schema : DmTmCallActionCollection
Type:
object
Collection of Call Action Data
Show Source
-
data:
array data
data
Nested Schema : segmentStrategyList
Type:
array
Segment Strategy List
Show Source
-
Array of:
object DmSegmentStrategyAssignDTO
Segment Strategy Assign Data
Nested Schema : taskTypeList
Type:
array
Task Type List
Show Source
-
Array of:
object DmTaskTypeDto
Task type data transfer object
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
Nested Schema : DmSegmentStrategyAssignDTO
Type:
object
Segment Strategy Assign Data
Show Source
-
segmentCd:
string
Segment Code
-
segmentDesc:
string
Segment Description
-
strategyList:
array strategyList
Strategy List
Nested Schema : strategyList
Type:
array
Strategy List
Show Source
-
Array of:
object DmStrategyAssignDataDTO
Strategy Assign Data data transfer object model
Nested Schema : DmStrategyAssignDataDTO
Type:
object
Strategy Assign Data data transfer object model
Show Source
-
ignoreGroupBasisFlag:
string
Ignore Group Basis Flag
-
strategyCode:
string
Strategy Code
-
strategyDesc:
string
Strategy Description
-
strategyId:
string
Strategy ID
-
userGrpCd:
string
User Group Code
-
userId:
string
User ID
-
userName:
string
User Name
Nested Schema : DmTaskTypeDto
Type:
object
Task type data transfer object
Show Source
-
taskCd:
string
Task Code
-
taskTypeCd:
string
Task Type Code
-
taskTypeDesc:
string
Task Type Description
-
workflowCd:
string
Workflow Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.