action unicourt_get_area_of_law { label: "AreaOfLaw Object for the given AreaOfLaw Id." description: "AreaOfLaw Object for the given AreaOfLaw Id.\n" provider: unicourt method: GET path: "/masterData/areaOfLaw/{areaOfLawId}" encoding: json output: { type: "object" required: ["areaOfLawId", "caseClass", "caseClassId", "createdDate", "name", "object"] properties: { areaOfLawId: { type: "string" } caseClass: { type: "string" } caseClassId: { 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" } } } }