action vimeo_get_portfolios_alt1 { label: "Get all the portfolios that belong to a user" provider: vimeo method: GET path: "/me/portfolios" encoding: json input: { type: "object" properties: { direction: { type: "string" enum: ["asc", "desc"] } page: { type: "number" } per_page: { type: "number" } query: { type: "string" } sort: { type: "string" enum: ["alphabetical", "date"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }