Skip to content
Sheldon Woodward edited this page Apr 10, 2019 · 1 revision

API

MRGen features an API to manage viewing and generating reports among other things related to report generation. Specific details of the API are specified in the swagger.yml file.

Endpoints

Customer

  • /api/customer - List and create new customers
  • /api/customer/{customer_id} - Read, update, and delete customers

Report

  • /api/report - List and create new reports
  • /api/report/{report_id} - Read, update, and delete reports
  • /api/report/{report_id}.pdf - Generate a PDF for the specified report

Schedules

  • /api/schedule - List and create new schedules
  • /api/schedule/{schedule_id} - Read, update, and delete schedules
Clone this wiki locally