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