Accessing the API endpoint
The iMIS EMS REST API endpoint points to the ASI Scheduler. Third-party integrations and all calls to the API must conform to the updated API endpoint.
Tip! For additional information, see the SDK site article, Accessing the REST API.
Note: Currently, credit card payments cannot be submitted through the REST API.
API Endpoint format
The new endpoint format is: URL/api/endpoint
Example: Your public iMIS website URL is https://example.org. To call the party endpoint, the full API URL is: https://example.org/api/party
Dedicated user (unique account) for accessing the API
If you need a dedicated user account to access the API, contact ASI Technical Support for additional information and next steps. There may be a cost associated with this licensed account.
Once you have the dedicated user account defined, ensure the account has the RemoteService role:
- Go to Community > Security > Users.
- Search for the account using the provided search filters.
- Select the account Username.
- Under User information, locate the Roles section, then select Add.
- Enable the RemoteService role.
- Click OK.
- Click Save. The changes may take a few minutes to take effect.