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": "0f9c2002-0520-49ba-aca1-e2c5ee3eefcf", "ResourceId": "7d21c807-d4ce-4719-ae9b-d4948de561e0", "Columns": [ "sample string 1", "sample string 2" ], "DateBetweenStart": "2025-04-04T02:33:55.5665502+00:00", "DateBetweenEnd": "2025-04-04T02:33:55.5665502+00:00", "HourOffset": 2, "PlanId": "befe533e-f97b-4244-90e6-1867ae7bec37" }
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": "a013f0f6-6aaa-476f-8c92-d208e9c638d9", "CostTypeId": "9a8ed604-12cc-4e55-8034-eff3c111ba5f", "ResourceId": "c860bf15-e2bf-446d-9dd7-f002d08c0137", "RowId": "93f182bc-b45f-4b06-970d-97a15a642c39", "UserId": "59010d39-27ef-46a3-9f43-c8e37f40c79b", "AuthKey": "sample string 6", "Timestamp": "2025-04-04T02:33:55.5665502+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-04-04T02:33:55.5665502+00:00": 2.0 }, "MonthRange_Start": "2025-04-04T02:33:55.5665502+00:00", "MonthRange_End": "2025-04-04T02:33:55.5665502+00:00", "id": "a8ef7a88-b112-43f7-9a88-bcf6f0a27af0", "ConfigId": "554a8b48-2bd2-492e-b673-cee04f42c6e1" }, { "PlanId": "a013f0f6-6aaa-476f-8c92-d208e9c638d9", "CostTypeId": "9a8ed604-12cc-4e55-8034-eff3c111ba5f", "ResourceId": "c860bf15-e2bf-446d-9dd7-f002d08c0137", "RowId": "93f182bc-b45f-4b06-970d-97a15a642c39", "UserId": "59010d39-27ef-46a3-9f43-c8e37f40c79b", "AuthKey": "sample string 6", "Timestamp": "2025-04-04T02:33:55.5665502+00:00", "Action": "sample string 8", "UpdatedColumnValues": { "2025-04-04T02:33:55.5665502+00:00": 2.0 }, "MonthRange_Start": "2025-04-04T02:33:55.5665502+00:00", "MonthRange_End": "2025-04-04T02:33:55.5665502+00:00", "id": "a8ef7a88-b112-43f7-9a88-bcf6f0a27af0", "ConfigId": "554a8b48-2bd2-492e-b673-cee04f42c6e1" } ]