List all watermarks

GET {{baseUrl}}/watermarks?sortBy=<string>&sortOrder=<string>&currentPage=1&pageSize=25

List all watermarks associated with your workspace.

Request Params

KeyDatatypeRequiredDescription
sortBystringAllowed: createdAt. You can search by the time watermark were created at.
sortOrderstringAllowed: asc, desc. asc is ascending and sorts from A to Z. desc is descending and sorts from Z to A.
currentPagenumberChoose the number of search results to return per page. Minimum value: 1
pageSizenumberResults per page. Allowed values 1-100, default is 25.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;watermarkId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;watermarkId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;}],&quot;pagination&quot;:{&quot;links&quot;:[{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003curi\u003e&quot;},{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003curi\u003e&quot;}],&quot;itemsTotal&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pagesTotal&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pageSize&quot;:&quot;\u003cinteger\u003e&quot;,&quot;currentPage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;currentPageItems&quot;:&quot;\u003cinteger\u003e&quot;}}