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": "55c49c06-b7b1-45bf-beff-3013754018b1", "ResourceId": "9c4e0442-3b71-4ca6-aa54-0df71f94840d", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-09-18T03:01:23.8118893+00:00", "DateBetweenEnd": "2025-09-18T03:01:23.8118893+00:00", "HourOffset": 2, "PlanId": "70ac1646-8a84-4619-8c84-65546ef7e173" }
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": "22be6638-6031-44d4-a831-05b5ad39f8b7", "CostTypeId": "c3ce194e-10a4-4c47-94d6-a1161f2eb5d9", "ResourceId": "7fbf8b7e-f711-4aae-99a6-9e5e1b3f7808", "RowId": "e530dd8f-6412-40c3-b56d-f1ef26064347", "UserId": "e9de307a-f033-426d-974a-02b828c73b43", "AuthKey": "sample string 6", "Timestamp": "2025-09-18T03:01:23.8118893+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-09-18T03:01:23.8118893+00:00": 2.0 }, "MonthRange_Start": "2025-09-18T03:01:23.8118893+00:00", "MonthRange_End": "2025-09-18T03:01:23.8118893+00:00", "id": "288671b4-8264-49d1-9ada-cd50eb488f56", "ConfigId": "461a65c8-5e9c-4471-9843-a731ff9fa545" }, { "PlanId": "22be6638-6031-44d4-a831-05b5ad39f8b7", "CostTypeId": "c3ce194e-10a4-4c47-94d6-a1161f2eb5d9", "ResourceId": "7fbf8b7e-f711-4aae-99a6-9e5e1b3f7808", "RowId": "e530dd8f-6412-40c3-b56d-f1ef26064347", "UserId": "e9de307a-f033-426d-974a-02b828c73b43", "AuthKey": "sample string 6", "Timestamp": "2025-09-18T03:01:23.8118893+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-09-18T03:01:23.8118893+00:00": 2.0 }, "MonthRange_Start": "2025-09-18T03:01:23.8118893+00:00", "MonthRange_End": "2025-09-18T03:01:23.8118893+00:00", "id": "288671b4-8264-49d1-9ada-cd50eb488f56", "ConfigId": "461a65c8-5e9c-4471-9843-a731ff9fa545" } ]