BigOven · Example Payload

Me_Getoptions

Me

Me_Getoptions 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": "Me_GetOptions",
  "method": "GET",
  "path": "/me/preferences/options",
  "tags": [
    "Me"
  ],
  "summary": "Gets the options.",
  "parameters": [],
  "response": {
    "status": 200,
    "contentType": "application/json",
    "schema": {
      "$ref": "#/components/schemas/API2.Controllers.WebAPI.MeController.PreferenceOptions"
    }
  }
}