- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the processed CSS Products in your CSS Center account. The response might contain fewer items than specified by pageSize. Rely on pageToken to determine if there are more items to be requested.
After inserting, updating, or deleting a CSS product input, it may take several minutes before the updated processed CSS product can be retrieved.
HTTP request
GET https://css.googleapis.com/v1/{parent=accounts/*}/cssProducts
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The account/domain to list processed CSS Products for. Format: accounts/{account} |
Query parameters
Parameters | |
---|---|
page |
The maximum number of CSS Products to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the maximum number of CSS products will be returned. |
page |
A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response message for the cssProducts.list method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"cssProducts": [
{
object ( |
Fields | |
---|---|
css |
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds. |
next |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.