Project Sections

Get all items within a project section

get/v1/projects/{projectId}/{section}/items

Path parameters

projectIdstring required

ID of the project to retrieve items from

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

Section of the project to retrieve items from

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