{
"entityAlias": "string",
"keyword": "string",
"typeguid": "string",
"first": 0,
"pageSize": 0
}
curl --location --request POST '/tagcenter/getTagList' \
--header 'Content-Type: application/json' \
--data-raw '{
"entityAlias": "string",
"keyword": "string",
"typeguid": "string",
"first": 0,
"pageSize": 0
}'
{
"status": {
"code": "string",
"text": "string"
},
"custom": {
"taglist": [
{
"tagguid": "string",
"tagalias": "string",
"tagname": "string",
"labelcode": [
{
"text": "string",
"value": "string"
}
],
"codeid": [
{
"unitname": "string",
"unithex": "string"
}
]
}
],
"count": 0
}
}