Full name: projects.locations.instances.legacyPlaybooks.legacyGetWorkflowMenuCards
Get legacyGetWorkflowMenuCards returns a list of the existing playbook cards.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the workflow menu cards for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"legacyPayload": [
enum ( |
Fields | |
---|---|
legacyPayload[] |
Required. Playbook types to filter the workflow menu cards by. |
Response body
LegacyPlaybookGetWorkflowMenuCardsResponse is a response for getting the workflow menu cards.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
Optional. The workflow menu cards. add workflow menu cards description |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
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. |