List all watermarks
GET {{baseUrl}}/watermarks?sortBy=<string>&sortOrder=<string>¤tPage=1&pageSize=25
List all watermarks associated with your workspace.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sortBy | string | Allowed: createdAt. You can search by the time watermark were created at. | |
sortOrder | string | Allowed: asc, desc. asc is ascending and sorts from A to Z. desc is descending and sorts from Z to A. | |
currentPage | number | Choose the number of search results to return per page. Minimum value: 1 | |
pageSize | number | Results per page. Allowed values 1-100, default is 25. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"watermarkId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e"},{"watermarkId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e"}],"pagination":{"links":[{"rel":"\u003cstring\u003e","uri":"\u003curi\u003e"},{"rel":"\u003cstring\u003e","uri":"\u003curi\u003e"}],"itemsTotal":"\u003cinteger\u003e","pagesTotal":"\u003cinteger\u003e","pageSize":"\u003cinteger\u003e","currentPage":"\u003cinteger\u003e","currentPageItems":"\u003cinteger\u003e"}}