v1
latestSwagger 2.02026-07-13107214235.7 KBFile
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
Example response
{
"result": [
{
"tagName": "sample tagName"
}
],
"status_reason": "sample status_reason"
}