ChatgetBffChatList
Parameters
10 query
Query · 10
pagestringlimitstringfilterFulltextQuerystringLength: 0–200
kindstringLength: 0–16
sourcestringLength: 0–32
ownerMemberIdstringcontactExternalIdstringLength: 16–16
externalUserRefstringLength: 0–64
dateFromstringdateTostringRequest
GET /bff/chat/list
curl -X GET "https://api.bizkithub.com/bff/chat/list?page=example_page&limit=example_limit&filterFulltextQuery=example_filterFulltextQuery&kind=example_kind&source=example_source&ownerMemberId=example_ownerMemberId&contactExternalId=example_contactExternalId&externalUserRef=example_externalUserRef&dateFrom=example_dateFrom&dateTo=example_dateTo" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": "example_id",
"title": "example_title",
"isMarkedProblematic": false,
"hasProblematicMessage": false,
"insertedDate": "example_insertedDate",
"updatedDate": "example_updatedDate",
"metadata": {}
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.