A Standard Interaction uses the Standard APIs offered by The Qliktag Platform. The Standard APIs are a set of RESTful APIs for interacting with Things. APIs to GET, POST, PUT, PATCH and DELETE are available.
The GET API retrieves the Thing including all its attributes and returns as a JSON structure.
The POST API creates a new Thing allowing one to pass in all the attributes
The PUT API allows one to replace an existing Thing
The PATCH API allows one to modify an existing Thing
The DELETE API allows one to delete an existing Thing
All the other forms of Digital Interactions ultimately rely on the Standard APIs