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": "d2aeee31-196b-44e4-8c4c-5ce04fccaa18",
"ResourceId": "e3359e82-368c-4ae2-b5a7-36314f781090",
"Fields": "sample string 2",
"DateBetweenStart": "2026-07-01T16:20:11.4391184+00:00",
"DateBetweenEnd": "2026-07-01T16:20:11.4391184+00:00",
"HourOffset": 3,
"PlanId": "2d40d295-d3b9-4f7b-984f-89feac8a353a"
}
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": "0e7dba52-870f-453f-b6cd-4909c8ba3efb",
"ResourceId": "b37e6159-7af0-46cb-8415-42a3dcf09837",
"UserId": "5492cf70-94d7-467c-98c5-e79c03d6cbc4",
"AuthKey": "sample string 4",
"Timestamp": "2026-07-01T16:20:11.4391184+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "83830052-166d-4fcb-b722-1ab6d6d6d866",
"ConfigId": "b33ac482-8ce7-4138-8158-2220bc357d17"
},
{
"PlanId": "0e7dba52-870f-453f-b6cd-4909c8ba3efb",
"ResourceId": "b37e6159-7af0-46cb-8415-42a3dcf09837",
"UserId": "5492cf70-94d7-467c-98c5-e79c03d6cbc4",
"AuthKey": "sample string 4",
"Timestamp": "2026-07-01T16:20:11.4391184+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "83830052-166d-4fcb-b722-1ab6d6d6d866",
"ConfigId": "b33ac482-8ce7-4138-8158-2220bc357d17"
}
]