Getting started

The Maintenanceman.nl API is served through rapidapi.com. Therefore, you will first need to open an account at rapidapi.com, if you do not already have one. For more information, please see the rapidAPI.com documentation. Once you have opened your account at ralidapi.com, you can search for and subscribe to the maintenanceman.nl API. After subscribing you will … Read more

Setting up your first API request

A proper http request should have valid request headers and a valid request body. Please note that this guide assumes that you already know your way around http requests and how to make them in the programming environment you are working with. If that is not the case, you might want to study that before … Read more

Understanding your first response

Once we have successfully made a request to the maintenanceman.nl API Server, we will get a http response with a response body containing the results of our query. For this example we will dissect the response for the request made in the previous post: ‘Setting up your first API request’. It is highly recommended to … Read more

Deep dive one: consequential executions

With more complex assets, you are likely to require some form of aftercare when a certain type of maintenance has taken place. A typical example would be the readjustment of components some time after their first installation as a result of running in. If this is the case, you could add a schedule item in … Read more