-
Notifications
You must be signed in to change notification settings - Fork 0
API
Sheldon Woodward edited this page Apr 10, 2019
·
1 revision
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.
-
/api/customer
- List and create new customers -
/api/customer/{customer_id}
- Read, update, and delete customers
-
/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
-
/api/schedule
- List and create new schedules -
/api/schedule/{schedule_id}
- Read, update, and delete schedules