GET /v2/theme
Servers
- https://emea.gsc.verifone.cloud/oidc/checkout-service
- https://us.gsc.verifone.cloud/oidc/checkout-service
- https://nz.gsc.verifone.cloud/oidc/checkout-service
- https://cst.test-gsc.vfims.com/oidc/checkout-service
- https://uscst-gb.gsc.vficloud.net/oidc/checkout-service
Query parameters
Name | Type | Required | Description | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
order_criteria |
String | No |
Possible values:
|
||||||||||||||||||||||||||||||||||||||||||||
page_number |
Number | No |
A filter query in RSQL format to retrieve customers based on page number. If not selected then a default pageNumber is 1. |
||||||||||||||||||||||||||||||||||||||||||||
search |
String | No |
RSQl Query is composed of one or more expressions, combined to each other with following logical operators: A filter query in RSQL format to retrieve themes. The returned themes are limited to those that can be retrieved by the user.
Note:
Note: Parenthesis can be used to determine the precedence of the operator. Example for list theme:
|
||||||||||||||||||||||||||||||||||||||||||||
page_size |
Number | No |
A filter query in RSQL format to retrieve customers based on page size. If not selected then a default pageSize is 50 |
||||||||||||||||||||||||||||||||||||||||||||
order_by |
String | No |
The ordering sequence of the selected customers If not selected then Descending order is the default order. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.