Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldTypeData
filterStringThe applied filter. This is reserved for future use.
limitStartIntegerThe first record index. Currently 0, reserved for future use.
limitPageSizeIntegerThe number of records. -1 indicates all records. Reserved for future use.
recordsAcdEvent CockpitVariable []An array of Cockpit Variables.
countIntegerThe number of records returned.
orderByStringThe field used to sort the records. 
ascendingBooleanWhether the array of records is sorted ascending or descending.
statusIntegerThe return code (also provided by the http status code).

...

A JSON Structure containing the following fields:

FieldTypeData
recordsAcdEvent CockpitVariable []An array of CockpitVariables containing one CockpitVariable.
countInteger1
statusIntegerThe return code (also provided by the http status code).

...

If the request is performed, 200 OK is returned. See The result value should be checked, to see the actual result of the operation. See also Return Codes for further possible status codes.

...