Forum Discussion
1 Reply
Sort By
- YuriK11 years agoKhoros Expert
Hey justageek,
Looks like there's not a great way to do this at the moment. One thing that I was able to do, which isn't really a workable solution for a larger community is as follows:
- Make a call to get unmoderated images "/uploads/images/where/moderation/status/eq/unmoderated", this will get all unmoderated images (Uploaded Images API Documentation)
- Call "/images" to get all images associated with messages (if you know what board or category the messages are in you can scope the call to that board/category). This will get you back a list of image to message associations, note the same image can appear in multiple messages. (Images Call Documentation)
- Cross reference the image ids from step 1 with images returned in step 2 and retrieve the associated message
I would suggest that you submit an idea to the Ideas Board as well with your request as well.
Hope this helps,
Yuri
Related Content
- 2 years ago
- 11 months ago
- 2 years ago