Get all task details associated with Ai User Id
get
/api/1.0/taskSummary/aiTaskDetailsForUserId
This endpoint is used to fetch all the task details associated with a AI UserId.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the TaskIds associated with the user.
Root Schema : AiTaskDetailCollection
Type:
object
For fetching the task Details associated with a UserId.
Show Source
-
aiTaskDetailList:
array aiTaskDetailList
-
previousWorkingDate:
string
Previous working day date and time
Nested Schema : aiTaskDetailList
Type:
Show Source
array
-
Array of:
object AiTaskDetailsDto
TaskDetailsDto model
Nested Schema : AiTaskDetailsDto
Type:
object
TaskDetailsDto model
Show Source
-
assignee:
string
assignee
-
taskId:
string
Task Id
-
taskName:
string
taskName
-
taskStatusCode:
string
taskStatusCode
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.