List APD Task

Note: Not Applicable for Cloud version

  • Functionality
  • List APD Task
  • HTTP Method
  • GET
  • API URI
  • api/1.3/patch/apdTaskListdetails

 

Request Data

 {
    "message_type": "apdTaskListdetails",
    "message_response": {
        "total": 2,
        "apdtasklistdetails": [
            {
                "task_name": "MyTask1",
                "total_target": "1",
                "task_id": "633",
                "os_platform_name": "Windows",
                "collection_id": "312",
                "collection_status": "2",
                "user_id": "1",
                "task_modified_time": "1756191374069",
                "scheduler_class_id": "--",
                "template_id": "--",
                "task_type": "18",
                "task_creation_time": "1756191374069",
                "first_name": "admin",
                "os_platform_id": "1",
                "remarks": "312"
            },
            {
                "task_name": "MyTask2",
                "total_target": "--",
                "task_id": "635",
                "os_platform_name": "Windows",
                "collection_id": "313",
                "collection_status": "2",
                "user_id": "1",
                "task_modified_time": "1756191413366",
                "scheduler_class_id": "--",
                "template_id": "--",
                "task_type": "18",
                "task_creation_time": "1756191413366",
                "first_name": "admin",
                "os_platform_id": "1",
                "remarks": "313"
            }
        ],
        "limit": 25,
        "page": 1
    },
    "message_version": "1.3",
    "status": "success"
}