action slicebox_get_seriestypes { label: "get_seriestypes" description: "get a list of all added series types. By filtering search results for certain series types, it is easier for applications to ensure that they read images of applicable types." provider: slicebox method: GET path: "/seriestypes" encoding: json input: { type: "object" properties: { count: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }