Learn R Programming

EDIutils (version 1.0.3)

get_event_subscription_schema: Get event subscription schema

Description

Get event subscription schema

Usage

get_event_subscription_schema(env = "production")

Value

(xml_document) Schema for event subscription creation request entities.

See the xml2 library for more on working with XML.

Arguments

env

(character) Repository environment. Can be: "production", "staging", or "development".

See Also

Other Event Notifications: create_event_subscription(), delete_event_subscription(), execute_event_subscription(), get_event_subscription(), query_event_subscriptions()

Examples

Run this code
if (FALSE) {

# Get schema
schema <- get_event_subscription_schema()
schema
#> {xml_document}
#> 
#> [1] \n  \n     
#>   
#>     
#>       
#>         
#>         
#>       
}

Run the code above in your browser using DataLab