action pims_fetch_all_series { label: "Find all series" provider: pims method: GET path: "/series" encoding: json input: { type: "object" properties: { from_date: { type: "string" } label: { type: "string" } sort: { type: "string" } to_date: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }