1. Object types

Selection patch

Parameters

ParameterTypeDescription
operationStringThe operation that needs to be executed. The value can be either add or remove
valueArray. LongAn array containing the id's of the entities on which the operation applies

Examples

{
  operation: "add",
  value: [ 6191, 6289 ]
}
If you have suggestions for improving this article, let us know!