BigOven · Example Payload

Images_Getpendingbyuser

Images

Images_Getpendingbyuser is an example object payload from BigOven, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathtagssummaryparametersresponse

Example Payload

Raw ↑
{
  "operationId": "Images_GetPendingByUser",
  "method": "GET",
  "path": "/recipe/photos/pending",
  "tags": [
    "Images"
  ],
  "summary": "Gets the pending by user.",
  "parameters": [],
  "response": {
    "status": 200,
    "contentType": "application/json",
    "schema": {
      "$ref": "#/components/schemas/API2.Controllers.WebAPI.ImagesController.RecipePhotosResponse"
    }
  }
}