action unicourt_get_court { label: "Court Object for given courtId." description: "Returns court information for given courtId.\n" provider: unicourt method: GET path: "/masterData/court/{courtId}" encoding: json output: { type: "object" required: ["additionalLevels", "appealCourtsForCourtAPI", "container", "containerType", "courtId", "courtLocationsForCourtAPI", "courtServiceStatusAPI", "courtSystemId", "courtTypeId", "createdDate", "jurisdictionGeoForCourtAPI", "name", "nameAka", "object", "system", "type"] properties: { additionalLevels: { type: "object" required: ["level1", "level2", "level3", "level4", "object"] properties: { level1: { type: "string" } level2: { type: "string" } level3: { type: "string" } level4: { type: "string" } object: { type: "string" } } } appealCourtsForCourtAPI: { type: "string" format: "uri" } container: { type: "string" } containerType: { type: "string" } courtId: { type: "string" } courtLocationsForCourtAPI: { type: "string" format: "uri" } courtServiceStatusAPI: { type: "string" format: "uri" } courtSystemId: { type: "string" } courtTypeId: { type: "string" } createdDate: { type: "string" format: "date-time" description: "The date and time when the Court was first created. This date and time is in UTC. Formatted as YYYY-MM-DD HH:MM:SS." } jurisdictionGeoForCourtAPI: { type: "string" format: "uri" } name: { type: "string" } nameAka: { type: "string" } object: { type: "string" } system: { type: "string" } type: { type: "string" } } } }