User Tools

Site Tools


api2:getting_started

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

===Use our REST API=== We designed the Domoscio API in a Restful way, so that your user experience is simple and straightforward. You are able to: * Submit data requires an HTTP POST request * Retrieve data requires an HTTP GET request * Change data requires an HTTP PUT request Requests must be sent using content-type «application/json». The request and response body encoding is always UTF-8.\\ We use a pagination system, in case the response to your GET request is too heavy. You can ask the pagination to order the items thanks to the attributes of this object you are requesting for, defined later in this documentation, in ascending or descending order. To do this, you can send the following parameters to your request:\\ ^ Parameter name ^ Possible values ^ Description ^ | order_by* | id\\ created_at\\ updated_at | the ordering criteria is either the unique identifier on Domoscio's API database, the date of creation, of the date of the last update | | order* | ASC\\ DESC| ASC, id est ascending : the smallest values come first \\ DESC id est descending : the biggest values come first | | page | integer | Number of the page you want to view; 1 by default | * Mandatory parameters ===Create Sandbox Account=== Simply ask us to create your credentials.\\ Now that you have your authentication keys, let us see how to properly authenticate your application to our API. ===Authenticate your app=== We provide two ways to authenticate and communicate with the service: * Basic Access Authentication is a fast way to implement our API. * LTI / OAuth. ==With Authorization header== We use a standard Basic Access Authentication. The Authorization header is constructed as follows: {{api2:authenticate_header.jpg}} ==With URL parameters== You can also pass your authentication key as a token in the URL to authenticate your application: {{api2:authenticate_URL.jpg}} ===Create Production Account=== Get in touch with our IT service whenever you feel ready to go live. We will arrange the setup and get back to you with the details. ===How to construct URLs to access your API environment=== Once your application is authenticated, accessing to your own environment is really simple. All the urls must be constructed as follows: ''[HOST_URL]/[API_VERSION]/instances/[YOUR_INSTANCE_ID]/[ACTION]'' A list of all the actions can be found in this document. The [API_VERSION] is currently “v2” and [HOST_URL] is “http://adaptive-engine.domoscio.com”.

api2/getting_started.1511361907.txt.gz · Last modified: 2017/11/22 15:45 by maries