My Info

List current user's team templates info

List current user's team templates info

get/v1/workgroups/{workgroup_id}/teamTemplates

Path parameters

workgroup_idstring required

Response

Successful retrieval

status_codeinteger
status_reasonstring

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.