REST PUT Handler

Version: 1.5 Category: Output Extended Category: Web Action Package: Standard Actions Description Sends a http put request to a RESTful web service. Basic Authentication, OAuth and no authentication is supported. Parameter Description Example Web Service Endpoint URL [Mandatory] The URL for the webservice endpoint URL. Supports GLOBAL() and SESSION(). http://mywebservice.company.com/users Basic Authentication Username [Optional] The […]

REST PATCH Handler

Version: 1.5 Category: Output Extended Category: Web Action Package: Standard Actions Description Sends a http patch request to a RESTful web service. Basic Authentication, OAuth and no authentication is supported. Parameter Description Example Web Service Endpoint URL [Mandatory] The URL for the webservice endpoint URL. Supports GLOBAL() and SESSION(). http://mywebservice.company.com/users Basic Authentication Username [Optional] The […]

REST DELETE Handler

Version: 1.7 Category: Output Extended Category: Web Action Package: Standard Actions Description Sends a http delete request to a RESTful web service. Basic Authentication, OAuth and no authentication is supported. Parameter Description Example Web Service Endpoint URL [Mandatory] The URL for the webservice endpoint URL. Supports GLOBAL() and SESSION(). http://mywebservice.company.com/users Basic Authentication Username [Optional] The […]

REST GET Handler

Version: 1.5 Category: Input Extended Category: Web Action Package: Standard Actions Description Sends a http get request to a RESTful web service. Basic Authentication, OAuth and no authentication is supported. Parameter Description Example Web Service Endpoint URL [Mandatory] The URL for the webservice endpoint URL. Supports GLOBAL() and SESSION(). http://mywebservice.company.com/users Basic Authentication Username [Optional] The […]

REST POST Handler

Version: 1.9 Category: Output Extended Category: Web Action Package: Standard Actions Description Sends a http post request to a RESTful web service. Basic Authentication, OAuth and no authentication is supported. Parameter Description Example Web Service Endpoint URL [Mandatory] The URL for the webservice endpoint URL. Supports GLOBAL(). http://mywebservice.company.com/users Basic Authentication Username [Optional] The username for […]