- Retrieve a credit memo timeline message
Retrieve credit memo timeline messages
Create a credit memo timeline message
Delete a credit memo timeline message
Retrieve a credit memo ti...
Retrieves a credit memo timeline message with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/credit-memos/{id}/timeline/{messageId}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/credit-memos/{id}/timeline/{messageId}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/credit-memos/{id}/timeline/{messageId}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/credit-memos/{id}/timeline/{messageId}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Credit memo timeline message retrieved.
ID of the timeline message.
Example:"tmln_0YV8Q9WEF5DTA8HFXS27D1G6GC"
Type of timeline message.
Enum:"credit-memo-created""credit-memo-applied""credit-memo-partially-applied""credit-memo-voided"
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": "credit-memo-created", "triggeredBy": "rebilly", "message": "string", "extraData": { "actions": [ … ], "tables": [ … ], "author": { … }, "mentions": { … }, "links": [ … ] }, "occurredTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }