POST api/audit/resources/{planId}
Gets a list of Resource Plan Audits based on the passed filter values.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
planId | string |
None. |
Body Parameters
If PlanId is an empty Guid - will return audits based on the global resource plan.
Audit_ResourcePlansQueryName | Description | Type | Additional information |
---|---|---|---|
Action | string |
None. |
|
UserId | globally unique identifier |
None. |
|
ResourceId | globally unique identifier |
None. |
|
Columns | Collection of string |
None. |
|
DateBetweenStart | date |
None. |
|
DateBetweenEnd | date |
None. |
|
HourOffset | integer |
None. |
|
PlanId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Action": "sample string 1", "UserId": "9a35809c-a361-4692-82c9-9181557be41d", "ResourceId": "94ecca4f-ad57-4cb5-8cac-9ad6a4bd1e8e", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-07-16T12:20:06.7837574+00:00", "DateBetweenEnd": "2025-07-16T12:20:06.7837574+00:00", "HourOffset": 2, "PlanId": "777a3392-704d-42fc-915e-087abe24e18b" }
Response Information
Resource Description
Collection of Audit_ResourcePlansName | Description | Type | Additional information |
---|---|---|---|
PlanId | globally unique identifier |
None. |
|
CostTypeId | globally unique identifier |
None. |
|
ResourceId | globally unique identifier |
None. |
|
RowId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
AuthKey | string |
None. |
|
Timestamp | date |
None. |
|
Action | string |
None. |
|
UpdatedColumnValues | Dictionary of date [key] and decimal number [value] |
None. |
|
MonthRange_Start | date |
None. |
|
MonthRange_End | date |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PlanId": "842a0783-cf59-44a4-b42d-acd90cca4794", "CostTypeId": "7d33e102-66b4-46ae-9671-c3f63056bac4", "ResourceId": "70417b4d-a0d8-4c19-8786-93a7e7fd39fd", "RowId": "9478714d-3d1d-49a4-8508-19dc84adc999", "UserId": "607d1bde-6a23-4893-892b-711019cc5353", "AuthKey": "sample string 6", "Timestamp": "2025-07-16T12:20:06.7837574+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-07-16T12:20:06.7837574+00:00": 2.0 }, "MonthRange_Start": "2025-07-16T12:20:06.7837574+00:00", "MonthRange_End": "2025-07-16T12:20:06.7837574+00:00", "id": "394ad1fb-a67d-4119-8916-e9df395b652c", "ConfigId": "dfdf1628-de7b-4833-8da7-7208335dbf6b" }, { "PlanId": "842a0783-cf59-44a4-b42d-acd90cca4794", "CostTypeId": "7d33e102-66b4-46ae-9671-c3f63056bac4", "ResourceId": "70417b4d-a0d8-4c19-8786-93a7e7fd39fd", "RowId": "9478714d-3d1d-49a4-8508-19dc84adc999", "UserId": "607d1bde-6a23-4893-892b-711019cc5353", "AuthKey": "sample string 6", "Timestamp": "2025-07-16T12:20:06.7837574+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-07-16T12:20:06.7837574+00:00": 2.0 }, "MonthRange_Start": "2025-07-16T12:20:06.7837574+00:00", "MonthRange_End": "2025-07-16T12:20:06.7837574+00:00", "id": "394ad1fb-a67d-4119-8916-e9df395b652c", "ConfigId": "dfdf1628-de7b-4833-8da7-7208335dbf6b" } ]