Reports

Resource

URL

Method

Overview

GET Reports

/api/reports

GET

Lists all reports available to the user.

GET Reports by Username/api/reports/username/:usernameGETLists all reports available to the specified user.

GET Report Detail

/api/reports/:id

GET

Shows detailed information about the report with the specified ID.

GET Report by Alias/api/reports/alias/:aliasGETShows detailed information about the report with the specified alias.

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.

DELETE Comments/api/reports/comments/:idDELETEDeletes a comment specified by ID.

GET Filter Attribute Values

/api/reports/:id/filter/attributeValues

GET

Returns attribute values for provided attribute code.

POST Images

/api/reports/:id/images

POST

Posts an image to the report with the specified ID.

  • No labels