Overview of available Custom Data Views

GET {{httptype}}://{{IP}}/mot/{{miralixAccount}}/views

Get a list of all Custom Data Views available in OfficeTeam. Custom Data Views is all MS SQL Views that starts with WebApi. To get more Custom Data Views available, contact Miralix helpdesk.
HTTP GET: /views

Example

https://192.168.1.10/mot/greenbox/views - Get a list of all Custom Data Views available in OfficeTeam.

Result

  • 200 OK - List of all Custom Data Views available in OfficeTeam.
  • 403 Forbidden - Missing required License to access this request.
  • 500 Internal Server Error - Internal processing error.

JSON result

List of all Custom Data Views available in OfficeTeam.

RESPONSES

status: OK

["WebApi_CustomCallLog","WebApi_GetDepartment","WebApiGetUsers","WebApiCustomView1"]