From Bright Pattern Documentation
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

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}

chatId=current chat id

Returns 200 – File content type
Errors 401 – Unauthorized

404 – Not found

< Previous | Next >