Layouts
Filter layouts
GET
/
v1
/
layouts
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Query Parameters
page
number
Number of page for the pagination
pageSize
number
Size of page for the pagination
sortBy
string
Sort field. Currently only supported createdAt
orderBy
enum<number>
Direction of the sorting query param. Either ascending (1) or descending (-1)
Available options:
1
, -1
Response
200 - application/json
data
object[]
requiredpage
number
requiredpageSize
number
requiredtotalCount
number
requiredWas this page helpful?