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": "aeec0735-d28c-495a-8a60-6c355ffb533e",
"ResourceId": "5886bcb1-e062-49af-ad34-97e911a8c38d",
"Fields": "sample string 2",
"DateBetweenStart": "2026-07-21T13:07:13.5710913+00:00",
"DateBetweenEnd": "2026-07-21T13:07:13.5710913+00:00",
"HourOffset": 3,
"PlanId": "54a06433-d296-4998-9b9f-329f31260e32"
}
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": "db780868-604a-42d0-8c30-3b766afda962",
"ResourceId": "e8cc4f83-2663-472e-bbc4-6597a405914b",
"UserId": "94fe679b-9f4e-4855-950a-5f9d5688ba4d",
"AuthKey": "sample string 4",
"Timestamp": "2026-07-21T13:07:13.5710913+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "7a596c5f-e5f6-4c20-8554-163d1aa1e5de",
"ConfigId": "39422805-46ec-4af5-82f9-576c2f99c039"
},
{
"PlanId": "db780868-604a-42d0-8c30-3b766afda962",
"ResourceId": "e8cc4f83-2663-472e-bbc4-6597a405914b",
"UserId": "94fe679b-9f4e-4855-950a-5f9d5688ba4d",
"AuthKey": "sample string 4",
"Timestamp": "2026-07-21T13:07:13.5710913+00:00",
"Action": "sample string 6",
"UpdatedValues": {
"sample string 1": {},
"sample string 3": {}
},
"id": "7a596c5f-e5f6-4c20-8554-163d1aa1e5de",
"ConfigId": "39422805-46ec-4af5-82f9-576c2f99c039"
}
]