action bigoven_collection_collections { label: "Get the list of current, seasonal recipe collections. From here, you can use the /collection/{id} endpoint to retrieve the recipes in those collections." provider: bigoven method: GET path: "/collections" encoding: json input: { type: "object" properties: { test: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" properties: { Description: { type: "string" } ID: { type: "integer" format: "int32" } IsFiltered: { type: "boolean" } IsSponsored: { type: "boolean" } MobileUrl: { type: "string" } PRO: { type: "boolean" } PhotoUrl: { type: "string" } Results: { type: "array" items: { type: "object" properties: { Category: { type: "string" } CreationDate: { type: "string" format: "date-time" } Cuisine: { type: "string" } HasVideos: { type: "boolean" } IsBookmark: { type: "boolean" } IsPrivate: { type: "boolean" } IsRecipeScan: { type: "boolean" } Microcategory: { type: "string" } PhotoUrl: { type: "string" } Poster: { type: "object" properties: { FirstName: { type: "string" } LastName: { type: "string" } PhotoUrl: { type: "string" } UserID: { type: "integer" format: "int32" } UserName: { type: "string" } } } RecipeID: { type: "integer" format: "int32" } ReviewCount: { type: "integer" format: "int32" } Servings: { type: "number" format: "double" } StarRating: { type: "number" format: "double" } Subcategory: { type: "string" } Title: { type: "string" } TotalTries: { type: "integer" format: "int32" } WebURL: { type: "string" } } } } Title: { type: "string" } Token: { type: "string" } WebUrl: { type: "string" } } } } }