List assigned projects
List projects in which the user is assigned to at least one job matching the criteria. ADMIN and PROJECT_MANAGER callers receive a richer ProjectAdminReference response; all other roles receive a ProjectLinguistReference response.
Documentation Index
Fetch the complete documentation index at: https://developers.phrase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
UID of the user whose projects to list
Query Parameters
Filter by status of the assigned jobs
NEW, ACCEPTED, DECLINED, DELIVERED, EMAILED, COMPLETED, CANCELLED Filter by target language of the assigned jobs
Filter by workflow step ID
Filter by due time in hours. Use -1 for overdue jobs.
x >= -1Filter by filename
Filter by project name
Page number, starting with 0
x >= 0Page size, accepts values between 1 and 50
1 <= x <= 50