MeiroDocs

Reports

+ Parameters

Section: Group Reports. Base URL: https://instance_name.meiro.io/api/.

Reports [/reports{?limit,offset}]

List Reports [GET]

  • Parameters

    • limit: 10 (number, optional) - Limit of the number of records returned
    • offset: 20 (number, optional) - Offset for the records returned
  • Request (application/json)

    • Headers

      X-Access-Token: 1234567890abcdef

  • Response 200 (application/json)

    • Attributes (ReportsList)

Create Report [POST]

  • Attributes (ReportCreate)

  • Request (application/json)

    • Headers

      X-Access-Token: 1234567890abcdef

  • Response 201 (application/json)

    • Attributes (Report)

Report [/reports/{report_id}]

Retrieve Report [GET]

  • Request (application/json)

    • Headers

      X-Access-Token: 1234567890abcdef

  • Response 200 (application/json)

    • Attributes (Report)
  • Response 404

Modify Report [PATCH]

  • Attributes (ReportModify)

  • Request (application/json)

    • Headers

      X-Access-Token: 1234567890abcdef

  • Response 200 (application/json)

    • Attributes (Report)
  • Response 404

Delete Report [DELETE]

  • Request (application/json)

    • Headers

      X-Access-Token: 1234567890abcdef

  • Response 200 (application/json)

{
    "message": "OK"
}
  • Response 404

Report Order [/reports/{report_id}/move]

Modify Report Order [PATCH]

  • Attributes (ReportOrderModify)

  • Request (application/json)

    • Headers

      X-Access-Token: 1234567890abcdef

  • Response 200 (application/json)

{
    "message": "OK"
}
  • Response 404

On this page