searchEntityChange

On this page
Back to index

Summary

Searches for entity changes.
request
Stringrequired
This parameter and the value displayed are required; request=search must appear in your query string.
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.searchEntityChange( request: "test-request" /* optional arguments */ )