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 skipmaxResultCount(integer, optional, default: 20, max: 100): Maximum records to returnchannelType(string, optional): Filter by channel typeenabled(boolean, optional): Filter by enabled status
Responses
200 OK: Channels retrieved successfully.400 Bad Request: Invalid pagination parameters.
Request
Responses
- 200
- 400
Channels retrieved successfully
Bad Request