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": "3451c8f4-7baa-439a-b145-6aec12fc7048", "ResourceId": "45096939-824e-4a3d-ad76-a6083994ee6f", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-07-08T18:39:27.4511088+00:00", "DateBetweenEnd": "2025-07-08T18:39:27.4511088+00:00", "HourOffset": 2, "PlanId": "8ba09d5e-add9-4a72-8861-6995a3fdfa25" }
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": "b8dda7f3-1d73-4df1-90f7-1bbc12a8d35e", "CostTypeId": "1a6d9fa8-a0d7-433e-9727-b75b2b44bec1", "ResourceId": "f472cd80-9993-4749-8d0c-3be4d7fa590d", "RowId": "a6a7b7fb-2b92-402d-92ab-a3d3374bf281", "UserId": "5e71a69c-2be2-480a-8a5c-0a6ed8c931d0", "AuthKey": "sample string 6", "Timestamp": "2025-07-08T18:39:27.4511088+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-07-08T18:39:27.4667351+00:00": 2.0 }, "MonthRange_Start": "2025-07-08T18:39:27.4667351+00:00", "MonthRange_End": "2025-07-08T18:39:27.4667351+00:00", "id": "66ec8fa9-4fee-4451-b458-4a8fefd4a90f", "ConfigId": "be97de32-fc4f-4e18-b150-7571c0ff4d55" }, { "PlanId": "b8dda7f3-1d73-4df1-90f7-1bbc12a8d35e", "CostTypeId": "1a6d9fa8-a0d7-433e-9727-b75b2b44bec1", "ResourceId": "f472cd80-9993-4749-8d0c-3be4d7fa590d", "RowId": "a6a7b7fb-2b92-402d-92ab-a3d3374bf281", "UserId": "5e71a69c-2be2-480a-8a5c-0a6ed8c931d0", "AuthKey": "sample string 6", "Timestamp": "2025-07-08T18:39:27.4511088+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-07-08T18:39:27.4667351+00:00": 2.0 }, "MonthRange_Start": "2025-07-08T18:39:27.4667351+00:00", "MonthRange_End": "2025-07-08T18:39:27.4667351+00:00", "id": "66ec8fa9-4fee-4451-b458-4a8fefd4a90f", "ConfigId": "be97de32-fc4f-4e18-b150-7571c0ff4d55" } ]