action unicourt_get_cause_of_action { label: "CauseOfAction Object for the given causeOfActionId." description: "CauseOfAction Object for the given causeOfActionId.\n" provider: unicourt method: GET path: "/masterData/causeOfAction/{causeOfActionId}" encoding: json output: { type: "object" required: ["causeOfActionGroup", "causeOfActionGroupId", "causeOfActionId", "createdDate", "name", "object"] properties: { causeOfActionGroup: { type: "string" } causeOfActionGroupId: { type: "string" } causeOfActionId: { 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" } } } }