curl --request POST \
--url https://demo.enneo.ai/api/mind/tag/{id}/detect \
--header 'Content-Type: application/json' \
--data '{
"ticketId": 1,
"testTags": [
{
"id": 123,
"name": "Complaint",
"fullName": "Second Level: Complaint",
"parent": 6,
"reference": "ticket",
"type": "skill",
"visibility": "public",
"color": "grey",
"properties": [],
"complexity": "moderate",
"sla": 8,
"priority": "do-not-change",
"channels": [
"email",
"chat"
],
"subchannels": [
2,
4
],
"detectionDetails": {},
"assignment": [
"assignBySubchannel",
"assignByCustomLogic"
],
"testCase": {},
"modifiedBy": "John Doe",
"modifiedAt": "2024-08-29 14:38:12"
}
],
"data": {}
}'
{
"match": true,
"dataOutcome": {}
}
Cookie-based authentication
Successful operation
The response is of type object
.
curl --request POST \
--url https://demo.enneo.ai/api/mind/tag/{id}/detect \
--header 'Content-Type: application/json' \
--data '{
"ticketId": 1,
"testTags": [
{
"id": 123,
"name": "Complaint",
"fullName": "Second Level: Complaint",
"parent": 6,
"reference": "ticket",
"type": "skill",
"visibility": "public",
"color": "grey",
"properties": [],
"complexity": "moderate",
"sla": 8,
"priority": "do-not-change",
"channels": [
"email",
"chat"
],
"subchannels": [
2,
4
],
"detectionDetails": {},
"assignment": [
"assignBySubchannel",
"assignByCustomLogic"
],
"testCase": {},
"modifiedBy": "John Doe",
"modifiedAt": "2024-08-29 14:38:12"
}
],
"data": {}
}'
{
"match": true,
"dataOutcome": {}
}