Presets

Get items in a preset section

get/v1/presets/{presetId}/{section}/items

Path parameters

presetIdstring required

ID of the preset

section'plans' | 'images' | 'inspiration' | 'documents' required

Section of the preset

Query parameters

type'asset' | 'folder'

Filter by item type

searchstring

Search items by name

sortBy'createdAt' | 'updatedAt' | 'name'

Sort by field

sortDirection'asc' | 'desc'

Direction to sort

limitinteger

Number of items to return

cursorstring

Encoded cursor for pagination

direction'after' | 'before'

Direction for cursor pagination

Response

Section items retrieved successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes

No recorded changes to this endpoint across all 1 revision of this API.