v1

latestSwagger 2.02026-07-13107214235.7 KB
Workgroup

List client workgroups

List client workgroups

get/v1/workgroups/{workgroup_id}/clientWorkgroups

Path parameters

workgroup_idstring required

Response

Successful retrieval

status_codeinteger
status_reasonstring

Example response

{
  "results": [
    {
      "client_workgroup_name": "sample client_workgroup_name"
    }
  ],
  "status_reason": "sample status_reason"
}