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