List all Asset Tags
List all Asset Tags
Get all Asset Tags
GET https://<baseurl>/v1/organization/logicaltags/@clientUUID
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
Headers
Name
Type
Description
Authentication
string
Authentication token
#########################################################################
## success
#########################################################################
{
    "message": "success",
    "status": 200,
    "tags": [
        {
            "uuid": "9cebc2ad-1d7e-449a-9758-f1c7fa3fd4f6",
            "labelName": "label3",
            "id": 2
        },
        {
            "uuid": "1948e9f4-4cd3-4e04-a952-2a84a3c3833e",
            "labelName": "gghh",
            "id": 15
        }
    ]
}
#########################################################################
## Error:No data found
#########################################################################
            
{
	"message": "error",
	"status": 400,
	"description": "No data found"
}
Last updated
Was this helpful?