Required. The CSS group ID of CSS domains to be listed.
Query parameters
Parameters
pageSize
integer
The maximum number of CSS domains to return. The service may return fewer than this value. If unspecified, at most 50 CSS domains will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageToken
string
A page token, received from a previous csses.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to csses.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
The response message for the csses.list method
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 2025-02-25 UTC."],[[["Lists all CSS domains associated with a specific CSS group ID."],["Allows pagination to retrieve large sets of CSS domains using `pageSize` and `pageToken`."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Returns a list of CSS domain objects and a token for accessing the next page of results, if available."],["Uses a simple GET request with path and query parameters to specify the target CSS group and pagination settings."]]],["This describes how to list CSS domains within a CSS group using the `csses.list` method. The request is a `GET` to `https://shoppingcontent.googleapis.com/content/v2.1/{cssGroupId}/csses`, requiring a `cssGroupId` path parameter. Optional query parameters include `pageSize` (default 50, max 1000) and `pageToken` for pagination. The request body is empty. The response, in JSON, contains an array of `csses` objects and a `nextPageToken` for further pagination. It requires the `https://www.googleapis.com/auth/content` authorization scope.\n"]]