Rest Endpoints

The Announcer’s REST APIs are used to interact with the app remotely.

The following table lists the currently available public API endpoints

Method

Relative Path

Description

Version

Method

Relative Path

Description

Version

URI relative to your Jira Instance https://your.base.url/rest/announcer/1.0/admin

 

PUT

/notifications/status

 

Enable/Disable notifications by id

Example:

Accepts body as an array of JSON objects

[{“notificationId”: boolean},{…},{…}]

True to enable notification

False to disable notification

[{"1":true}, {"2":true}, {"3":true}, {"4":false}]

v4.1.2 or later



 


Need more help? Contact our support team.