powered by
Get event subscription
get_event_subscription(subscriptionId, as = "data.frame", env = "production")
(data.frame or xml_document) Subscription metadata
(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".
Other Event Notifications: create_event_subscription(), delete_event_subscription(), execute_event_subscription(), get_event_subscription_schema(), query_event_subscriptions()
create_event_subscription()
delete_event_subscription()
execute_event_subscription()
get_event_subscription_schema()
query_event_subscriptions()
if (FALSE) { login() # Get subscription subscription <- get_event_subscription( subscriptionId = 21, env = "staging" ) logout() }
Run the code above in your browser using DataLab