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": "31abb572-067c-43ef-8a83-94bf845f5362",
"ResourceId": "e8705c88-7a23-4582-89e8-74e7f2532767",
"Fields": "sample string 2",
"DateBetweenStart": "2026-02-01T14:08:56.6452861+00:00",
"DateBetweenEnd": "2026-02-01T14:08:56.6452861+00:00",
"HourOffset": 3,
"PlanId": "3e2c992e-39ec-4e8e-ae19-f329f558df18"
}
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": "6741cce0-fe03-4bbc-9bc8-76bf16e117a7",
"ResourceId": "564a3a90-19ab-43d8-af2c-7514be348d7b",
"UserId": "6d7c3a27-22eb-4d20-8e5b-860c4df0e4dd",
"AuthKey": "sample string 4",
"Timestamp": "2026-02-01T14:08:56.6452861+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "34573f47-7f71-42f1-9931-a999d8a1479e",
"ConfigId": "d7385fed-e67f-406f-8a02-19631f0beff6"
},
{
"PlanId": "6741cce0-fe03-4bbc-9bc8-76bf16e117a7",
"ResourceId": "564a3a90-19ab-43d8-af2c-7514be348d7b",
"UserId": "6d7c3a27-22eb-4d20-8e5b-860c4df0e4dd",
"AuthKey": "sample string 4",
"Timestamp": "2026-02-01T14:08:56.6452861+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "34573f47-7f71-42f1-9931-a999d8a1479e",
"ConfigId": "d7385fed-e67f-406f-8a02-19631f0beff6"
}
]