GET Provider/InterviewProfileImageBase64/{ProviderId}?Thumb={Thumb}
Get Profile Image of the other provider for an interview using Base64 (the size could be 33% more).
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| ProviderId | 
                         ProviderId returned from OpenTaskQuery  | 
                    integer | 
                                 Required  | 
                
| Thumb | 
                         Y: get thumb image  | 
                    string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
ParaImage| Name | Description | Type | Additional information | 
|---|---|---|---|
| FileName | string | 
                             None.  | 
                |
| MimeType | string | 
                             None.  | 
                |
| ImageData | string | 
                             None.  | 
                |
| ServerImageId | integer | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "FileName": "sample string 1",
  "MimeType": "sample string 2",
  "ImageData": "sample string 3",
  "ServerImageId": 1
}
        application/xml, text/xml
            Sample:
<ParaImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <FileName>sample string 1</FileName> <ImageData>sample string 3</ImageData> <MimeType>sample string 2</MimeType> <ServerImageId>1</ServerImageId> </ParaImage>