GET api/v1/admin/tasks/account
Displays all the tasks that have been created on the account.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List containing the tasks and their details. Each task will contain the following information: 1) The ID. 2) The ID of the task 3) The name of the task. 4) The client ID used to run the task 5) The content type for the parameters used for the task. 6) The date the task was created. 7) The date the task was last modified. 8) Whether the task is enabled or disabled. 9) When the task expires. 10) Who last modified the task. 11) Who last ran the task. 12) When the task was last run. 13) When the task starts. 14) The parameters used for the task.
ResponseOfIListOfAccountTaskResponseName | Description | Type | Additional information |
---|---|---|---|
Error | Error |
None. |
|
ResponseData | ResponseDataOfIListOfAccountTaskResponse |
None. |
Response Formats
application/json, text/json
{ "Error": { "ErrorCode": "sample string 1", "ErrorReason": "sample string 2" }, "ResponseData": { "Identification": { "UserId": "sample string 1" }, "Result": "sample string 1", "Detail": [ { "ID": "2661c49f-ff61-494d-8ff0-2764239a2ffc", "TaskID": "87153990-a1ca-4a3f-a4e0-33126383e1c7", "Name": "sample string 3", "Enabled": true, "Frequency": "sample string 5", "StartDate": "2024-11-21T09:51:01.2052637+00:00", "FinishDate": "2024-11-21T09:51:01.2052637+00:00", "Parameters": "sample string 7", "ContentType": "sample string 8", "Notification": "sample string 9", "DateCreated": "2024-11-21T09:51:01.2052637+00:00", "DateModified": "2024-11-21T09:51:01.2052637+00:00", "LastRunOn": "2024-11-21T09:51:01.2052637+00:00", "LastRunBy": "sample string 11", "LastModifiedBy": "sample string 12", "Status": "sample string 13", "ClientID": "4d0c7e4f-d7fd-4b82-934c-712544bf5ab7" }, { "ID": "2661c49f-ff61-494d-8ff0-2764239a2ffc", "TaskID": "87153990-a1ca-4a3f-a4e0-33126383e1c7", "Name": "sample string 3", "Enabled": true, "Frequency": "sample string 5", "StartDate": "2024-11-21T09:51:01.2052637+00:00", "FinishDate": "2024-11-21T09:51:01.2052637+00:00", "Parameters": "sample string 7", "ContentType": "sample string 8", "Notification": "sample string 9", "DateCreated": "2024-11-21T09:51:01.2052637+00:00", "DateModified": "2024-11-21T09:51:01.2052637+00:00", "LastRunOn": "2024-11-21T09:51:01.2052637+00:00", "LastRunBy": "sample string 11", "LastModifiedBy": "sample string 12", "Status": "sample string 13", "ClientID": "4d0c7e4f-d7fd-4b82-934c-712544bf5ab7" } ] } }