Specify the maximum number of results to be returned by the server. The server may further constrain the maximum number of results returned in a single page. If the pageSize is 0, the server will decide the number of results to be returned.
pageToken
string
The nextPageToken value returned from a previous List request, if any.
Request body
The request body must be empty.
Response body
A list of brands.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[[["This webpage details how to retrieve a list of all brands accessible to the user via an HTTP GET request."],["The request URL for retrieving the list of brands is `https://businesscommunications.googleapis.com/v1/brands` using gRPC Transcoding syntax."],["The `pageSize` query parameter determines the number of results returned, but setting it to `0` lets the server decide."],["The `nextPageToken` query parameter allows retrieval of subsequent pages of results from previous requests."],["A successful response will contain a list of brand information objects and a `nextPageToken` for further pagination, if applicable."]]],[]]