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: string
Account ID
Query Parameters
-
segmentCode(optional): string
Segment Code
-
strategyCode(optional): string
Strategy Code
Header Parameters
-
appId: string
The application ID of host service.
-
branchCode: string
The branch code of requesting branch.
-
contentType(optional): string
The content type of request or response body.
-
userId: 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 : PagingDto
Type:
Show Source
object
-
totalResults(optional):
integer
Total number of results available.
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(optional):
string
Action Type
-
active(optional):
boolean
Active
-
callActionMasterId(optional):
string
Call Action Master ID
-
callType(optional):
string
Call Type
-
DmTmCallActionResultDTO(optional):
array DmTmCallActionResultDTO
-
id(optional):
string
ID
-
serialNumber(optional):
integer
Serial Number
Nested Schema : DmTmCallActionResultDTO
Type:
Show Source
object
-
actionResult(optional):
string
Action Result
-
active(optional):
boolean
Active
-
callActionDetailMasterId(optional):
string
Call Action Detail Master ID
-
DmTmResultStatusDTO(optional):
array DmTmResultStatusDTO
-
followUpDays(optional):
integer
FollowUp Days
-
id(optional):
string
ID
-
rightPartyContacted(optional):
boolean
Right Party Contacted
Nested Schema : DmTmResultStatusDTO
Type:
Show Source
object
-
action(optional):
boolean
Action
-
callActionResultMasterId(optional):
string
Call Action Result Master ID
-
collectionStatus(optional):
string
Collection Status
-
id(optional):
string
ID
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.