Layouts

List all layouts

Retrieves a list of layouts with optional filtering and pagination

get/v2/layouts

Query parameters

limitnumber

Number of items to return per page

offsetnumber

Number of items to skip before starting to return results

orderDirection'ASC' | 'DESC'

Direction of sorting

orderBy'createdAt' | 'updatedAt' | 'name'

Field to sort the results by

querystring

Search query to filter layouts

Response

OK

totalCountnumber required

Total number of layouts

Changes

Changed in 3 of the 13 revisions of this API.6

    • added the new CHAT_EDITOR_SELECT enum value to the ////////////// response property for the response status

      response-property-enum-value-added

    • for the query request parameter limit, the max was set to 100.00

      request-parameter-max-set

    • for the query request parameter limit, the min was set to 1.00

      request-parameter-min-set

    • for the query request parameter offset, the min was set to 0.00

      request-parameter-min-set

    • added the new TOOL enum value to the //////////// response property for the response status

      response-property-enum-value-added

    • added the new TOOL_BODY enum value to the ////////////// response property for the response status

      response-property-enum-value-added