|
AcceptType | application/xml |
application/json |
| AcceptType indicates the type of data expected to be received from a REST request. |
ConnectionID | | (Required) Specifies a connection to a data source that is defined in the Settings.
For elements connecting to relational databases, default is the first Connection element in _settings.lgx. |
HttpMethod | | HttpMethod specifies the verb to be sent with a REST request. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
RemoveNamespace | | Some XML data sources will add namespace and schema information. This information can be used to remove the namespace information, preserving the data.
False will skip this additional processing (Default). |
UrlPath | | (Required) The UrlPath specifies the latter part a REST service's URL. UrlPath is appended to the Connection element's UrlHost attribute. |