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