action pims_fetch_all_categories { label: "Find all categories" provider: pims method: GET path: "/categories" encoding: json input: { type: "object" properties: { label: { type: "string" } show_ignored: { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }