action unicourt_get_case_type { label: "CaseType Object for given Case Type Id." description: "CaseType Object for the given Case Type Id.\n" provider: unicourt method: GET path: "/masterData/caseType/{caseTypeId}" encoding: json output: { type: "object" required: ["areaOfLaw", "areaOfLawId", "caseClass", "caseClassId", "caseTypeGroup", "caseTypeGroupId", "caseTypeId", "caseTypeTag", "createdDate", "name", "object", "saliCode"] properties: { areaOfLaw: { type: "string" } areaOfLawId: { type: "string" } caseClass: { type: "string" } caseClassId: { type: "string" } caseTypeGroup: { type: "string" } caseTypeGroupId: { type: "string" } caseTypeId: { type: "string" } caseTypeTag: { 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" } saliCode: { type: "string" } } } }