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