This developer guide provides steps for performing various operations in the Adobe Experience Platform Query Service API.
This guide requires a working understanding of the various Adobe Experience Platform services involved with using Query Service.
The following sections provide additional information that you will need to know in order to successfully use Query Service using the API.
ここでは、リクエストの形式を説明するために API 呼び出しの例を示します。これには、パス、必須ヘッダー、適切に書式設定されたリクエストペイロードが含まれます。また、API レスポンスで返されるサンプル JSON も示されています。このドキュメントでサンプル API 呼び出しに使用される表記規則について詳しくは、 トラブルシューティングガイドのサンプル API 呼び出しの読み方に関する節を参照してください。Experience Platform
In order to make calls to Experience Platform APIs, you must first complete the authentication tutorial. Completing the authentication tutorial provides the values for each of the required headers in all Platform API calls, as shown below:
Bearer {ACCESS_TOKEN}
{API_KEY}
{IMS_ORG}
All resources in Experience Platform are isolated to specific virtual sandboxes. All requests to Platform APIs require a header that specifies the name of the sandbox in which the operation will take place:
{SANDBOX_NAME}
For more information on working with sandboxes in Experience Platform, see the sandboxes overview documentation.
Now that you understand what headers to use, you are ready to begin making calls to the Query Service API. The following documents walk through the various API calls you can make using the Query Service API. 各サンプル呼び出しには、一般的な API 形式、必要なヘッダーを示すサンプルリクエスト、サンプルの応答が含まれています。
Now that you have learned how to make calls using the Query Service API, you can create your own non-interactive queries. クエリの作成方法について詳しくは、SQL リファレンスガイドを参照してください。