- Retrieve change history record of a ruleset
Retrieve system events
Retrieve event information
Retrieve event rules
Update event rules
Retrieve change history of a ruleset
Retrieve a version of a ruleset
Retrieve draft rulesets
Create a draft ruleset
Retrieve a draft ruleset
Delete a draft ruleset
Update a draft ruleset
Send a test email
Retrieve change history r...
Retrieves the change history record of a ruleset with a specified event type. A history record is created each time rules are changed.
Security
SecretApiKey or JWT
Version of the ruleset.
To retrieve the full related object instead of the ID, expand the response. For more information, see Embedded resources.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/events/{eventType}/rules/history/{version}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/events/{eventType}/rules/history/{version}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/events/{eventType}/rules/history/{version}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/events/{eventType}/rules/history/{version}?fields=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Ruleset history record retrieved.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
{ "version": 0, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }