Torngen.Client.Path.Forum.ThreadId.Posts (TorngenElixirClient v5.9.0)

View Source

Get specific forum thread posts.

Requires public access key. Returns 20 posts per page for a specific thread. By default, it uses 'offset', but it's possible to filter posts with 'from' & 'to' parameters.

Parmeters

  • striptags: Determines if fields include HTML or not ('Hospitalized by <a href=...>user</a>' vs 'Hospitalized by user').
  • offset: N/A
  • sort: Sorted by the greatest timestamps
  • from: Timestamp that sets the lower limit for the data returned
  • to: Timestamp that sets the upper limit for the data returned
  • threadId: Thread id
  • timestamp: Timestamp to bypass cache
  • comment: Comment for your tool/service/bot/website to be visible in the logs.
  • key: API key (Public)

Response Module(s)

  • ForumPostsResponse