Basic of Easit GO WebAPI
GET
Request
A GET requests body for receiving items from Easit GO looks like this.
1 2 3 |
|
1 2 3 4 5 6 7 8 |
|
Response
A response for a GET request will follow this structure.
1 2 3 4 5 6 7 8 9 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
POST
Request
A POST requests body for sending items to EasitGO looks like this.
1 2 3 4 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
Response
A response for a GET request will follow this structure.
1 2 3 4 5 6 7 8 9 10 |
|
1 2 3 4 5 6 7 8 9 10 |
|
Views (itemViewIdentifier)
A view (itemViewIdentifier) is configured in EasitGO by giving it an identifier and selecting a item view. The item view supplies the view with items and the data from those items. You cannot get any other data than the one visually present while looking at the item view in Easit GO.
More information about can be found on docs.easitgo.com.
Importhandler (importHandlerIdentifier)
A importhandler (importHandlerIdentifier) is configured in Easit GO by giving it an name, identifier and the "steps"/functions required to process received data as desired. In a nutshell, the importhandler decides what to do with the data we send to Easit GO.
More information about what functions are available and how to configure a importhandler can be found on docs.easitgo.com.