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

Changes