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": "0a22515e-3915-4669-9249-5382d70f396f", "ResourceId": "e0e67975-b4e9-483a-a7e9-22cc60702e0e", "Fields": "sample string 2", "DateBetweenStart": "2025-07-08T18:35:39.1348739+00:00", "DateBetweenEnd": "2025-07-08T18:35:39.1348739+00:00", "HourOffset": 3, "PlanId": "33cbda21-01f3-4567-8d13-caa75487baac" }
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": "952f2b72-f790-4199-8b63-fd3a49d24075", "ResourceId": "def32e2e-a643-408c-bf5f-ae64c0986940", "UserId": "fe1a8f30-7f59-41f9-8f30-b4f4689b11a3", "AuthKey": "sample string 4", "Timestamp": "2025-07-08T18:35:39.1348739+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "32cf7a41-90ad-4082-8f60-35fefa94c41f", "ConfigId": "b686374b-b027-4177-abd9-92a61890f947" }, { "PlanId": "952f2b72-f790-4199-8b63-fd3a49d24075", "ResourceId": "def32e2e-a643-408c-bf5f-ae64c0986940", "UserId": "fe1a8f30-7f59-41f9-8f30-b4f4689b11a3", "AuthKey": "sample string 4", "Timestamp": "2025-07-08T18:35:39.1348739+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "32cf7a41-90ad-4082-8f60-35fefa94c41f", "ConfigId": "b686374b-b027-4177-abd9-92a61890f947" } ]