action unicourt_get_charge_additional_data { label: "Charge Additional Data Object for the given chargeAdditionalDataId." description: "Charge Additional Data Object for the given chargeAdditionalDataId.\n" provider: unicourt method: GET path: "/masterData/chargeAdditionalData/{chargeAdditionalDataId}" encoding: json output: { type: "object" required: ["chargeAdditionalDataId", "createdDate", "object", "type", "value"] properties: { chargeAdditionalDataId: { 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." } object: { type: "string" } type: { type: "string" } value: { type: "string" } } } }