Skip to main content

List channels

GET 

/api/v1/notifications/channels

List all channels with optional filtering and pagination.

Parameters

  • skipCount (integer, optional, default: 0): Number of records to skip
  • maxResultCount (integer, optional, default: 20, max: 100): Maximum records to return
  • channelType (string, optional): Filter by channel type
  • enabled (boolean, optional): Filter by enabled status

Responses

  • 200 OK: Channels retrieved successfully.
  • 400 Bad Request: Invalid pagination parameters.

Request

Responses

Channels retrieved successfully