Retrieves a list of rules engine timeline messages.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/events/{eventType}/timeline
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/events/{eventType}/timeline
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/events/{eventType}/timeline
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/events/{eventType}/timeline?limit=1000&offset=1000&filter=string&sort=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of rules engine timeline messages retrieved.
Array []
ID of the timeline message.
Example:"tmln_0YV8Q9WEF5DTA8HFXS27D1G6GC"
Type of timeline message.
Enum:"timeline-comment-created""ruleset-created""ruleset-changed"
Specifies who, or what, triggered the timeline event.
Enum:"rebilly""app""direct-api"
Date and time when the timeline message occurred.
Response
[ { "id": "tmln_0YV8Q9WEF5DTA8HFXS27D1G6GC", "type": "timeline-comment-created", "triggeredBy": "rebilly", "message": "string", "extraData": { … }, "occurredTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]