POST api/audit/plans/deleted

Gets a list of all Audits for deleted plans.

Request Information

URI Parameters

None.

Body Parameters

Audit_Plans_Query
NameDescriptionTypeAdditional information
Action

string

None.

UserId

globally unique identifier

None.

Fields

string

None.

DateBetweenStart

date

None.

DateBetweenEnd

date

None.

HourOffset

integer

None.

PlanId

globally unique identifier

None.

PlanName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Action": "sample string 1",
  "UserId": "f9d8a9ac-20a8-48c7-b8f9-60af8c8cf8ed",
  "Fields": "sample string 2",
  "DateBetweenStart": "2024-10-18T08:34:15.0238263+00:00",
  "DateBetweenEnd": "2024-10-18T08:34:15.0238263+00:00",
  "HourOffset": 3,
  "PlanId": "5ae2b28f-6b30-4896-9a9b-3c5d4726ccd6",
  "PlanName": "sample string 5"
}

Response Information

Resource Description

Collection of Audit_Plans
NameDescriptionTypeAdditional information
PlanId

globally unique identifier

None.

PlanName

string

None.

UserId

globally unique identifier

None.

AuthKey

string

None.

Action

string

None.

Timestamp

date

None.

UpdatedFieldValues

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": "279a72fd-551e-4a8c-a641-1ce0df12592f",
    "PlanName": "sample string 2",
    "UserId": "e1ff3892-e42e-4c6a-82ca-71bd611e9b86",
    "AuthKey": "sample string 4",
    "Action": "sample string 5",
    "Timestamp": "2024-10-18T08:34:15.0238263+00:00",
    "UpdatedFieldValues": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "id": "40086af2-70f5-4b6a-a226-1bb5859062ac",
    "ConfigId": "dee9e486-a04f-410c-9640-eef4d8b22a27"
  },
  {
    "PlanId": "279a72fd-551e-4a8c-a641-1ce0df12592f",
    "PlanName": "sample string 2",
    "UserId": "e1ff3892-e42e-4c6a-82ca-71bd611e9b86",
    "AuthKey": "sample string 4",
    "Action": "sample string 5",
    "Timestamp": "2024-10-18T08:34:15.0238263+00:00",
    "UpdatedFieldValues": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "id": "40086af2-70f5-4b6a-a226-1bb5859062ac",
    "ConfigId": "dee9e486-a04f-410c-9640-eef4d8b22a27"
  }
]