Get data tab contents
Return data tab information for a given chat if available
Try this request in your browser
URL
https://api.natterly.com/api/v1/chats/data_tab
Access
Must be authenticated as a user.
If not authorised, a MustBeAuthenticated
error will be returned.
Parameters
Parameter | Type | Default |
---|---|---|
chat Required The UUID of the chat |
String | null |
Errors
Error | Attributes |
---|---|
ChatNotFound No chat found with the given UUID |
|
NoDataTabAvailable No data tab is available for the site associated with this chat |
Response Data
This action will return a data tab response structure.
You'll receive just the basic attributes for this structure. No expansions are provided.