Welcome to the GEO Mud Management API

You are seeing this HTML page because the GET method to the root resource of your API returns this content as a Mock integration.

The GEO Mud Report API contains the /mud/find/{search},/mud/excel/{id} and /mud/report/{rpt} resources. By making a GET request to GET request you can retrieve an Oilwell Job Header in your API. If you are looking for a specific Job, for example a well name has letter with 'B', you can make a GET request.

You can use a REST client such as Postman to test the POST methods in your API to create a new MudReport. Use the sample body below to send the POST request:

{
    "type" : "application/excel",
    "file" :  "report-name"
}