Element Details: Procedure.REST
 Back


Available in: Logi Info Source code name: Procedure.RESTIntroduced in: 12.1.188

Sends a REST request to a service, most typically with a PUT or DELETE http method.

You can reference the service's response code and description with Procedure tokens. For example:

@Procedure.myProcedureID.rdHttpResponseCode~
@Procedure.myProcedureID.rdHttpResponseDescription~




ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
AcceptType
application/xml
application/json
AcceptType indicates the type of data expected to be received from a REST request.
ConnectionID
UserDefined
(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
PUT
POST
GET
DELETE
HttpMethod specifies the verb to be sent with a REST request.
ID
UserDefined
(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
True
False
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
UserDefined
(Required) The UrlPath specifies the latter part a REST service's URL. UrlPath is appended to the Connection element's UrlHost attribute.



PARENT ELEMENTS

Click element to drill down for more information.

If Error
Procedure.Else
Procedure.File Exists
Procedure.If
Procedure.Run Datalayer Rows
Procedure.Run DataTable Rows
Procedure.Switch Case
Procedure.Switch Else
Task


CHILD ELEMENTS

Click element to drill down for more information.

Http Body If Error Link Parameters


 Back to top


 Chart Debug