Get Answer File

/answers/{answerId}/answer_files/{id}

A single file of an answer. 

Note: If the photo has been archived the imageUrl will return the hashed out archive URL where the photo can be pulled.  Else the image will be returned in the response as base64 string.

Get Answer File [GET]

Authorization: Admin, Web, Mobile

Response 200

Body
{
    "item": {
		"answerId":6227537109
		"image":"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4QB
      		"imageUrl": http://....partsDiagram.gif"
    }
  }

Still need help? Contact Us Contact Us