action slicebox_get_seriestypes_rules_id_attributes { label: "get_seriestypes_rules_id_attributes" description: "get the list of attributes for the series type rule with the supplied ID." provider: slicebox method: GET path: "/seriestypes/rules/{id}/attributes" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }