From Bright Pattern Documentation
Jump to: navigation, search
• 5.19 • 5.2 • 5.3 • 5.8

Get File

Get File downloads a file from the server using the received file ID. See server event Chat Session File.


URI

http[s]://{host:port}/clientweb/api/v1/chats/{chatId}/files/{fileId}


HTTP Method

GET


Parameters

  • fileId - File ID to download
  • chatId - Current chat ID


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 >
< Previous | Next >