Conversations
List conversation SLA metrics
GET
/
v1
/
inbox
/
slas
List conversation SLA metrics
curl --request GET \
--url https://api.wazapin.com/v1/inbox/slasconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/inbox/slas', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/inbox/slas"
response = requests.get(url)
print(response.text){
"items": [
{
"conversation_id": "<string>",
"first_response_breach_count": 123,
"next_response_breach_count": 123,
"organization_id": "<string>",
"resolution_breach_count": 123,
"total_breach_count": 123,
"updated_at": "<string>"
}
]
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}Response
OK
Show child attributes
Show child attributes
⌘I
List conversation SLA metrics
curl --request GET \
--url https://api.wazapin.com/v1/inbox/slasconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/inbox/slas', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/inbox/slas"
response = requests.get(url)
print(response.text){
"items": [
{
"conversation_id": "<string>",
"first_response_breach_count": 123,
"next_response_breach_count": 123,
"organization_id": "<string>",
"resolution_breach_count": 123,
"total_breach_count": 123,
"updated_at": "<string>"
}
]
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}