'Retrieve GMB reviews with associated media

I am trying to retrieve the reviews of a GMB location with its associated media.

the endpoint for retrieving reviews (GET https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/reviews/*) returns a list of reviews with the following fields :

{
  "name": string,
  "reviewId": string,
  "reviewer": {
    object (Reviewer)
  },
  "starRating": enum (StarRating),
  "comment": string,
  "createTime": string,
  "updateTime": string,
  "reviewReply": {
    object (ReviewReply)
  }
}

but without any media information.

Do have you have any idea for this ?

thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source