v1

latestSwagger 2.02026-07-13107214235.7 KB
Project

List the projects

List the projects

get/v1/workgroups/{workgroup_id}/projects

Path parameters

workgroup_idstring required

Response

Successful retrieval

status_codeinteger
status_reasonstring

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"
}