Gets the pending by user.
GET
/recipe/photos/pending
Images
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.bigoven.com/recipe/photos/pending'
Response Response Example
{
"ResultCount": 0,
"Results": [
{
"Caption": "string",
"CreationDate": "string",
"ImageID": 0,
"IsPrimary": true,
"MaxImageSquare": 0,
"PhotoUrl": "string",
"Poster": {
"FirstName": "string",
"LastName": "string",
"PhotoUrl": "string",
"UserID": 0,
"UserName": "string"
}
}
]
}
Request
None
Responses
Modified at 2023-08-15 06:02:32
Previous
POST: /image/avatar
Testing with Postman (validated 11/20/2015):
1) Remove the Content-Type header; add authentication information
2) On the request, click Body and choose "form-data", then add a line
Next
POST: /recipe/{recipeId}/image?lat=42&lng=21&caption=this%20is%20my%20caption
Note that caption, lng and lat are all optional, but must go on the request URI as params because this endpoint
needs a multip