powered by
Get event subscription schema
get_event_subscription_schema(env = "production")
(xml_document) Schema for event subscription creation request entities.
See the xml2 library for more on working with 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(), query_event_subscriptions()
create_event_subscription()
delete_event_subscription()
execute_event_subscription()
get_event_subscription()
query_event_subscriptions()
if (FALSE) { # Get schema schema <- get_event_subscription_schema() schema #> {xml_document} #> #> [1] \n \n #> #> #> #> #> #> }
Run the code above in your browser using DataLab