action unicourt_get_case_type_group { label: "CaseType Group for the given CaseType Group Id." description: "Returns CaseType Group for the given CaseType Group Id.\n" provider: unicourt method: GET path: "/masterData/caseTypeGroup/{caseTypeGroupId}" encoding: json output: { type: "object" required: ["areaOfLaw", "areaOfLawId", "caseClass", "caseClassId", "caseTypeGroupId", "createdDate", "name", "object"] properties: { areaOfLaw: { type: "string" } areaOfLawId: { type: "string" } caseClass: { type: "string" } caseClassId: { type: "string" } caseTypeGroupId: { type: "string" } createdDate: { type: "string" format: "date-time" description: "The date and time when it was first created. This date and time is in UTC. Formatted as YYYY-MM-DD HH:MM:SS." } name: { type: "string" } object: { type: "string" } } } }