Clears the checked lines.
POST
/grocerylist/clearcheckedlines
GroceryList
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api2.bigoven.com/grocerylist/clearcheckedlines'
Response Response Example
{
"Items": [
{
"BigOvenObject": "string",
"CreationDate": "2019-08-24T14:15:22Z",
"Department": "string",
"DisplayQuantity": "string",
"GUID": "string",
"IsChecked": true,
"ItemID": 0,
"LastModified": "2019-08-24T14:15:22Z",
"LocalStatus": "string",
"Name": "string",
"Notes": "string",
"RecipeID": 0,
"ThirdPartyURL": "string"
}
],
"LastModified": "2019-08-24T14:15:22Z",
"Recipes": [
{
"Category": "string",
"CreationDate": "2019-08-24T14:15:22Z",
"Cuisine": "string",
"HasVideos": true,
"IsBookmark": true,
"IsPrivate": true,
"IsRecipeScan": true,
"Microcategory": "string",
"PhotoUrl": "string",
"Poster": {
"FirstName": "string",
"LastName": "string",
"PhotoUrl": "string",
"UserID": 0,
"UserName": "string"
},
"RecipeID": 0,
"ReviewCount": 0,
"Servings": 0,
"StarRating": 0,
"Subcategory": "string",
"Title": "string",
"TotalTries": 0,
"WebURL": "string"
}
],
"VersionGuid": "string"
}
Request
None
Responses
Modified at 2023-08-15 06:02:32