List all stories
GET https://api.chatbot.com/v2/stories
Properties
Property | Type | Description |
---|---|---|
id | String | Story id. |
name | String | Story name. |
description | String | Story description. |
integrations | Array.<String> | An array of element strings that describes which integrations story is connected with. |
metrics | Array.<object> | An array of element objects that includes weekly metrics for the story. |
integrations
A string array that describes which integrations story is connected with. Possible values: livechat
, messenger
, slack
, widget
.
metrics
Property | Type | Description |
---|---|---|
date | String | Day. |
conversations | Number | The number of conversations. |