List Question Files

/questions/{id}/files

Get a list of question files.

Get Priorities [GET]

When listing the files only the meta data about the file is returned. To download the actual file you'll need to do a  get on the specific file in which case a url will be temporarily opened up for the download to happen.

Authorization: Admin, Web, Mobile

Response 200

Body
{
  "items": [
    {
      "id": 9082,
      "questionId", 1234,
      "name": "plant_map",
      "description": "Used for every plant inspection",
      "createdAt": "2014-04-07T16:19:27-04:00",
      "createdBy": 1900,
      "mimeType": "image/png",
      "size": 2624,
      "extension": ".png"
    }
  ]
}

Still need help? Contact Us Contact Us