Table of contents
- API Usage Guide
- API Command Reference
- add_booking
- add_client
- add_invoice
- add_resource
- approve_request
- authenticate_user
- del_booking
- del_bookings
- del_client
- del_invoice
- del_resource
- email_client
- gen_invoice
- get_activity
- get_availability
- get_booking
- get_bookings
- get_client
- get_consumable_levels
- get_invoice
- get_invoices
- get_messages
- get_reminders
- get_resource
- get_resource_availability
- get_setting
- get_template
- get_user
- get_users_logged_in
- get_venue
- get_venues
- get_venues_in_group
- get_venues_in_use
- get_watches
- mod_booking
- mod_client
- mod_invoice
- mod_resource
- notify_user
- reject_request
- restore_booking
- set_setting
- set_template
- util_from_epoch
- util_to_epoch
- Appendix A - Activity Codes
- Appendix B - Setting Names
- Appendix C - Error Handling
- Code Samples
- C#
- Java
- jQuery
- .NET
- Perl
- PHP
- Python
- Ruby
- Troubleshooting
- Release Notes
Test the MIDAS API
The API has been enabled for testing with our online demo MIDAS system
You can make test API calls to the demo through the following URL: https://demo.mid.as/api.pl
The Demo API key (which must be included with your API calls) is:
You can make test API calls to the demo through the following URL: https://demo.mid.as/api.pl
The Demo API key (which must be included with your API calls) is:
797769685251f9i80MWOhwOC
NOTE: Only "read-only" calls may be made to this demo API