Back to index
Summary
Retrieves all sessions for a service account.This command is deprecated and will be removed in the future. |
serviceAccountNameStringoptionalService account name under for which the webhook session needs to be created for. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getSessions( /* optional arguments */ )