DocsAPI ReferenceChat/bff/chat/list
getChatAdmin BFF

/bff/chat/list

List chat rooms for the admin grid

ChatgetBffChatList

Parameters

10 query

10 total
Query · 10
pagestring
limitstring
filterFulltextQuerystring
Length: 0200
kindstring
Length: 016
sourcestring
Length: 032
ownerMemberIdstring
contactExternalIdstring
Length: 1616
externalUserRefstring
Length: 064
dateFromstring
dateTostring

Request

GET /bff/chat/list

get
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.

Get API Key