Skip to main content
GET
Csharp (SDK)

Authorizations

Client-ID
string
header
required
Client-Secret
string
header
required

Path Parameters

id
string<uuid>
required

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.

id
string<uuid>
required

Unique identifier for the AuditEvent

Example:

"123e4567-e89b-12d3-a456-426614174000"

timestamp
string<date-time>
required

The timestamp of the event

Example:

"2024-08-01T00:00:00Z"

resource
enum<string>
required

The type of resource the event occured for

Available options:
Group,
Guardian,
Employee,
EmployeePlacement,
Student,
StudentPlacement
Example:

"Student"

resourceID
string<uuid>
required

The ID of the resource the event belongs to

Example:

"123e4567-e89b-12d3-a456-426614174000"

type
enum<string>
required

The type of the audit event

Available options:
Delete
Example:

"Delete"

meta
object

Metadata information for the AuditEvent

Example: