Skip to main content
Version: 5.7.0

SysIncrementGroupEntityData

Partial increment of group entity data field items. Partial set of items incremented as specified. Bypasses ownership/ACL checks.

ServiceOperation
groupSYS_INCREMENT_GROUP_ENTITY_DATA

Method Parameters

ParameterDescription
groupIdID of the group
entityIdID of the entity.
jsonDataPartial data map with incremental values.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": null
}