Skip to main content

subscribers

Overview

Namesubscribers
TypeResource
Idpagerduty.business_services.subscribers

Fields

NameDatatypeDescription
subscriber_idstringThe ID of the entity being subscribed
subscriber_typestringThe type of the entity being subscribed

Methods

NameAccessible byRequired ParamsDescription
get_business_service_subscribersSELECTidRetrieve a list of Notification Subscribers on the Business Service.

<!-- theme: warning -->
> Users must be added through POST /business_services/&#123;id&#125;/subscribers to be returned from this endpoint.
Scoped OAuth requires: subscribers.read
create_business_service_notification_subscribersINSERTid, data__subscribersSubscribe the given entities to the given Business Service.

Scoped OAuth requires: subscribers.write
_get_business_service_subscribersEXECidRetrieve a list of Notification Subscribers on the Business Service.

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