getObjects

On this page
Back to index

Summary

Retrieves a list of full objects based on object IDs returned by findJobSteps or findObjects. All requested objects must be of the same objectType. See findObjects for a list of object types.
includeAccess
Booleanoptional
True to fetch their access maps as well.
includeLatestRevision
Booleanoptional
Include the latest revision data for versioned objects.
objectIds
Array<Unknown>optional
List of object IDs of interest.
selects
Array<Select>optional
Custom properties to project into the query results.

Usage

Groovy

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