Get data tab contents

Return data tab information for a given chat if available

Try this request in your browser

/api/ /chats/data_tab

Headers

X-API-Token

Parameters

chat String

The request output will be shown here...

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

  • chat

    The provided chat 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.