Required. The ID of the managing account. If this parameter is not the same as cssDomainId, then this ID must be a CSS group ID and cssDomainId must be the ID of a CSS domain affiliated with this group.
[[["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."],[],["The core function is to retrieve a single CSS domain using its ID. This is done via a `GET` HTTP request to a specific URL, which includes two required path parameters: `cssGroupId` and `cssDomainId`, both integer strings. The request body must be empty. A successful request returns an instance of `Css` in the response body. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"],null,[]]