GET https://api.nexway.store/tandcs/templates
Parameter name | Value | Description | Additional |
---|---|---|---|
page | int32 | number of page you want to hit |
|
size | int32 | number of items into the current page |
|
sort | string | sort a specific column to a direction (columnName,asc) |
This request requires the use of one of following authorisation methods:
OAuth2
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Success |
SearchResult |
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |