- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- ApiPlaybookCard
- PlaybookType
- Try it!
Full name: projects.locations.instances.legacyPlaybooks.legacyGetEnabledWFCards
Get enabled workflow cards. Returns the list of enabled workflows (playbooks).
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the enabled WFCards for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "caseEnvironment": string } |
Fields | |
---|---|
caseEnvironment |
Optional. The environment to get the enabled WFCards for. |
Response body
LegacyPlaybookGetEnabledWFCardsResponse is a response for getting the enabled WFCards.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
Optional. The enabled WFCards. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
ApiPlaybookCard
ApiPlaybookCard represents a playbook card.
JSON representation |
---|
{
"playbookName": string,
"description": string,
"playbookType": enum ( |
Fields | |
---|---|
playbookName |
Required. PlaybookName is the name of the playbook. |
description |
Optional. Description is the description of the playbook. |
playbookType |
Required. PlaybookType is the type of the playbook. |
originalWorkflowDefinitionIdentifier |
Required. OriginalWorkflowDefinitionIdentifier is the original workflow definition identifier. |
workflowDefinitionIdentifier |
Required. WorkflowDefinitionIdentifier is the workflow definition identifier. |
isDebugMode |
Optional. IsDebugMode indicates if the playbook is in debug mode. |
PlaybookType
Playbook types to filter the workflow menu cards by.
Enums | |
---|---|
PLAYBOOK_TYPE_UNSPECIFIED |
Unspecified playbook type. |
REGULAR |
Regular playbook type. |
NESTED |
Nested playbook type. |