List Chats Handles
Request
GET /v2/customers/100/chats HTTP/1.1
Authorization: Bearer oauth_token
Path Parameters
/v2/customers/{customerId}/chats
Response
HTTP/1.1 200 OK
Content-Type: application/hal+json
{
"_embedded" : {
"chats" : [ {
"id" : 1,
"value" : "jsprout",
"type" : "aim",
"_links" : {
"self" : {
"href" : "..."
}
}
}, {
"id" : 2,
"value" : "54831190",
"type" : "icq",
"_links" : {
"self" : {
"href" : "..."
}
}
} ]
},
"_links" : {
"self" : {
"href" : "..."
}
}
}
Response fields
Path | Type | Description |
---|---|---|
_embedded.chats |
Array |
List of Chats objects |