action slicebox_get_metadata_series { label: "get_metadata_series" description: "Returns a list of metadata on the series level of the DICOM hierarchy" provider: slicebox method: GET path: "/metadata/series" encoding: json input: { type: "object" properties: { count: { type: "string" } seriestags: { type: "string" } seriestypes: { type: "string" } sources: { type: "string" } startindex: { type: "string" } studyid: { type: "string" } } required: ["studyid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }