v1

latestOpenAPI 3.0.02026-07-2614018.4 KB
Development API - Layouts

Retrieve layouts for a specific app

Returns a list of layouts for the specified appId. Requires read auth.

get/client/{appId}/layouts

Path parameters

appIdstring required

The ID of the app

Query parameters

typestring

The type of the layout

limitinteger

The number of layouts to return

sort'asc' | 'desc'

The sort order of the layouts

readonlyboolean

Whether to include readonly layouts

Response

A list of layouts

_idstring

The ID of the layout

appIdstring

The ID of the app

labelstring

The label of the layout

typestring

The type of the layout

readOnlyboolean

Indicates if the layout is readOnly

layoutTemplateIdstring

The ID of the layout template

useLayoutTemplateboolean

Indicates if the layout uses a template

createdAtstring date-time

The creation date of the layout

updatedAtstring date-time

The last update date of the layout