action gov_get_action_package_activity_list_html { label: "Get the activity stream of a package (dataset), HTML format" description: "The activity stream is rendered as a snippet of HTML meant to be included in an HTML pag, i.e it doesn't have any header or footer." provider: gov method: GET path: "/action/package_activity_list_html" encoding: json input: { type: "object" properties: { id: { type: "string" } limit: { type: "integer" } offset: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }