status_updates_subscribers
Overview
Name | status_updates_subscribers |
Type | Resource |
Id | pagerduty.incidents.status_updates_subscribers |
Fields
Name | Datatype | Description |
---|---|---|
has_indirect_subscription | boolean | If this subcriber has an indirect subscription to this incident via another object |
subscribed_via | array | |
subscriber_id | string | The ID of the entity being subscribed |
subscriber_type | string | The type of the entity being subscribed |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_incident_notification_subscribers | SELECT | id | Retrieve a list of Notification Subscribers on the Incident. <!-- theme: warning --> > Users must be added through POST /incident/{id}/status_updates/subscribers to be returned from this endpoint.Scoped OAuth requires: subscribers.read |
create_incident_notification_subscribers | INSERT | id, data__subscribers | Subscribe the given entities to Incident Status Update Notifications. Scoped OAuth requires: subscribers.write |
_get_incident_notification_subscribers | EXEC | id | Retrieve a list of Notification Subscribers on the Incident. <!-- theme: warning --> > Users must be added through POST /incident/{id}/status_updates/subscribers to be returned from this endpoint.Scoped OAuth requires: subscribers.read |