action unicourt_get_judge_type { label: "Judge Type Object for the given judgeTypeId." description: "Judge Type Object for the given judgeTypeId.\n" provider: unicourt method: GET path: "/masterData/judgeType/{judgeTypeId}" encoding: json output: { type: "object" required: ["createdDate", "judgeTypeId", "name", "object"] properties: { 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." } judgeTypeId: { type: "string" } name: { type: "string" } object: { type: "string" } } } }