The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID.
buildingId
string
The unique ID of the building to retrieve.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Building.
[[["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-08-22 UTC."],[[["Retrieves details about a specific building within a Google Workspace account using its unique ID."],["Requires authorization using specific OAuth scopes related to calendar resources or admin directory access."],["Sends an HTTP GET request to a designated URL, including customer ID and building ID as path parameters."],["Returns a `Building` object containing the building's details if the request is successful."],["No request body is required for this operation."]]],[]]