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
Changes
No recorded changes to this endpoint across all 1 revision of this API.