action hhs_get_resources_media_id_content { label: "Get content for MediaItem" description: "The actual media content (html, image, etc...)" provider: hhs method: GET path: "/resources/media/{id}/content" encoding: json input: { type: "object" properties: { calledByBuild: { type: "boolean" } id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "string" } }