Returns an array of MenuItem objects containing
information about the items and modifiers available from a
restaurant. If a lastModified date is specified, returns all
objects that were created or modified after that date.
| lastModified | string <date-time> Limits the return data to objects created or modified after
a specific date and time. For example:
|
| pageToken | string A string that identifies the set of data objects that the
endpoint will return in its response data. You can use this
parameter to retrieve one page of response data. You
get the value that you supply in the |
Returns an array of MenuItem objects.
curl -i -X GET \ 'https://toast-api-server/config/v2/menuItems?lastModified=2019-08-24T14%3A15%3A22Z&pageToken=string' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
[- {
- "guid": "string",
- "entityType": "string",
- "externalId": "string",
- "name": "string",
- "calories": 0,
- "sku": "string",
- "plu": "string",
- "orderableOnline": "YES",
- "visibility": "ALL",
- "type": "NONE",
- "optionGroups": [
- {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
], - "inheritOptionGroups": true,
- "images": [
- {
- "url": "string"
}
], - "unitOfMeasure": "NONE",
- "inheritUnitOfMeasure": true
}
]