POST api/audit/tasks
Gets a list of Task Audits based on the passed filter values.
Request Information
URI Parameters
None.
Body Parameters
Audit_Tasks_Query| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| ResourceId | globally unique identifier |
None. |
|
| Fields | string |
None. |
|
| DateBetweenStart | date |
None. |
|
| DateBetweenEnd | date |
None. |
|
| HourOffset | integer |
None. |
|
| PlanId | globally unique identifier |
None. |
|
| TaskId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"UserId": "39c6ebdc-66a5-4f18-a14c-18eeaa9e2fbd",
"ResourceId": "40ba65cf-b15f-44a7-a081-3d499f4eef58",
"Fields": "sample string 2",
"DateBetweenStart": "2026-02-01T14:06:17.5345961+00:00",
"DateBetweenEnd": "2026-02-01T14:06:17.5345961+00:00",
"HourOffset": 3,
"PlanId": "f8642900-0435-4f2b-931d-7b993449d6a8",
"TaskId": "c7e6965a-13f1-49d5-9387-1bfd7408969c"
}
Response Information
Resource Description
Collection of Audit_Tasks| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | globally unique identifier |
None. |
|
| WorkTypeId | globally unique identifier |
None. |
|
| TaskName | string |
None. |
|
| ParentName | string |
None. |
|
| PlanId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| AuthKey | string |
None. |
|
| Action | string |
None. |
|
| Timestamp | date |
None. |
|
| UpdatedFieldValues | Dictionary of string [key] and Object [value] |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TaskId": "427e3af7-aae0-4f24-ace1-d80040ac9099",
"WorkTypeId": "5ec5c328-2386-4b30-a731-85fcf37ea5e7",
"TaskName": "sample string 3",
"ParentName": "sample string 4",
"PlanId": "3820ef28-31c9-4361-ae97-37a5c44d04b8",
"UserId": "cac10169-5d02-4f78-a621-a9f9c14be75b",
"AuthKey": "sample string 7",
"Action": "sample string 8",
"Timestamp": "2026-02-01T14:06:17.5345961+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "0ad0af55-219b-4c88-a8b6-79426534b974",
"ConfigId": "aac51ebf-efb5-49c7-b697-7c03ee2d201c"
},
{
"TaskId": "427e3af7-aae0-4f24-ace1-d80040ac9099",
"WorkTypeId": "5ec5c328-2386-4b30-a731-85fcf37ea5e7",
"TaskName": "sample string 3",
"ParentName": "sample string 4",
"PlanId": "3820ef28-31c9-4361-ae97-37a5c44d04b8",
"UserId": "cac10169-5d02-4f78-a621-a9f9c14be75b",
"AuthKey": "sample string 7",
"Action": "sample string 8",
"Timestamp": "2026-02-01T14:06:17.5345961+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "0ad0af55-219b-4c88-a8b6-79426534b974",
"ConfigId": "aac51ebf-efb5-49c7-b697-7c03ee2d201c"
}
]