This RESTful API allows developers to access user functions in HBOspiegel.nl programmatically. The access to the API is granted to anyone with a valid user account to the HBOspiegel.nl. All access rights linked to that account will also apply to any actions carried out via the API. API calls must be used providing a X-API-KEY header with each request. If you log on the site your personal key will be provided on this page. Alternatively a working key can also be requested using the API, however it is not recommended to store your credentials in application code.
In case a new API version is made available you will be notified on the email address of the user account you are using to access the API.
The API provides Json only and supports only GET and POST request. All requests will be answered with a HTTP 200 status header. All response bodies will be wrapped in a status layer.
{ "status": 200, "message": "ok" }The requested payload will be provided in the "data" attribute. Some responses deliver additional metadata which will be placed outside the data container.
{ "status": 200, "message": "ok", "data": { Any data goes here }, "meta": "data" }
All requests require a x-api-key header. A working key can be requested using the API. Keys will expire in 30 days or when a new key is requested.
Keys will be valid for approximately 30 days. Once an key expires it can still be used to renew it. If a key is renewed the old key is removed.
Gives you a list of available inquiries. The maximum number of results returned is 15, the total number of items mathching the search wil be returned as well.
This get details about a single inquiry.
This copy's an existing inquiry.
This get details about the inquiry labels.
This creates new access link(s) for inquiry external access.
This get details about the inquiry questions.
This gets the aggregated result of the inquiry.
This gets the raw result data of the inquiry. You can should to have the data grouped by question or by respondent.
This gets the raw result data of the inquiry. You can should to have the data grouped by question or by respondent.
This get details about the inquiry groups.
This get details about a single inquiry group.
This get details about the inquiry group labels. Inquiry labels with no value will not be listed here.
This methods get response details for each respondent in group.
Via this call a new inquiry group can be created.
This gets all available scales.
This get details about a single scale.
Gets deeplink for current user.