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": "4b473af9-fdbf-4dfd-807d-0fa7cc6f6912",
"ResourceId": "9f188fee-4ee7-4f05-8c8c-d10e52b4ab2b",
"Fields": "sample string 2",
"DateBetweenStart": "2026-06-05T16:23:31.9517016+00:00",
"DateBetweenEnd": "2026-06-05T16:23:31.9517016+00:00",
"HourOffset": 3,
"PlanId": "f7bac33c-e1ba-4894-9a04-3b1e95359ac8"
}
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": "4dd0b359-6e95-4a7e-802a-f17af3ae52dc",
"ResourceId": "364f17df-cdf2-422c-b7ff-b6db6d628057",
"UserId": "7717f17e-69a1-4bb9-a520-b818eb6dc016",
"AuthKey": "sample string 4",
"Timestamp": "2026-06-05T16:23:31.9517016+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "5965b99e-fb8c-4052-b17f-d62bf45993f1",
"ConfigId": "c862111c-dc19-4d35-82f8-73914ba8a5f6"
},
{
"PlanId": "4dd0b359-6e95-4a7e-802a-f17af3ae52dc",
"ResourceId": "364f17df-cdf2-422c-b7ff-b6db6d628057",
"UserId": "7717f17e-69a1-4bb9-a520-b818eb6dc016",
"AuthKey": "sample string 4",
"Timestamp": "2026-06-05T16:23:31.9517016+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "5965b99e-fb8c-4052-b17f-d62bf45993f1",
"ConfigId": "c862111c-dc19-4d35-82f8-73914ba8a5f6"
}
]