A.1 Assumptions and Notes
The following assumptions and notes should be considered for the Generic Event Information section of the API.
- Section Names or Object Names must be provided for all elements which are of type
Object or Array. For example, the following JSON without a section Name will not be
supported:
{ "Name": "ASK", "Work": "IT" }
- Supports 2 levels of Arrays for Simple Objects (Main JSON Object->Array1->Array2). Similarly, for the Array Object, it will be Main Array Object->Array1->Array2.
- Supports simple object inside Array, but this is a rare case where we use any
objects inside object. Use array where all single objects can pass it as Array.
Else, it as good as normal key value attributes to the parent
object:
[ { "Name": "ASK", "Work": "IT" } ]
- For generic entity JSON structures for the Array Type JSON which is depicted as Table on the UI, the order in which the columns are shown is random.