POST api/audit/sharedwith/{planId}
Gets a list of Shared With Audits based on the passed filter values.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
planId | string |
None. |
Body Parameters
Audit_SharedWith_QueryName | Description | Type | Additional information |
---|---|---|---|
Action | string |
None. |
|
UserId | globally unique identifier |
None. |
|
ResourceId | globally unique identifier |
None. |
|
Fields | 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": "6299d4f3-495a-4cff-a515-f619ddd6bbb3", "ResourceId": "21c185e4-7f53-455d-9eeb-18cbb3ee236c", "Fields": "sample string 2", "DateBetweenStart": "2025-04-04T02:33:14.465413+00:00", "DateBetweenEnd": "2025-04-04T02:33:14.465413+00:00", "HourOffset": 3, "PlanId": "69e9b86c-2a45-46e3-8071-e5a9edd083a3" }
Response Information
Resource Description
Collection of Audit_SharedWithName | Description | Type | Additional information |
---|---|---|---|
PlanId | globally unique identifier |
None. |
|
ResourceId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
|
AuthKey | string |
None. |
|
Timestamp | date |
None. |
|
Action | string |
None. |
|
UpdatedValues | Dictionary of string [key] and Object [value] |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PlanId": "ff83a245-e4e4-498b-85cd-8499eac7f77a", "ResourceId": "8d538940-0316-424a-bea1-df4123c1d0ef", "UserId": "7db82c3e-e9ea-45de-9841-c668fdd30335", "AuthKey": "sample string 4", "Timestamp": "2025-04-04T02:33:14.465413+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "4ff1ee59-ec1a-40ea-9c62-6eb364f487f8", "ConfigId": "7de24045-14a5-4692-9f64-fe4821a6dd75" }, { "PlanId": "ff83a245-e4e4-498b-85cd-8499eac7f77a", "ResourceId": "8d538940-0316-424a-bea1-df4123c1d0ef", "UserId": "7db82c3e-e9ea-45de-9841-c668fdd30335", "AuthKey": "sample string 4", "Timestamp": "2025-04-04T02:33:14.465413+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "4ff1ee59-ec1a-40ea-9c62-6eb364f487f8", "ConfigId": "7de24045-14a5-4692-9f64-fe4821a6dd75" } ]