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