List notification subscriptions

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
transformationId
integer <int32>

List only notifications for the specified transformation. The transformation is identified by ID.

transformationExternalId
string

List only notifications for the specified transformation. The transformation is identified by external ID.

destination
string

Filter by notification destination.

limit
integer <int32> [ 1 .. 1000 ]

Limits the number of results to be returned. The maximum is 1000, default limit is 100.

cursor
string

Cursor for paging through results.

Responses
200

Response with paged list of notification subscriptions.

400

The response for a failed request.

403

The response for a forbidden request.

get/transformations/notifications
Request samples
notifications_list = client.transformations.notifications.list()

notifications_list = client.transformations.notifications.list(transformation_id = 1)
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}