Topics, Threads and Segments-Threads-v1
Number of APIs: 6
-
UserThreads GET https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inAppAppid}}/user/{{userid}}/threads?start=0
-
CreateThread without title and stream POST https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inAppAppid}}/threads
-
AppThreads GET https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inAppAppid}}/threads?start=0&limit=20
-
UserMessages GET https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inAppAppid}}/user/{{userid}}/threads/{{threadid}}/messages/
-
CloseThread PUT https://{{rtmsapi}}/rtmsAPI/api/v3/apps/{{inAppAppid}}/user/{{userid}}/threads/{{threadid}}
-
ActivateThread PUT https://{{rtmsapi}}/rtmsAPI/api/v4/apps/{{inAppAppid}}/user/{{userid}}/threads/{{threadid}}