subscribers
Overview
Name | subscribers |
Type | Resource |
Id | pagerduty.business_services.subscribers |
Fields
Name | Datatype | Description |
---|---|---|
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_business_service_subscribers | SELECT | id | Retrieve a list of Notification Subscribers on the Business Service. <!-- theme: warning --> > Users must be added through POST /business_services/{id}/subscribers to be returned from this endpoint.Scoped OAuth requires: subscribers.read |
create_business_service_notification_subscribers | INSERT | id, data__subscribers | Subscribe the given entities to the given Business Service. Scoped OAuth requires: subscribers.write |
_get_business_service_subscribers | EXEC | id | Retrieve a list of Notification Subscribers on the Business Service. <!-- theme: warning --> > Users must be added through POST /business_services/{id}/subscribers to be returned from this endpoint.Scoped OAuth requires: subscribers.read |