Web Service Endpoints
Configuration reference for non-default HTTP(S) integration API paths and verbs
Glyue supports building web services that execute integrations via user-defined URL paths and methods. Among other use cases, these admin components allow for the construction of traditional RESTful web services as explained in the Building a RESTful CRUD Web Service guide.
IMPORTANT CAVEAT: Only URL paths starting with /api/
or /rest/
are currently possible.
Fields
Name | Example Value (s) | Description |
---|---|---|
Path |
| Specifies the endpoint's URL path following the initial |
Method |
| Specifies the HTTP method (sometimes called a "verb") used for calling the API. Limited to the example values shown here. |
Prefix |
| Specifies the endpoint URL's root path fragment. As stated above, all configured web service endpoints must currently be hosted at a URL path starting with either |
Integration |
| Integration to be executed. Value is selected from the list of integrations currently existing in the Glyue environment. |
Description | Retrieves applications from Q2 Gro online deposit opening system | Description of the web service endpoint. |
Response content type |
| Specifies the integration response type. |
Last updated