curl --request GET \
--url https://demo.enneo.ai/api/mind/profile
{
"id": 1,
"settings": {
"roleId": 1,
"skills": {
"intents": [
"process_meter_reading"
],
"tagIds": [
1
],
"channels": [
"email"
]
},
"status": "available",
"departmentId": 1,
"teamIds": [
1
],
"supersetRole": "<string>",
"ticketsFilters": {
"groups": [
1
],
"intents": [
"process_meter_reading"
],
"tagIds": [
1
],
"personalQueue": true,
"onlyIntents": true
},
"freshdeskApiAuth": "STj8Iajtp5iMzogZalVT",
"actualRoleId": 1,
"limitTicketBacklogAccess": false,
"ticketBacklogRequiredTagIds": [
1
],
"actualLimitTicketBacklogAccess": false,
"actualTicketBacklogRequiredTagIds": [
1
],
"isPersonalFilters": false,
"inheritTeamSettings": false,
"nameReports": "Tapfere Feige"
},
"permissions": [
"updateTicket",
"updateIntent",
"executeIntent"
],
"openTickets": [
{
"id": 376189,
"channel": "email",
"blinking": false,
"subject": "Kündigung"
},
{
"id": 659332,
"channel": "email",
"blinking": false,
"subject": "Meine Rechnung"
},
{
"id": 613771,
"channel": "email",
"blinking": false,
"subject": "Mein Zählerstand"
}
],
"sideConversations": [
{
"id": 123,
"type": "group",
"groupId": 312121,
"userId": null
},
{
"id": 234,
"type": "individual",
"groupId": null,
"userId": 2123
}
],
"unreadNotifications": 1
}
Cookie-based authentication
Successful operation
The response is of type object
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/profile
{
"id": 1,
"settings": {
"roleId": 1,
"skills": {
"intents": [
"process_meter_reading"
],
"tagIds": [
1
],
"channels": [
"email"
]
},
"status": "available",
"departmentId": 1,
"teamIds": [
1
],
"supersetRole": "<string>",
"ticketsFilters": {
"groups": [
1
],
"intents": [
"process_meter_reading"
],
"tagIds": [
1
],
"personalQueue": true,
"onlyIntents": true
},
"freshdeskApiAuth": "STj8Iajtp5iMzogZalVT",
"actualRoleId": 1,
"limitTicketBacklogAccess": false,
"ticketBacklogRequiredTagIds": [
1
],
"actualLimitTicketBacklogAccess": false,
"actualTicketBacklogRequiredTagIds": [
1
],
"isPersonalFilters": false,
"inheritTeamSettings": false,
"nameReports": "Tapfere Feige"
},
"permissions": [
"updateTicket",
"updateIntent",
"executeIntent"
],
"openTickets": [
{
"id": 376189,
"channel": "email",
"blinking": false,
"subject": "Kündigung"
},
{
"id": 659332,
"channel": "email",
"blinking": false,
"subject": "Meine Rechnung"
},
{
"id": 613771,
"channel": "email",
"blinking": false,
"subject": "Mein Zählerstand"
}
],
"sideConversations": [
{
"id": 123,
"type": "group",
"groupId": 312121,
"userId": null
},
{
"id": 234,
"type": "individual",
"groupId": null,
"userId": 2123
}
],
"unreadNotifications": 1
}