Topics, Threads and Segments-Threads-v1

Number of APIs: 6

  1. UserThreads GET https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inAppAppid}}/user/{{userid}}/threads?start=0

  2. CreateThread without title and stream POST https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inAppAppid}}/threads

  3. AppThreads GET https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inAppAppid}}/threads?start=0&limit=20

  4. UserMessages GET https://{{rtmsapi}}/rtmsAPI/api/v1/apps/{{inAppAppid}}/user/{{userid}}/threads/{{threadid}}/messages/

  5. CloseThread PUT https://{{rtmsapi}}/rtmsAPI/api/v3/apps/{{inAppAppid}}/user/{{userid}}/threads/{{threadid}}

  6. ActivateThread PUT https://{{rtmsapi}}/rtmsAPI/api/v4/apps/{{inAppAppid}}/user/{{userid}}/threads/{{threadid}}