- Retrieve a transaction Timeline message
Retrieve transaction timeline messages
Create a transaction timeline comment
Delete a transaction timeline message
Retrieve payout request timeline messages
Create a payout request timeline comment
Retrieve a payout request timeline message
Delete a payout request timeline message
Retrieve a transaction Ti...
Retrieves a timeline message with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/transactions/{id}/timeline/{messageId}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/transactions/{id}/timeline/{messageId}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/transactions/{id}/timeline/{messageId}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/transactions/{id}/timeline/{messageId}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Timeline message retrieved.
ID of the timeline message.
Example:"tmln_0YV8Q9WEF5DTA8HFXS27D1G6GC"
Type of timeline message.
Enum:"amount-adjusted""blocklist-matched""bump-offer-accepted""bump-offer-presented""bump-offer-rejected""customer-redirected-offsite""customer-returned""dcc-offer-accepted""dcc-offer-forced""dcc-offer-presented"
Specifies who, or what, triggered the timeline message.
Enum:"rebilly""app""direct-api"
Date and time when the timeline message occurred.
Response
{ "id": "tmln_0YV8Q9WEF5DTA8HFXS27D1G6GC", "type": "amount-adjusted", "triggeredBy": "rebilly", "message": "string", "extraData": { "actions": [ … ], "tables": [ … ], "author": { … }, "mentions": { … }, "links": [ … ] }, "occurredTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }