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": "28d92a22-090f-4cd6-aa26-bdb5616fb34f", "ResourceId": "5971de93-7ee7-408a-921c-adb209c5af9c", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-07-12T07:28:20.7199705+00:00", "DateBetweenEnd": "2025-07-12T07:28:20.7199705+00:00", "HourOffset": 2, "PlanId": "05103d11-8285-4ebb-aab9-6726f66734c1" }
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": "f3a42b09-4f0a-4a4a-898e-1e1b13a9db16", "CostTypeId": "231a07a5-b2cd-4917-8ae6-5e3fc8dd5c59", "ResourceId": "6d8cdf4e-f4d8-42f7-a4ee-d02fb0ff1ba3", "RowId": "0c2a7fab-dbcf-4458-806f-9dc484711ee9", "UserId": "62739049-f3ca-48c5-984f-69a8726ac3d5", "AuthKey": "sample string 6", "Timestamp": "2025-07-12T07:28:20.7355947+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-07-12T07:28:20.7355947+00:00": 2.0 }, "MonthRange_Start": "2025-07-12T07:28:20.7355947+00:00", "MonthRange_End": "2025-07-12T07:28:20.7355947+00:00", "id": "1902c4ed-7141-4069-bda5-cfaa1130fa7d", "ConfigId": "afb905fc-1515-4a19-970d-62c9e0e4dfb1" }, { "PlanId": "f3a42b09-4f0a-4a4a-898e-1e1b13a9db16", "CostTypeId": "231a07a5-b2cd-4917-8ae6-5e3fc8dd5c59", "ResourceId": "6d8cdf4e-f4d8-42f7-a4ee-d02fb0ff1ba3", "RowId": "0c2a7fab-dbcf-4458-806f-9dc484711ee9", "UserId": "62739049-f3ca-48c5-984f-69a8726ac3d5", "AuthKey": "sample string 6", "Timestamp": "2025-07-12T07:28:20.7355947+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-07-12T07:28:20.7355947+00:00": 2.0 }, "MonthRange_Start": "2025-07-12T07:28:20.7355947+00:00", "MonthRange_End": "2025-07-12T07:28:20.7355947+00:00", "id": "1902c4ed-7141-4069-bda5-cfaa1130fa7d", "ConfigId": "afb905fc-1515-4a19-970d-62c9e0e4dfb1" } ]