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."],[[["\u003cp\u003eThis endpoint retrieves a list of all brands accessible to the requesting user.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes brand details and a pagination token for accessing further results if available.\u003c/p\u003e\n"],["\u003cp\u003eRequesting with \u003ccode\u003epageSize\u003c/code\u003e set to \u003ccode\u003e0\u003c/code\u003e allows the server to determine the number of results returned.\u003c/p\u003e\n"]]],[],null,["# Method: brands.list\n\nLists all the brands accessible to the user making the request.\n\n\u003cbr /\u003e\n\n| **Note** : This method always sets `pageSize` to `0`.\n\n\u003cbr /\u003e\n\n### HTTP request\n\n`GET https://businesscommunications.googleapis.com/v1/brands`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` 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. |\n| `pageToken` | `string` The nextPageToken value returned from a previous List request, if any. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nA list of brands.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"brands\": [ { object (/business-communications/business-messages/reference/business-communications/rest/v1/brands#Brand) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `brands[]` | `object (`[Brand](/business-communications/business-messages/reference/business-communications/rest/v1/brands#Brand)`)` List of brand information. |\n| `nextPageToken` | `string` The pagination token to retrieve the next page of results. If the value is \"\", it means no further results for the request. |"]]