getEntityChangeDetails

Back to index

Summary

Retrieves the differences between entities.
entityId
UUIDrequired
Entity ID.
entityType
Stringrequired
Entity type.
revisionNumber
Integerrequired
Revision number.

Usage

Perl

$cmdr->getEntityChangeDetails( "test-entityId", # entityId "test-entityType", # entityType "test-revisionNumber" # revisionNumber );

ectool

ectool getEntityChangeDetails \ "test-entityId" `# entityId` \ "test-entityType" `# entityType` \ "test-revisionNumber" `# revisionNumber`

Examples

Perl

$cmdr->getEntityChangeDetails("4fa914dd-73f1-11e3-b67e-b0a420524153", "Process", "4");

ectool

ectool getEntityChangeDetails "4fa914dd-73f1-11e3-b67e-b0a420524153" "Process" "4"