v1
latestSwagger 2.02026-07-13107214235.7 KBProject
List the projects
List the projects
get/v1/workgroups/{workgroup_id}/projects
Path parameters
workgroup_idstring required
Response
Successful retrieval
Example response
{
"results": [
{
"client_account": "sample client_account",
"project_name": "sample project_name",
"project_number": "sample project_number",
"project_status": "sample project_status"
}
],
"status_reason": "sample status_reason"
}