action slicebox_get_metadata_flatseries { label: "get_metadata_flatseries" description: "Returns a list of flattened metadata on the patient, study and series levels" provider: slicebox method: GET path: "/metadata/flatseries" encoding: json input: { type: "object" properties: { count: { type: "string" } filter: { type: "string" } orderascending: { type: "string" } orderby: { type: "string" } seriestags: { type: "string" } seriestypes: { type: "string" } sources: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }