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_Query| Name | 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": "45cd6888-2992-47a6-900f-e4fad5bb7aac",
"ResourceId": "7e439a7e-365d-4987-9fb8-4b422865a99d",
"Fields": "sample string 2",
"DateBetweenStart": "2025-12-03T10:05:52.5888668+00:00",
"DateBetweenEnd": "2025-12-03T10:05:52.5888668+00:00",
"HourOffset": 3,
"PlanId": "3b492eba-5bf0-41d1-a3a7-211ca191b983"
}
Response Information
Resource Description
Collection of Audit_SharedWith| Name | 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": "f7476766-7671-4b7f-9895-dfb393305bca",
"ResourceId": "dd57d835-fb4c-487b-a69b-2adf033bd21e",
"UserId": "2d57ddd7-a2c3-4b1a-b6c8-fc4a380ccafb",
"AuthKey": "sample string 4",
"Timestamp": "2025-12-03T10:05:52.5888668+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "07632343-9c88-4a10-affb-4c218cb2bcd1",
"ConfigId": "7a426748-b5f5-4d81-a758-f90d4b425e1a"
},
{
"PlanId": "f7476766-7671-4b7f-9895-dfb393305bca",
"ResourceId": "dd57d835-fb4c-487b-a69b-2adf033bd21e",
"UserId": "2d57ddd7-a2c3-4b1a-b6c8-fc4a380ccafb",
"AuthKey": "sample string 4",
"Timestamp": "2025-12-03T10:05:52.5888668+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "07632343-9c88-4a10-affb-4c218cb2bcd1",
"ConfigId": "7a426748-b5f5-4d81-a758-f90d4b425e1a"
}
]