Method: sites.get
Stay organized with collections
Save and categorize content based on your preferences.
Gets a site's Abusive Experience Report summary.
HTTP request
GET https://abusiveexperiencereport.googleapis.com/v1/{name=sites/*}
The URL uses gRPC Transcoding
syntax.
Path parameters
Parameters |
name
|
string
Required. The name of the site whose summary to get, e.g. sites/http%3A%2F%2Fwww.google.com%2F
.
Format: sites/{site}
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SiteSummaryResponse
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-09-18 UTC.
[[["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 2023-09-18 UTC."],[[["\u003cp\u003eThis page provides details on how to retrieve a site's Abusive Experience Report summary via an HTTP GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe required request URL follows a specific format: \u003ccode\u003eGET https://abusiveexperiencereport.googleapis.com/v1/{name=sites/*}\u003c/code\u003e which uses gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eA required path parameter, \u003ccode\u003ename\u003c/code\u003e, must be provided in the request URL, formatted as \u003ccode\u003esites/{site}\u003c/code\u003e, and corresponds to the site whose summary is being requested.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be left empty, as no data needs to be sent in the body of the request.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return a response body containing an instance of the \u003ccode\u003eSiteSummaryResponse\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content describes how to retrieve a site's Abusive Experience Report summary. The key action is making a `GET` request to the specified URL: `https://abusiveexperiencereport.googleapis.com/v1/{name=sites/*}`. The `name` path parameter, a string, is mandatory and represents the site's identifier (e.g., `sites/http%3A%2F%2Fwww.google.com%2F`). The request body must be empty. A successful response will contain the site's summary in the `SiteSummaryResponse` format. The URL follows gRPC Transcoding syntax.\n"],null,["# Method: sites.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Try it!](#try-it)\n\nGets a site's Abusive Experience Report summary.\n\n### HTTP request\n\n`GET https://abusiveexperiencereport.googleapis.com/v1/{name=sites/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the site whose summary to get, e.g. `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}` |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [SiteSummaryResponse](/abusive-experience-report/v1/reference/rest/v1/sites#SiteSummaryResponse)."]]