REST API enables you to use service catalog, satisfaction surveys or tasks data from SimplyIT.cloud and connect them with other tools.
We have at the moment ten API calls which enables you use SimplyIT.cloud as master data about services and it’s dependencies, satisfaction surveys and tasks.
Access & generic information
All request point to URL that begins with:
- Free version accounts: REST API is unavailable for the free version of the application.
- Paid and trial accounts https://app.simplyit.cloud/api/v1
Each request must include a User-Agent HTTP header.
You can use your company admin account as username and password to access REST API or you can use your special account for REST API, which you will find on the company settings page.
Response format: The API only supports JSON format in UTF-8 encoding.
Filters
Many parameters can be added to the rest api query to help us filter only the wanted results.
Each request with filter include ? character at the end of the url and followed by parameters for the filter with assigned values. The parameters are separated by the & character. Values can be a free text or a selected value from the given options.
Example:
curl -u username:password -i -H ‘Accept:application/json’ http://app.simplyit.cloud/api/v1/service_components?status=Planned&responsible_user=John
The answer to this request is Service Components that have the status “Planned” and are the responsibility of a user named “John”.
The parameters and possible values are described for each REST API call.
You can find more detailed information in the section for the given category of REST API: