Edit in GitHubLog an issue

Server Call estimate endpoint

The Server Call estimate endpoint calculates the number of Server Calls for the given Report Suite and date range provided. It also returns a validationToken, which is required to use the Job endpoint.

This endpoint requires two query string parameters:

  • dateRangeStart: The start of the date range that you would like to repair.
  • dateRangeEnd: The last day of the date range that you would like to repair (inclusive). You cannot include the current month as part of your date range.

The date range is based on the time zone of the Report Suite.

GET https://analytics.adobe.io/api/{GLOBALCOMPANYID}/datarepair/v1/{RSID}/serverCallEstimate?dateRangeStart={YYYY-MM-DD}&dateRangeEnd={YYYY-MM-DD}

Copied to your clipboard
curl -X GET "https://analytics.adobe.io/api/{GLOBALCOMPANYID}/datarepair/v1/examplersid/serverCallEstimate?dateRangeStart={YYYY-03-28}&dateRangeEnd={YYYY-03-29}" \
-H "Authorization: Bearer {ACCESS_TOKEN}" \
-H "x-api-key: {API_KEY/CLIENT_ID}"

Once you receive a validationToken, you can start formulating the call to make to the Data Repair API. See Job definition reference to establish the desired data repair job variables, actions, and filters.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.