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