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": "1a1ac73e-0509-426c-ace9-86c0ac93003f",
"ResourceId": "776d671f-195e-4351-8af0-f6c2c85e3348",
"Fields": "sample string 2",
"DateBetweenStart": "2026-04-30T23:12:10.577511+00:00",
"DateBetweenEnd": "2026-04-30T23:12:10.577511+00:00",
"HourOffset": 3,
"PlanId": "952d2f09-cc80-448e-a519-d870d82d3313"
}
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": "5023fa89-cc8b-4f9e-bff4-4a40264e9c00",
"ResourceId": "4e0909bb-1a1a-458b-900f-0db52306d465",
"UserId": "8b7661cd-c5ef-4ec8-aec0-b8ee3656bdf1",
"AuthKey": "sample string 4",
"Timestamp": "2026-04-30T23:12:10.577511+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "9f9ea301-75de-449a-8d51-0ffdca891bc8",
"ConfigId": "716e2f26-1bd8-4191-8032-40ee14dc8610"
},
{
"PlanId": "5023fa89-cc8b-4f9e-bff4-4a40264e9c00",
"ResourceId": "4e0909bb-1a1a-458b-900f-0db52306d465",
"UserId": "8b7661cd-c5ef-4ec8-aec0-b8ee3656bdf1",
"AuthKey": "sample string 4",
"Timestamp": "2026-04-30T23:12:10.577511+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "9f9ea301-75de-449a-8d51-0ffdca891bc8",
"ConfigId": "716e2f26-1bd8-4191-8032-40ee14dc8610"
}
]