action bigoven_images_get_pending_by_user { label: "Gets the pending by user." provider: bigoven method: GET path: "/recipe/photos/pending" encoding: json output: { type: "object" properties: { ResultCount: { type: "integer" format: "int32" description: "Gets or sets the result count." } Results: { type: "array" description: "Gets or sets the results." items: { type: "object" properties: { Caption: { type: "string" } CreationDate: { type: "string" } ImageID: { type: "integer" format: "int64" } IsPrimary: { type: "boolean" } MaxImageSquare: { type: "integer" format: "int32" } PhotoUrl: { type: "string" } Poster: { type: "object" properties: { FirstName: { type: "string" } LastName: { type: "string" } PhotoUrl: { type: "string" } UserID: { type: "integer" format: "int32" } UserName: { type: "string" } } } } } } } } }