Get tags

Use this method to get a list of tags with pagination and filtering options. Using a filter is optional. The result can be filtered only by conversation Id so the result list will be tagged for a specific conversation. More info

Please log in to see full path URL. Learn why.
get
/ccaas/1/tags
query Parameters
conversationId
string

Optional. Conversation Ids linked to tags.

name
string

Optional. Tag name.

limit
integer <int64> <= 999
Default: 10

Size of the result page.

page
integer <int64>
Default: 0

Number of the current page.

orderBy
string

This parameter is used to order your results. If an order is not given, the default order id:asc will be applied. Possible ordering fields are properties. Ordering direction can be specified with modifiers asc for the ascending ordering or desc for the descending one.

Responses

200

OK

400

Bad request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Request samples

Example
cURL
Copy
curl -L -g 'https://{baseUrl}/ccaas/1/tags' \
-H 'Authorization: {authorization}' \
-H 'Accept: application/json'

Response samples

Content type
application/json
Copy
Collapse all
{
  • "tags":
    [
    • {
      • "name": "Tag 1",
      • "createdAt": "2024-01-01T00:00:00.000+00:00",
      • "updatedAt": "2024-01-01T00:00:00.000+00:00"
      },
    • {
      • "name": "Tag 2",
      • "createdAt": "2024-01-01T00:00:00.000+00:00",
      • "updatedAt": "2024-01-01T00:00:00.000+00:00"
      }
    ],
  • "pagination":
    {
    • "totalItems": 2,
    • "page": 0,
    • "limit": 10,
    • "orderBy": "id:ASC"
    }
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.