Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Reports

Jason Andrew edited this page Dec 8, 2015 · 4 revisions

Actions

List

List a pageable response of 25 records per page.

Example

api.reports.list
> [{
        "id" => 130,
    "created_at" => "2014-08-06T19:59:57.540Z",
          "team" => "Evident"
  }]

Show

Show a specific report.

Parameters

Name Type Description
id integer Required. The ID of the report

Note: Alerts are no longer available from this endpoint

Example

api.reports.show(id: 130)
> {
      "report" => 130,
  "created_at" => "2014-08-06T19:59:57.540Z",
        "team" => "Evident",
        }

Clone this wiki locally