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": "329049fc-c2b6-4e98-80a1-4112226ad4a9", "ResourceId": "31050a01-997a-48b7-b7a1-a4cc54c069ca", "Fields": "sample string 2", "DateBetweenStart": "2025-10-19T09:06:51.772717+00:00", "DateBetweenEnd": "2025-10-19T09:06:51.772717+00:00", "HourOffset": 3, "PlanId": "cb98d1a3-c679-4f31-b7a6-3326dc0366d4" }
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": "c270601d-c8bf-4a26-88eb-5ffe461e59cf", "ResourceId": "6c28608c-0c35-484a-96fa-8b1855569edb", "UserId": "e6955c87-02a1-412b-a0f7-abace5bdd13a", "AuthKey": "sample string 4", "Timestamp": "2025-10-19T09:06:51.7883244+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "3f76e321-20df-44de-9de4-e0993444410d", "ConfigId": "0f561edd-f430-42ef-a096-04543eda0d64" }, { "PlanId": "c270601d-c8bf-4a26-88eb-5ffe461e59cf", "ResourceId": "6c28608c-0c35-484a-96fa-8b1855569edb", "UserId": "e6955c87-02a1-412b-a0f7-abace5bdd13a", "AuthKey": "sample string 4", "Timestamp": "2025-10-19T09:06:51.7883244+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "3f76e321-20df-44de-9de4-e0993444410d", "ConfigId": "0f561edd-f430-42ef-a096-04543eda0d64" } ]