AI-generated Key Takeaways
-
Retrieves the status of a previously uploaded feed by a specified aggregator.
-
Uses the HTTP GET method and requires a feed resource name as a path parameter.
-
Request body should be empty, and a successful response includes a FeedStatus object.
-
Requires authorization with the
https://www.googleapis.com/auth/mapsbooking
scope.
Retrieves the Status
of a previously uploaded feed by the specified aggregator, and returns it.
HTTP request
GET https://mapsbooking.googleapis.com/v1alpha/inventory/{name=partners/*/feeds/*/*}/status
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
The feed resource name, which has the format of
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of FeedStatus
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/mapsbooking