Get event subscription
get_event_subscription(subscriptionId, as = "data.frame", env = "production")
(numeric) Event subscription identifier
(character) Format of the returned object. Can be: "data.frame" or "xml".
(character) Repository environment. Can be: "production", "staging", or "development".
(data.frame or xml_document) Subscription metadata
User authentication is required (see login()
)
Other Event Notifications:
create_event_subscription()
,
delete_event_subscription()
,
execute_event_subscription()
,
get_event_subscription_schema()
,
query_event_subscriptions()