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

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 2 revisions of this API.