From Bright Pattern Documentation
Contents
- Introduction
- API Methods
- General Information
- Check Availability
- Expected Parameters
- Request Chat
- Request SMS Chat Session
- Get Active Chat
- Send Events
- Get Chat History
- Get New Chat Events
- Upload File
- 1 Get File
- Get Agent Profile Photo
- API Events
Mobile/Web API Specification
Get File
Description | Downloads a file from the server using the received file ID. See server event Chat Session File. |
URL | http[s]://{host:port}/clientweb/api/v1/chats/{chatId}/files/{fileId} |
Method | GET |
Request body | ID of the file to be downloaded. Example:
fileId={file id of file to download} |
Returns | 200 – File content type |
Errors | 401 – Unauthorized
404 – Not found |