action gov_get_action_organization_activity_list_html { label: "Get the activity stream of an organization, HTML format" description: "Return an organization's activity stream as HTML" provider: gov method: GET path: "/action/organization_activity_list_html" encoding: json input: { type: "object" properties: { id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }