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": "1ff3cbdf-6a9f-414d-8508-a5c6c8910e68", "ResourceId": "52922dee-0bf6-48f1-85d8-4f1edf04ab18", "Fields": "sample string 2", "DateBetweenStart": "2025-05-23T20:28:44.9769983+00:00", "DateBetweenEnd": "2025-05-23T20:28:44.9769983+00:00", "HourOffset": 3, "PlanId": "b799af7f-daf7-488c-a123-3a02e884adfa" }
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": "c3f950a5-c145-4c9c-9a60-4bc35ec66954", "ResourceId": "77f1e98c-b347-4b84-b7d1-d099ec6c0fd9", "UserId": "f5ce8d78-f78c-4f21-b080-11e38f844193", "AuthKey": "sample string 4", "Timestamp": "2025-05-23T20:28:44.9769983+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "11c6312a-a1be-4914-980c-253c1af7383e", "ConfigId": "f65f7cca-eadb-4168-990a-7a85aa3ba97d" }, { "PlanId": "c3f950a5-c145-4c9c-9a60-4bc35ec66954", "ResourceId": "77f1e98c-b347-4b84-b7d1-d099ec6c0fd9", "UserId": "f5ce8d78-f78c-4f21-b080-11e38f844193", "AuthKey": "sample string 4", "Timestamp": "2025-05-23T20:28:44.9769983+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "11c6312a-a1be-4914-980c-253c1af7383e", "ConfigId": "f65f7cca-eadb-4168-990a-7a85aa3ba97d" } ]