getEntityChange

On this page
Back to index

Summary

Retrieves the entity changes.
entityId
Stringoptional
Entity ID.
entityPath
Stringoptional
Entity path.
entityType
Stringoptional
Entity type.
modifiedBy
Stringoptional
User login.
timeSince
Integeroptional
Changes since this time. Timeline: [2010 -> Since -> Until -> now].
timeUntil
Integeroptional
Changes until this time. If omitted, presumed now. Timeline: [2010 -> Since -> Until -> now].

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getEntityChange( /* optional arguments */ )