I'm trying to access rooms for a specific job post (I have many job posts under 1 team). So I want to return all the rooms under this job post and send a specific message maybe to all rooms, or to a specific room. (I want to use the API) .
So when I tried to use the API "Retrieve rooms information", I found that the requirmnet is
required, string
The company ID or team ID, or user ID. Use 'List companies' or 'List teams' API calls to get the team/company IDs.
but there is no job post ID.
So is there's a way to access these rooms that related to specific job post, or it returns all the messages in the messages tab and that's it ?