case-types
case-types get
Get full details of a specific case type (filters the case-types list response)
Usage
bash
pega case-types get <caseTypeId> [flags]Source endpoint: GET /casetypes — view command source
Arguments
| Argument | Required | Description |
|---|---|---|
caseTypeId | Yes | Case type ID |
Flags
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--format | option | No | json | Output format (json, compact, yaml, table) |
--fields | option | No | Comma-separated top-level fields to include in output | |
--dry-run | boolean | No | Print HTTP request details and exit without executing | |
--quiet | boolean | No | Suppress all stderr progress/warning output | |
--verbose | boolean | No | Emit full HTTP request/response details to stderr | |
--no-cache | boolean | No | Bypass token file cache; perform fresh OAuth exchange | |
--profile | option | No | default | Named config profile |
Examples
sh
pega case-types get Uplus-FS-Work-ProductComplaintcase-types get-action
Get the creation action/view for a case type
Usage
bash
pega case-types get-action <caseTypeId> [flags]Source endpoint: GET /casetypes/{caseTypeID}/actions/{actionID} — view command source
Arguments
| Argument | Required | Description |
|---|---|---|
caseTypeId | Yes | Case type ID |
Flags
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--format | option | No | json | Output format (json, compact, yaml, table) |
--fields | option | No | Comma-separated top-level fields to include in output | |
--dry-run | boolean | No | Print HTTP request details and exit without executing | |
--quiet | boolean | No | Suppress all stderr progress/warning output | |
--verbose | boolean | No | Emit full HTTP request/response details to stderr | |
--no-cache | boolean | No | Bypass token file cache; perform fresh OAuth exchange | |
--profile | option | No | default | Named config profile |
--action | option | Yes | Action ID |
Examples
sh
pega case-types get-action MYAPP-WORK-CASE --action pyStartCasecase-types list
List all available case types in the application
Usage
bash
pega case-types list [flags]Source endpoint: GET /casetypes — view command source
Flags
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--format | option | No | json | Output format (json, compact, yaml, table) |
--fields | option | No | Comma-separated top-level fields to include in output | |
--dry-run | boolean | No | Print HTTP request details and exit without executing | |
--quiet | boolean | No | Suppress all stderr progress/warning output | |
--verbose | boolean | No | Emit full HTTP request/response details to stderr | |
--no-cache | boolean | No | Bypass token file cache; perform fresh OAuth exchange | |
--profile | option | No | default | Named config profile |
Examples
sh
pega case-types listcase-types list-bulk-actions
List bulk actions for a case type (Launchpad only)
Usage
bash
pega case-types list-bulk-actions <caseTypeId> [flags]Arguments
| Argument | Required | Description |
|---|---|---|
caseTypeId | Yes | Case type ID |
Flags
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--format | option | No | json | Output format (json, compact, yaml, table) |
--fields | option | No | Comma-separated top-level fields to include in output | |
--dry-run | boolean | No | Print HTTP request details and exit without executing | |
--quiet | boolean | No | Suppress all stderr progress/warning output | |
--verbose | boolean | No | Emit full HTTP request/response details to stderr | |
--no-cache | boolean | No | Bypass token file cache; perform fresh OAuth exchange | |
--profile | option | No | default | Named config profile |
Examples
sh
pega case-types list-bulk-actions Uplus-FS-Work-Loan