Version 1

This section presents the original version of the Mongoose REST API.

Base URL

All endpoints are accessible using HTTP(s) and are located at this URL:

http://<serverName>/IDORequestService/MGRESTService.svc

API documentation

Swagger API documentation is available for the Mongoose REST API. This document fully describes each API operation and includes both required and optional parameters, Request Data examples, and so on. You can access this documentat using this endpoint:

http://<serverName>/IDORequestService/MGRESTService.svc/api-docs

The Swagger API documentation can be transformed into a rich user interface that you can use to browse through the API and try out some of the operations.

Content type

You can use each endpoint to choose any of these content types for the request and response Request Data:

  • XML
  • JSON

No other content types are supported.