Table of Contents

Logging

To add a log record, use the command item/add_log_record:

svc=item/add_log_record&params={"itemId":<long>,
				"action":<text>,
				"newValue":<text>,
				"oldValue":<text>}

Parameters

Name Description
itemId item ID
action action (see the list below)
newValue new value
oldValue old value

List of available actions:

Response

{}	/* empty object if execution successful, if not - error code */