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.