action slicebox_get_seriestypes_rules { label: "get_seriestypes_rules" description: "get a list of rules for assigning series types to series. A rule connects to a series of attributes with values and a resulting series type. If a series has the required values of the listed attributes, it is assigned to the series type of the rule." provider: slicebox method: GET path: "/seriestypes/rules" encoding: json input: { type: "object" properties: { seriestypeid: { type: "string" } } required: ["seriestypeid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }