Getting StartedΒΆ
Here is a quick guide to our API.
A new GET request is available to the machine status building block that returns the last event registered for that machine. The machine state can only be changed through POST requests of machine events, and the event_id allows us to backtrack through the reports of the defects and solutions BB to find out what solutions where tried for a specific defect.
To get the last event of a specific machine do a GET request to /api/machine/:id/last_event.