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_QueryName | 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": "49bdd9e7-0b3b-4bbe-bb2d-f7712970e037", "ResourceId": "79cf1dd9-0183-45a0-9c7c-a79772c5e8cc", "Fields": "sample string 2", "DateBetweenStart": "2024-12-16T03:21:38.9601074+00:00", "DateBetweenEnd": "2024-12-16T03:21:38.9601074+00:00", "HourOffset": 3, "PlanId": "db011450-3531-43b1-b997-7e659194fb40" }
Response Information
Resource Description
Collection of Audit_SharedWithName | 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": "bf942cb0-174a-447b-acee-19e72a76960a", "ResourceId": "5cd44db0-b30f-4782-8bfe-91e7b4399424", "UserId": "c5be9f45-6eb0-44a0-b25e-f6cf7f06651a", "AuthKey": "sample string 4", "Timestamp": "2024-12-16T03:21:38.9757322+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "befb393a-5607-463e-83f1-4942dda28321", "ConfigId": "094517e4-b3a7-4160-8bd8-54df0af354ed" }, { "PlanId": "bf942cb0-174a-447b-acee-19e72a76960a", "ResourceId": "5cd44db0-b30f-4782-8bfe-91e7b4399424", "UserId": "c5be9f45-6eb0-44a0-b25e-f6cf7f06651a", "AuthKey": "sample string 4", "Timestamp": "2024-12-16T03:21:38.9757322+00:00", "Action": "sample string 6", "UpdatedValues": { "sample string 1": {}, "sample string 3": {} }, "id": "befb393a-5607-463e-83f1-4942dda28321", "ConfigId": "094517e4-b3a7-4160-8bd8-54df0af354ed" } ]