GET /url-rating-history

Servers

Query parameters

Name Type Required Description
date_from String Yes

The start date of the historical period in YYYY-MM-DD format.

date_to String No

The end date of the historical period in YYYY-MM-DD format.

output String No

The output format.

Possible values:

  • "csv"
  • "json"
  • "xml"
  • "php"
target String Yes

The target of the search: a domain or a URL.

history_grouping String No

The time interval used to group historical data.

Possible values:

  • "monthly"
  • "weekly"
  • "daily"

Default value: "monthly"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.