- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- HistoryEntry
Lists history entries for a brand.
HTTP request
GET https://foodorderingaiagent.googleapis.com/v1/{parent=projects/*/locations/*/brands/*}:listHistory
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The brand to list history for. Format: projects/{project}/locations/{location}/brands/{brand} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of history entries to return. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. A filter expression to filter the results. Supported filters: - |
Request body
The request body must be empty.
Response body
Response message for MenuService.ListBrandHistory.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"brandHistory": [
{
object ( |
| Fields | |
|---|---|
brandHistory[] |
The history entries. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
HistoryEntry
History entry for a resource revision.
| JSON representation |
|---|
{ "commitTime": string, "createdBy": string, "revisionName": string, "resourceType": string, // Union field |
| Fields | |
|---|---|
commitTime |
The time the revision was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
createdBy |
The user or service that created the revision. |
revisionName |
The full resource name of the revision. |
resourceType |
The type of the base resource (e.g., "Brand", "Store", "ChannelConfig"). |
Union field resource_revision. The resource revision. resource_revision can be only one of the following: |
|
brand |
The brand at the time of the commit. |
store |
The store at the time of the commit. |
channelConfig |
The channel config at the time of the commit. |
configApplicationRule |
The config application rule at the time of the commit. |