v2

latestOpenAPI 3.1.0Proprietary - Licensed to Authorized Customers Only2026-07-31611061.1 MB
AuditEvent

Get a AuditEvent

Retrieves the AuditEvent with the given ID.

get/audit-event/{id}

Path parameters

idstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000

The unique identifier of the AuditEvent to retrieve

Response

Response for AuditEvent Get operation - returns the requested AuditEvent

idstring uuid required

Unique identifier for the AuditEvent

timestampstring date-time required

The timestamp of the event

resource'Group' | 'Guardian' | 'Employee' | 'EmployeePlacement' | 'Student' | 'StudentPlacement' required

The resource that was affected by the audit event

resourceIDstring uuid required

The ID of the resource the event belongs to

type'Delete' required

The type of the audit event

Example response

{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "meta": {
    "createdAt": "2024-01-15T10:30:00Z",
    "createdBy": "987fcdeb-51a2-43d1-b567-123456789abc",
    "updatedAt": "2024-01-15T14:45:00Z",
    "updatedBy": "987fcdeb-51a2-43d1-b567-123456789abc"
  },
  "timestamp": "2024-08-01T00:00:00Z",
  "resourceID": "123e4567-e89b-12d3-a456-426614174000"
}