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": "44ca9ba3-b0bb-4f30-84c6-db8e41c304f5", "ResourceId": "a6b321b9-03f3-43d5-93b8-828cdd324ade", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-09-04T03:10:34.0048172+00:00", "DateBetweenEnd": "2025-09-04T03:10:34.0048172+00:00", "HourOffset": 2, "PlanId": "d0d5469d-161e-4771-ae57-54b1b3aa64b4" }
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": "b8cb2d50-4a56-4749-ab93-8ea9e31e9075", "CostTypeId": "269b2e5a-41d1-49f7-873c-a2a74570617f", "ResourceId": "8263006d-eff1-46d1-926f-29323d9bb6eb", "RowId": "41d3e291-d60f-4f31-a14d-67c8b5e9d460", "UserId": "e0df4e27-3ceb-49ba-a32d-afa33153f085", "AuthKey": "sample string 6", "Timestamp": "2025-09-04T03:10:34.0048172+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-09-04T03:10:34.0048172+00:00": 2.0 }, "MonthRange_Start": "2025-09-04T03:10:34.0048172+00:00", "MonthRange_End": "2025-09-04T03:10:34.0048172+00:00", "id": "26d2b678-0fc6-48eb-be16-47dbd945f692", "ConfigId": "47f3555d-4888-4f85-8c11-0cfc0977a507" }, { "PlanId": "b8cb2d50-4a56-4749-ab93-8ea9e31e9075", "CostTypeId": "269b2e5a-41d1-49f7-873c-a2a74570617f", "ResourceId": "8263006d-eff1-46d1-926f-29323d9bb6eb", "RowId": "41d3e291-d60f-4f31-a14d-67c8b5e9d460", "UserId": "e0df4e27-3ceb-49ba-a32d-afa33153f085", "AuthKey": "sample string 6", "Timestamp": "2025-09-04T03:10:34.0048172+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-09-04T03:10:34.0048172+00:00": 2.0 }, "MonthRange_Start": "2025-09-04T03:10:34.0048172+00:00", "MonthRange_End": "2025-09-04T03:10:34.0048172+00:00", "id": "26d2b678-0fc6-48eb-be16-47dbd945f692", "ConfigId": "47f3555d-4888-4f85-8c11-0cfc0977a507" } ]