Skip to main content

API Reference


API Reference

API Methods

API Reference

This folder contains detailed documentation for various API endpoints available in the mDIS app. Below is an overview of all the available API documentation files:

API Endpoints

Logging in and out

Global Controller Methods

Works on object types that are not forms. (Data Models in particular)

Form Controller Methods

  • App Forms: Retrieves information about available forms.
  • Form Index: Used to get a filtered list of a form data model.
  • Form Create: Used to create a new record of a form data model.
  • Form Update: Used to update an existing record of a form data model.
  • Form Delete: Used to delete a record of a form data model.
  • Form Duplicate: Used to duplicate a record of a form data model.
  • Form Defaults: Used to get the default values of a form data model.
  • Form Filter Lists: Retrieves the main filter components' lists for a form.
  • Form Reports: Retrieves available reports for a form.

File Management

Value Lists

High-level overview of the API - Back to the main API documentation page.