AI-generated Key Takeaways
-
The GET method is used to retrieve all
ClaimReview
markup on a page. -
The request utilizes gRPC Transcoding syntax and includes a
name
path parameter specifying the resource in the formatpages/{page_id}
. -
The request body must be empty, and a successful response will contain an instance of
ClaimReviewMarkupPage
. -
Authorization requires the
https://www.googleapis.com/auth/factchecktools
OAuth scope.
Get all ClaimReview
markup on a page.
HTTP request
GET https://factchecktools.googleapis.com/v1alpha1/{name=pages/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
The name of the resource to get, in the form of |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ClaimReviewMarkupPage
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/factchecktools