get https://{instance}.response.lithium.com/api/v2/tagRuleDefinitions
Return all conversation tag rule definitions in the Khoros Care system
Details
Return all conversation tag rule definitions in the Khoros Care
Response details
data
section keys
Key | Type | Description |
id | integer | The ID of the conversation tag rule |
tagId | integer | The ID of the tag associated with the rule |
definitions | array | Tag rule definitions associated with the tag rule. The system applies these with OR logic, meaning that if any of them pass as True for a given conversation, it will be tagged. The definitions array items consist of the follow keys:
|
_metadata
section keys
Key | Type | Description |
paging | N/A | Data needed to handle pagination. The paging key consists of the following:
|
Using the _metadata
key
_metadata
keyThe use of the _metadata
key's paging entry is useful to avoid making a final API request that returns HTTP 404 when you have paginated through all the available results. The offset
and limit
values will be equal to what was supplied in the request URL. If moreContent
is false, that means you can stop making paginated requests and collate the data you have received.