GET /zones/{zone_id}/settings/zaraz/history

Lists a history of published Zaraz configuration records for a zone.

Servers

Path parameters

Name Type Required Description
zone_id String Yes

Query parameters

Name Type Required Description
sortOrder String No

Sorting order. Default is DESC.

Possible values:

  • "DESC"
  • "ASC"
limit Integer No

Maximum amount of results to list. Default value is 10.

sortField String No

The field to sort by. Default is updated_at.

Possible values:

  • "id"
  • "description"
  • "user_id"
  • "created_at"
  • "updated_at"
offset Integer No

Ordinal number to start listing the results with. Default value is 0.

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.