REST API, 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. It fully describes each API operation that includes both required and optional parameters, Request Data examples, and so on. You can access it using this endpoint:

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

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

Content type

Each endpoint allows you to choose any of these content types for the request and response Request Data:

  • XML
  • JSON

No other content types are supported.