Retrieves a list of projectsAsk AIget https://public-api.production.liveswitch.com/v1/projectsRequired scope: projectsQuery Paramspageint321 to 2147483647The page number to retrieve, from 1 to int.MaxValue, default 1pageSizeint321 to 100The maximum number of records to return per page, from 1 to 100, default 10wherestringCustom querying. Extended documentation forthcoming. Contact [email protected] with questions.orderstringCustom ordering. By default records are always returned by date, most recent first.statusstringenumOptional filter by project status (NotStarted, InProgress, Completed)NotStartedInProgressCompletedAllowed:NotStartedInProgressCompletedexternalIdstringOptional filter by external ID. Returns single project if found.contactIdstringOptional filter by contact ID. Must be a valid GUID.Response 200SuccessUpdated 6 months ago