action parliament_get_api_v1_rss_bills_id_rss { label: "Returns an Rss feed of a certain Bill." provider: parliament method: GET path: "/api/v1/Rss/Bills/{id}.rss" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int32" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }