action unicourt_get_attorney_representation_type { label: "Attorney Representation Type Object for the given attorneyRepresentationTypeId." description: "Returns Attorney Representation Type Object for the given attorneyRepresentationTypeId.\n" provider: unicourt method: GET path: "/masterData/attorneyRepresentationType/{attorneyRepresentationTypeId}" encoding: json output: { type: "object" required: ["attorneyRepresentationTypeId", "createdDate", "name", "object"] properties: { attorneyRepresentationTypeId: { 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" } } } }