Skip to content

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 /casetypesview command source

Arguments

ArgumentRequiredDescription
caseTypeIdYesCase type ID

Flags

FlagTypeRequiredDefaultDescription
--formatoptionNojsonOutput format (json, compact, yaml, table)
--fieldsoptionNoComma-separated top-level fields to include in output
--dry-runbooleanNoPrint HTTP request details and exit without executing
--quietbooleanNoSuppress all stderr progress/warning output
--verbosebooleanNoEmit full HTTP request/response details to stderr
--no-cachebooleanNoBypass token file cache; perform fresh OAuth exchange
--profileoptionNodefaultNamed config profile

Examples

sh
pega case-types get Uplus-FS-Work-ProductComplaint

case-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

ArgumentRequiredDescription
caseTypeIdYesCase type ID

Flags

FlagTypeRequiredDefaultDescription
--formatoptionNojsonOutput format (json, compact, yaml, table)
--fieldsoptionNoComma-separated top-level fields to include in output
--dry-runbooleanNoPrint HTTP request details and exit without executing
--quietbooleanNoSuppress all stderr progress/warning output
--verbosebooleanNoEmit full HTTP request/response details to stderr
--no-cachebooleanNoBypass token file cache; perform fresh OAuth exchange
--profileoptionNodefaultNamed config profile
--actionoptionYesAction ID

Examples

sh
pega case-types get-action MYAPP-WORK-CASE --action pyStartCase

case-types list

List all available case types in the application

Usage

bash
pega case-types list [flags]

Source endpoint: GET /casetypesview command source

Flags

FlagTypeRequiredDefaultDescription
--formatoptionNojsonOutput format (json, compact, yaml, table)
--fieldsoptionNoComma-separated top-level fields to include in output
--dry-runbooleanNoPrint HTTP request details and exit without executing
--quietbooleanNoSuppress all stderr progress/warning output
--verbosebooleanNoEmit full HTTP request/response details to stderr
--no-cachebooleanNoBypass token file cache; perform fresh OAuth exchange
--profileoptionNodefaultNamed config profile

Examples

sh
pega case-types list

case-types list-bulk-actions

List bulk actions for a case type (Launchpad only)

Usage

bash
pega case-types list-bulk-actions <caseTypeId> [flags]

Arguments

ArgumentRequiredDescription
caseTypeIdYesCase type ID

Flags

FlagTypeRequiredDefaultDescription
--formatoptionNojsonOutput format (json, compact, yaml, table)
--fieldsoptionNoComma-separated top-level fields to include in output
--dry-runbooleanNoPrint HTTP request details and exit without executing
--quietbooleanNoSuppress all stderr progress/warning output
--verbosebooleanNoEmit full HTTP request/response details to stderr
--no-cachebooleanNoBypass token file cache; perform fresh OAuth exchange
--profileoptionNodefaultNamed config profile

Examples

sh
pega case-types list-bulk-actions Uplus-FS-Work-Loan