action slicebox_get_filtering_associations { label: "get_filtering_associations" description: "Get a list of source to filter associations." provider: slicebox method: GET path: "/filtering/associations" encoding: json input: { type: "object" properties: { count: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }