v1

latestSwagger 2.02026-07-13107214235.7 KB
File

List Tags from Workgroup and Project.

List Tags from Workgroup and Project.

get/1.1/workgroups/{workgroup_id}/projects/{project_id}/fileTags

Path parameters

workgroup_idstring required
project_idstring required

Response

Successful retrieval

status_codeinteger
status_reasonstring

Example response

{
  "result": [
    {
      "tagName": "sample tagName"
    }
  ],
  "status_reason": "sample status_reason"
}
All 107 operations