Documentation
Movenium REST API can be used to fetch and manipulate any data in Movenium services.
First thing you need to do is to get username and password. If you don't already have those you can create a new service from here.
Base url for this api is https://api.movenium.com/1.1/
(request to base url returns only redirect to this manual). Http protocol cannot be used. You need to get an access token
by logging in and with it you can start using other api functionalities.
Most of the actions can be used by sending http requests to BaseURL/<form>
.
For example:
GET https://api.movenium.com/1.1/worktimes headers: Authorization: Bearer <access token>
All the usable forms in the current service can be fetched with request BaseURL/forms
. It returns also all the objects in every form.
A single user is allowed to make 1000 requests per hour. If you need more quota please contact support@movenium.com
Used API version is selected by adding version number into baseURL.