getinfo
Query Parameters
type: "event", ... (required)
id: Event ID to get information for (required)
responseurl: template for the custom URL
This request allows other applications to retrieve information from OMA. Parameter type specifies the type of the object from where information will be retrieved (only valid type: event). Parameter id specifies the object identifier. The responseurl parameter contains the template for the custom URL that will be used to deliver the response to the other app. Template parameters enclosed in {} will be substituted with data values.
Example:
nmsoma://getinfo?type=event&id=2130&responseurl=http://xxx.us?cause={cause} or https://localhost:9595/oma/getinfo?type=event&id=2130&responseurl=http://xxx.us?cause={cause}