connection_get_request
Perform get request against connection.
Example
1
| {{ 'CONXYZ' | connection_get_request: 'https://api.somedomain.com/api/v1/some-endpoint' }} => Mixed data containing results from get request
|
| Type |
Parameter |
Description |
Required |
| string |
connectionRef |
The ID of the order to link to. Comes before the | sign. |
Required |
| string |
url |
The action to perform |
|
| array |
params |
Query params to parse with the request |
|
| string |
format |
Format. Defaults to json |
|
Output
| Type |
Description |
| mixed |
The returned data from the connection |