Method: pages.get

  • Retrieve all ClaimReview markup on a specified page using a GET request.

  • Specify the page using the name path parameter in the format pages/{page_id}.

  • The response provides a ClaimReviewMarkupPage object containing the markup details.

  • Authorization requires the https://www.googleapis.com/auth/factchecktools 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

string

The name of the resource to get, in the form of pages/{page_id}.

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