curl --location --request POST 'https://api.aworld.cloud/dashboard/v1/tags/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"==": [
{
"var": "role"
},
"admin"
]
},
"sort": {
"field": "createdAt",
"order": "asc"
},
"limit": 20,
"nextToken": "string",
"fields": [
"translations"
]
}'{
"items": [
{
"tagId": "string",
"namespace": "string",
"variant": "string",
"origin": "CATALOG",
"catalogTagId": "string",
"catalogWorkspaceId": "stringstri",
"syncWithCatalog": true,
"defaultLang": "en",
"langs": [
"en"
],
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"translations": [
{
"workspaceId": "stringstri",
"tagId": "string",
"lang": "en",
"label": "string",
"description": "string",
"accountId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}
],
"nextToken": "eyJwayI6IndvcmtzcGFjZUlkI3pPR0JndVctQWoiLCJxdWl6SWQiOiItRktBdDZfbXM4M3RvSUZaLWVjeFQifQ=="
}