action slicebox_get_directorywatches { label: "get_directorywatches" description: "get a list of watch directories. Each watch directory and its sub-directories are watched for incoming DICOM files, which are read and imported into slicebox." provider: slicebox method: GET path: "/directorywatches" encoding: json input: { type: "object" properties: { count: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }