Conversation
Fetch detail logs of activities on a conversation.
Request Parameters
Parameter
Type
Description
startAt
string
Optional.
Start timestamp in seconds (10 digit value)
endAt
string
Optional.
End timestamp in seconds (10 digit value)
conversationId
string
Optional.
skip
integer
Optional
To fetch next set of activities
limit
integer
Optional.
Number of activities that can be fetch in a single request. Maximum value is 5000
get/spaces/{space_id}/conversation_activities
Path parameters
space_idstring required
Current selected space
Query parameters
startAtstring
Start date
endAtstring
End date
conversationIdstring
Conversation Id
skipinteger
Skip
limitinteger
Limit
Response
successful operation
Changes
No recorded changes to this endpoint across all 1 revision of this API.