Retrieve notification settings for a group
GET
/api/v4/groups/{id}/notification_settings
Retrieves the notification level for a specified group.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
The group ID
Responses
Section titled “Responses”OK
Media typeapplication/json
object
level
string
events
string
Examplegenerated
{ "level": "example", "events": "example"}Bad Request
Unauthorized
Not Found