/api/v1/chat-message-follow-ups (GET)
const url = 'https://api.endless.zaia.app/api/v1/chat-message-follow-ups?pageNumber=1&pageSize=10';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://api.endless.zaia.app/api/v1/chat-message-follow-ups?pageNumber=1&pageSize=10'Retrieves multiple chat message follow-ups.
Parameters
Seção intitulada “Parameters”Query Parameters
Seção intitulada “Query Parameters”A UUID v4 string that identifies an entity.
A UUID v4 string that identifies an entity.
The page number.
The page number.
The page size.
The page size.
The current status of the follow-up.
A UUID v4 string that identifies an entity.
Responses
Seção intitulada “Responses”Retrieves all chat message follow-ups for the specified filters.
object
A UUID v4 string that identifies an entity.
The id of the chat this follow-up belongs to.
The id of the chat message this follow-up belongs to.
The date and time when the follow-up message should be sent.
The date and time when the follow-up went from pending to any other status.
The follow-up message content.
The reason why the follow-up failed.
The current status of the follow-up.
The id of the chat message that triggered the follow-up.
Example
[ { "status": "pending" }]Unauthorized.
The description of a known exception.
object
The error code.
The error call-to-action.
object
The error feedback.
object
The error message.
The error name.
Example
{ "cta": { "type": "support-contact" }}