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": "6d32dd2b-09ae-4c88-9974-3fb3fb7434b1", "ResourceId": "fd16f183-70d2-4464-a907-e214a3abded6", "Fields": "sample string 2", "DateBetweenStart": "2025-09-04T03:10:34.7548303+00:00", "DateBetweenEnd": "2025-09-04T03:10:34.7548303+00:00", "HourOffset": 3, "PlanId": "83c54149-7dda-4523-9ac5-f5a03aefa66c" }
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": "14250429-5a69-4915-834b-25446bb28013", "ResourceId": "dd7befeb-9c55-4691-a954-33315ae2ccce", "UserId": "ff97c573-0ed3-4df3-8353-9762098bcc41", "AuthKey": "sample string 4", "Timestamp": "2025-09-04T03:10:34.7704532+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "31ef402d-c153-486a-a59e-85b4750645f3", "ConfigId": "13e1c081-b890-42ec-99e2-0c7309852be3" }, { "PlanId": "14250429-5a69-4915-834b-25446bb28013", "ResourceId": "dd7befeb-9c55-4691-a954-33315ae2ccce", "UserId": "ff97c573-0ed3-4df3-8353-9762098bcc41", "AuthKey": "sample string 4", "Timestamp": "2025-09-04T03:10:34.7704532+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "31ef402d-c153-486a-a59e-85b4750645f3", "ConfigId": "13e1c081-b890-42ec-99e2-0c7309852be3" } ]