Skip to main content

status_updates_subscribers

Overview

Namestatus_updates_subscribers
TypeResource
Idpagerduty.incidents.status_updates_subscribers

Fields

NameDatatypeDescription
has_indirect_subscriptionbooleanIf this subcriber has an indirect subscription to this incident via another object
subscribed_viaarray
subscriber_idstringThe ID of the entity being subscribed
subscriber_typestringThe type of the entity being subscribed

Methods

NameAccessible byRequired ParamsDescription
get_incident_notification_subscribersSELECTidRetrieve a list of Notification Subscribers on the Incident.

<!-- theme: warning -->
> Users must be added through POST /incident/&#123;id&#125;/status_updates/subscribers to be returned from this endpoint.
Scoped OAuth requires: subscribers.read
create_incident_notification_subscribersINSERTid, data__subscribersSubscribe the given entities to Incident Status Update Notifications.

Scoped OAuth requires: subscribers.write
_get_incident_notification_subscribersEXECidRetrieve a list of Notification Subscribers on the Incident.

<!-- theme: warning -->
> Users must be added through POST /incident/&#123;id&#125;/status_updates/subscribers to be returned from this endpoint.
Scoped OAuth requires: subscribers.read