Optionalparameters: { expand?: string; maxResults?: number; startAt?: number }
Optionalexpand?: stringOptional information to be expanded in the response: group, user, projectRole or field.
OptionalmaxResults?: numberThe maximum number of notification schemes to return (max 50).
OptionalstartAt?: numberThe index of the first notification scheme to return (0 based).
Optionaloptions: RequestOptions
Returns a paginated list of notification schemes. In order to access notification scheme, the calling user is required to have permissions to administer at least one project associated with the requested notification scheme. Each scheme contains a list of events and recipient configured to receive notifications for these events. Consumer should allow events without recipients to appear in response. The list is ordered by the scheme's name. Follow the documentation of /notificationscheme/{id} resource for all details about returned value.