Notifications API - GET all notification configurations

Lists all notification configurations available in your environment.

You can use the ID of a notification configuration to request detailed information about it with the GET a notification configuration request.

The request produces an application/json payload.

GET
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/notifications
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/notifications

Parameters

The request doesn't provide any configurable parameters.

Response format

The NotificationConfigStubListDto object

Element Type Description
values NotificationConfigStub[]

The NotificationConfigStub object

The short representation of a notification.

Element Type Description
id string

The ID of the DESK entity.

name string

The name of the DESK entity.

description string

A short description of the DESK entity.

type string

The type of the notification.