action letmc_get_v2_tier2_short_name_area_areas_area_id { label: "Get a specific area given its unique Object ID (OID)" provider: letmc method: GET path: "/v2/tier2/{shortName}/area/areas/{areaID}" encoding: json input: { type: "object" properties: { areaID: { type: "string" } shortName: { type: "string" } } required: ["areaID", "shortName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }