AI-generated Key Takeaways
-
Retrieves a list of reconciliation report names for a specified account within a given date range.
-
Request must be a GET request to the specified endpoint with account ID in the path.
-
Start and end dates for filtering reports can be provided as query parameters.
-
Response includes an array of reconciliation report names, excluding content and file name details.
-
Requires authorization with the
https://www.googleapis.com/auth/travelpartner
scope.
Returns a list of the names of created reconciliation reports.
HTTP request
GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/reconciliationReports
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The resource name of the account being queried. The format is |
Query parameters
Parameters | |
---|---|
startDate |
Beginning of date range to fetch files for. Format is yyyy-MM-dd[THH[:mm[:SS]]]. If empty, reports from the beginning of time onwards are fetched. |
endDate |
End of date range to fetch files for. Format is yyyy-mm-dd[THH[:MM[:SS]]]. If empty, reports until the end of time are fetched. |
Request body
The request body must be empty.
Response body
Response message for ReconciliationReportService.ListReconciliationReports
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"reconciliationReports": [
{
object ( |
Fields | |
---|---|
reconciliationReports[] |
The list of names of reconciliation reports. Note that the |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.