From Bright Pattern Documentation
(Updated via BpDeleteTranslateTags script) |
|||
Line 1: | Line 1: | ||
− | + | = Get File= | |
''Get File'' downloads a file from the server using the received file ID. See server event [[mobile-web-api-specification/ServerEvents#Chat_Session_File|Chat Session File]]. | ''Get File'' downloads a file from the server using the received file ID. See server event [[mobile-web-api-specification/ServerEvents#Chat_Session_File|Chat Session File]]. | ||
Line 41: | Line 41: | ||
<center>[[mobile-web-api-specification/UploadFile|< Previous]] | [[mobile-web-api-specification/GetAgentProfilePhoto|Next >]]</center> | <center>[[mobile-web-api-specification/UploadFile|< Previous]] | [[mobile-web-api-specification/GetAgentProfilePhoto|Next >]]</center> | ||
− | |||
− |
Latest revision as of 04:32, 29 May 2024
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
|
Returns
200 – File content type
Errors
401 – Unauthorized
404 – Not Found