How to get the various ids needed for API calls?

I'm trying to get all the data (discussion posts, forums, forum replies, etc.) from a communities system that uses Verint and then insert the data into a communities table in ServiceNow. I'm new to development with Verint and with APIs in general. Endpoints identified in the API documentation frequently need parameters to define the search. Let's say I want to GET a Forum Reply using the API, it requires fields such as "forumid" and "replyid". How do I find these ids? For example, If I inspect the HTML elements of a communities page, I don't see any tags like "replyid" surrounding the replies to a forum post.

Parents Reply
  • Also note things like users, groups, apps, etc the identifiers can be found in the contextual management panel (When on the app, group or user select the upper right pencil and the whichever options is appropraite.  It will be at the bottom).  Note this would not apply to individual threads, posts, etc.  Those you generally list by group or application to get the content and associated Ids

Children
No Data