Get filtered Task details

get

/api/1.0/getFilteredTaskSummaryDetails

This endpoint is used to fetch Task details based on segment, strategy,etc.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

201 Response

Return list of task details.
Body ()
Root Schema : TaskSummaryVO
Type: object
Task Summary Dto
Show Source
Nested Schema : dmTmTaskVOList
Type: array
Task VO List
Show Source
Nested Schema : DmTmTaskVO
Type: object
Task Data List
Show Source
Nested Schema : AdditionalAttributesDto
Type: object
Additional Attributes
Show Source

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.
Back to Top