Reports

Resource

URL

Method

Overview

GET Reports

/api/reports

GET

Lists all reports available to the user.

GET Report Detail

/api/reports/:id

GET

Shows detailed information about the report with the specified ID.

GET Report Thumbnail

/api/reports/:id/thumbnail

GET

Returns a report thumbnail image in PNG format.

GET Report Comments

/api/reports/:id/comments

GET

Returns all comments for the report with the specified ID.

POST Comments

/api/reports/:id/comments

POST

Posts a comment to the report with the specified ID.

GET Filter Attribute Values

/api/reports/:id/filter/attributeValues

GET

Returns attribute values for provided attribute code.