action letmc_county_controller_get_counties_branches { label: "A collection of branches that manage a specific county" provider: letmc method: GET path: "/v2/tier2/{shortName}/county/counties/{countyID}/branches" encoding: json input: { type: "object" properties: { count: { type: "string" } countyID: { type: "string" } offset: { type: "string" } shortName: { type: "string" } } required: ["count", "countyID", "offset", "shortName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }