Projects
Get user's projects with filtering and pagination
get/v1/projects
Query parameters
type'renovation' | 'new_home_construction' | 'other'
Filter by project type
searchstring
Search projects by name or other text fields
sortBy'createdAt' | 'updatedAt' | 'lastActivityAt' | 'name'
Sort by field
sortDirection'asc' | 'desc'
Sort direction
includeSoftDeletedboolean
Include soft deleted projects
limitinteger
Number of items to return
cursorstring
Encoded cursor for pagination
direction'after' | 'before'
Direction for cursor pagination
Response
Projects retrieved successfully