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": "0ba1178c-89ba-4e90-8b28-e237478efa2e",
"ResourceId": "18390d95-a8af-41e4-87de-e2db309e643b",
"Fields": "sample string 2",
"DateBetweenStart": "2026-05-02T16:45:36.2135986+00:00",
"DateBetweenEnd": "2026-05-02T16:45:36.2135986+00:00",
"HourOffset": 3,
"PlanId": "ab44c17c-832c-4b40-a7a3-733e24ea3c05",
"TaskId": "b0ea2c05-9125-42d2-abdc-fe16fdd6354a"
}
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": "d43b78a8-6b76-4699-a410-acb7785d8f4e",
"WorkTypeId": "f9de7d53-d912-4cc7-8cb2-3dff87c6a8b2",
"TaskName": "sample string 3",
"ParentName": "sample string 4",
"PlanId": "2a57049c-4907-408b-b566-f2f2610dcf2a",
"UserId": "99c13e35-6227-491a-acb6-bc59f0c1b954",
"AuthKey": "sample string 7",
"Action": "sample string 8",
"Timestamp": "2026-05-02T16:45:36.2135986+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "a6bdf6bd-e3c1-4075-ae0b-9cced74d8e28",
"ConfigId": "cb4b0fac-b169-4d92-86f4-403e299a340f"
},
{
"TaskId": "d43b78a8-6b76-4699-a410-acb7785d8f4e",
"WorkTypeId": "f9de7d53-d912-4cc7-8cb2-3dff87c6a8b2",
"TaskName": "sample string 3",
"ParentName": "sample string 4",
"PlanId": "2a57049c-4907-408b-b566-f2f2610dcf2a",
"UserId": "99c13e35-6227-491a-acb6-bc59f0c1b954",
"AuthKey": "sample string 7",
"Action": "sample string 8",
"Timestamp": "2026-05-02T16:45:36.2135986+00:00",
"UpdatedFieldValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "a6bdf6bd-e3c1-4075-ae0b-9cced74d8e28",
"ConfigId": "cb4b0fac-b169-4d92-86f4-403e299a340f"
}
]