get_case_types
Retrieves a list of available case types a user can create in a Pega application. Returns class IDs to use when creating cases, with automatic discovery of required fields.
Instructions
Get list of case types that the user can create in the application. Use returned classID as caseTypeID in create_case. create_case automatically discovers required fields if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionCredentials | No | Optional session-specific credentials. If not provided, uses environment variables. Supports two authentication modes: (1) OAuth mode - provide baseUrl, clientId, and clientSecret, or (2) Token mode - provide baseUrl and accessToken. |