Python (SDK)
AuditEvent
Get a AuditEvent
Retrieves the AuditEvent with the given ID.
GET
Python (SDK)
Documentation Index
Fetch the complete documentation index at: https://docs.meitner.se/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique identifier of the AuditEvent to retrieve
Example:
"123e4567-e89b-12d3-a456-426614174000"
Response
Response for AuditEvent Get operation - returns the requested AuditEvent
AuditEvent holds the information about an audit event.
Unique identifier for the AuditEvent
Example:
"123e4567-e89b-12d3-a456-426614174000"
The timestamp of the event
Example:
"2024-08-01T00:00:00Z"
The type of resource the event occured for
Available options:
Group, Guardian, Employee, EmployeePlacement, Student, StudentPlacement Example:
"Student"
The ID of the resource the event belongs to
Example:
"123e4567-e89b-12d3-a456-426614174000"
The type of the audit event
Available options:
Delete Example:
"Delete"
Metadata information for the AuditEvent
Example:
{
"createdAt": "2024-01-15T10:30:00Z",
"createdBy": "987fcdeb-51a2-43d1-b567-123456789abc",
"updatedAt": "2024-01-15T14:45:00Z",
"updatedBy": "987fcdeb-51a2-43d1-b567-123456789abc"
}