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.
request
Stringrequired
This parameter and the value displayed are required; request=getObjects must appear in your query string.
includeAccess
Booleanoptional
True to fetch their access maps as well.
includeLatestRevision
Booleanoptional
Include the latest revision data for versioned objects.
objectIds
Stringoptional
List of object IDs of interest.
selects
Stringoptional
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( request: "test-request" /* optional arguments */ )