Method: inventory.partners.feeds.status.list

Retrieves the Status of multiple previously uploaded merchant, service, or availability feeds by the specified aggregator, and returns them.

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
  • partners/{partner_id}/feeds/services
  • partners/{partner_id}/feeds/availability

Query parameters

Parameters
pageSize

integer

The maximum number of items to return.

pageToken

string

The nextPageToken value returned from a previous List request, if any.

stateRestrict

enum (State)

Optional restrict to filter results by feed state.

timeRangeRestrict

object (TimeRange)

Optional restrict to filter results by upper and lower bound. If startTime is unset, it will default to beginning of unix time. If endTime is unset, it will default to now.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

The request to retrieve the Status for multiple feeds uploaded by the aggregator's platform.

JSON representation
{
  "status": [
    {
      object (FeedStatus)
    }
  ],
  "nextPageToken": string
}
Fields
status[]

object (FeedStatus)

Reverse chronological list of statuses for uploaded feeds. The maximum number of items returned is based on the pageSize field in the request.

nextPageToken

string

Token to retrieve the next page of results. There are no more results in the list if empty.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/mapsbooking