From Bright Pattern Documentation
< 3.11:Mobile-web-api-specification
Revision as of 20:12, 11 May 2016 by Sasha (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:mobile-web-api-specification:GetAgentProfilePhoto:3.10)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

Get Agent Profile Photo

Description Downloads a profile photo of the specified agent.
URL http[s]://{host:port}/clientweb/api/v1/chats/{chatId}/profilephotos/{partyId}
Method GET
Request body Party ID of the agent participating in the current chat session. Example:
partyId={party id of agent for current chat session}

chatId=current chat id

Returns 200 – File content type
Errors 401 – Unauthorized

404 – Not found

< Previous | Next >