Suger

list notification events by entity

GET https://api.suger.cloud/org/{orgId}/notificationEvent/{entityType}/{entityId}

List the notification events of the given organization and entity with pagination.

Parameters

NameInTypeRequiredDescription
orgId path string yes Organization ID
entityType path string yes Entity type, valid values are: PRODUCT, OFFER, ENTITLEMENT, INTEGRATION etc.
entityId path string yes Entity ID
limit query integer no List pagination size, default 1000, max value is 1000
offset query integer no List pagination offset, default 0

Responses

200 — OK

Content-Type: application/json · Schema: ListNotificationEventsResponse

400 — Bad request error

Content-Type: application/json

500 — Internal server error

Content-Type: application/json


View as Markdown · Interactive API reference