Google is a technology company and internet services provider known for search, cloud services, productivity tools, advertising, and developer APIs.
- Base URL:
https://travelpartner.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
travelpartner_accounts_reconciliationreports_get— GET /v3/{name} — Returns a reconciliation report.travelpartner_accounts_freebookinglinksreportvie— GET /v3/{name}/freeBookingLinksReportViews:query — DEPRECATED: Use PropertyPerformanceReportService.QueryPropertyPerformanceReptravelpartner_accounts_participationreportviews_— GET /v3/{name}/participationReportViews:query — Provides the ability to query (get, filter, and segment) a participation reporttravelpartner_accounts_propertyperformancereport— GET /v3/{name}/propertyPerformanceReportViews:query — Provides the ability to query (get, filter, and segment) a property performancetravelpartner_accounts_accountlinks_list— GET /v3/{parent}/accountLinks — Returns the account links for a Hotel Center account.travelpartner_accounts_brands_list— GET /v3/{parent}/brands — Returns the brands for a partner account.
Inputs
apiKey— your google API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: travelpartner_accounts_reconciliationreports_get
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: travelpartner_accounts_reconciliationreports_get, travelpartner_accounts_freebookinglinksreportvie, travelpartner_accounts_participationreportviews_, travelpartner_accounts_propertyperformancereport, travelpartner_accounts_accountlinks_list, travelpartner_accounts_brands_list |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |