Method: inventory.partners.feeds.getStatus
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 |
string
The feed resource name, which has the format of
partners/{partner_id}/feeds/merchants/{fileName}
partners/{partner_id}/feeds/services/{fileName}
partners/{partner_id}/feeds/availability/{fileName}
|
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
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 2024-10-17 UTC.
[null,null,["Last updated 2024-10-17 UTC."],[[["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."]]],[]]