Back to index
Summary
Retrieves a list of full objects based on object IDs returned byfindJobSteps
or findObjects
. All requested objects must be of the same objectType
. See findObjects
for a list of object types.includeAccessBooleanoptionalTrue to fetch their access maps as well. includeLatestRevisionBooleanoptionalInclude the latest revision data for versioned objects. objectIdsArray<Unknown>optionalList of object IDs of interest. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getObjects( /* optional arguments */ )