v51

latestOpenAPI 3.0.1Apache License Version 2.0raw.githubusercontent.com2026-08-01304136381.9 KB
organizations

Retrieve all events for an organization.

Retrieve all events for an organization. Supports optional authentication.

get/organizations/{organizationId}/events

Path parameters

organizationIdinteger required

Organization ID.

Query parameters

offsetinteger required

Start index of paging. If this exceeds the current result set return an empty set. If not specified in the request, this will start at the beginning of the results.

limitinteger required

Amount of records to return in a given page, limited to 100

Response

default response

dbCreateDateinteger
dbUpdateDateinteger
idinteger
type'CREATE_ORG' | 'DELETE_ORG' | 'MODIFY_ORG' | 'APPROVE_ORG' | 'REJECT_ORG' | 'REREQUEST_ORG' | 'ADD_USER_TO_ORG' | 'REMOVE_USER_FROM_ORG' | 'MODIFY_USER_ROLE_ORG' | 'APPROVE_ORG_INVITE' | 'REJECT_ORG_INVITE' | 'CREATE_COLLECTION' | 'MODIFY_COLLECTION' | 'DELETE_COLLECTION' | 'REMOVE_FROM_COLLECTION' | 'ADD_TO_COLLECTION' | 'ADD_VERSION_TO_ENTRY' | 'PUBLISH_ENTRY' | 'UNPUBLISH_ENTRY' | 'ARCHIVE_ENTRY' | 'UNARCHIVE_ENTRY' | 'APPROVE_IN_CATEGORY' | 'REMOVE_FROM_CATEGORY'