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.
Nested 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
Nested Schema : DmSegmentDto
Type:
Show Source
object
-
segmentCode:
string
Segment Code
-
segmentDesc:
string
Segment Description
Nested Schema : DmStrategyDto
Type:
Show Source
object
-
callDetails:
string
Call Details
-
effectiveDate:
string
Effective Date
-
expiryDate:
string
Expiry Date
-
segmentCode:
string
Segment Code
-
strategyCode:
string
Strategy Code
-
strategyDesc:
string
Strategy Description
Nested Schema : DmTaskTypeDto
Type:
Show Source
object
-
taskCd:
string
Task Code
-
taskTypeCd:
string
Task Type Code
-
taskTypeDesc:
string
Task Type Description
-
workflowCd:
string
Work Flow Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.