Build the API feeds

 

Data Query

To create your API feeds, you need an access to Data Query. If you don’t have one, please contact your administrator.

 

Rest API format

Our Data API can be reached at the following endpoint:

https://apirest.atinternet-solutions.com/data/v2/getData?querystring

Please refer to this note if you’re using SSO to login to AT Internet services.

The parameters entered into the URL (querystring) allow you to accurately define the data to be retrieved as well as the perimeter in question.
It is also possible to select among 3 data output formats by indicating either “xml” (example below), “json” or “html” in the call header, using the following format:

Accept: application/json
Accept: application/xml
Accept: application/html

By default, the selected format is json.

 

Protocol: HTTP GET

All calls are made by HTTP requests using the GET method.
With a single URL and http-basic authentication you will be able to retrieve all of the information about your site to make the most of this data.

Last update: 22/01/2019