Get Question File
/questions/{id}/files/{id}
A single file on a question. A get to this endpoint will open up a temporary endpoint (URL) to the file itself and return that.
Get Question File [GET]
Authorization: Admin, Web, Mobile
Response 200
Body
{ "item": { "url": http://....plantMap.png" } }