GET /zones/{zone_id}/settings/zaraz/history
Lists a history of published Zaraz configuration records for a zone.
Servers
- https://api.cloudflare.com/client/v4
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:
|
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:
|
offset |
Integer | No |
Ordinal number to start listing the results with. Default value is 0. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.