getEntityChangeDetails

On this page
Back to index

Summary

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

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getEntityChangeDetails( entityId: "test-entityId", entityType: "test-entityType", revisionNumber: "test-revisionNumber" )