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": "97c16d77-1734-4fce-86ee-8a5919673a45", "ResourceId": "cc1215e2-023f-47ac-b586-cfc8773af5f8", "Fields": "sample string 2", "DateBetweenStart": "2025-07-16T12:20:06.7896665+00:00", "DateBetweenEnd": "2025-07-16T12:20:06.7896665+00:00", "HourOffset": 3, "PlanId": "36af2e2e-91d9-4aaa-b084-c96280e677fa" }
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": "2d15414d-bfcd-4556-b2d6-a50ffcca286b", "ResourceId": "1752bc04-bf53-48ab-bf28-a93ac4d4c966", "UserId": "b10446e5-add8-42fc-b95c-79d3911842e7", "AuthKey": "sample string 4", "Timestamp": "2025-07-16T12:20:06.7896665+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "fac175d1-a3d7-486f-aaec-e4d0b842714b", "ConfigId": "c321ab13-f4c3-4ff2-85b9-0e678e4e65ec" }, { "PlanId": "2d15414d-bfcd-4556-b2d6-a50ffcca286b", "ResourceId": "1752bc04-bf53-48ab-bf28-a93ac4d4c966", "UserId": "b10446e5-add8-42fc-b95c-79d3911842e7", "AuthKey": "sample string 4", "Timestamp": "2025-07-16T12:20:06.7896665+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "fac175d1-a3d7-486f-aaec-e4d0b842714b", "ConfigId": "c321ab13-f4c3-4ff2-85b9-0e678e4e65ec" } ]