adawans
11 years agoAdept
Post count by author for board and status
Hi there,
I would need to get a count of posts from a given author, in a given board, in a given status. There doesn't seem to be any API call that could achieve this. Any help appreciated.
Hi adawans
After searching alot in the rest api documentation, below is an API I could figure out and hope this helps you out.
community.lithium.com/restapi/vc/users/id/[user_id]/topics/in/boards/id/[board_id]/for/message_statuses/key/[status_key]/count
Note : In above API, values in square brackets e.g. [user_id] are variable. So please enter exact user id, board id and status key as per your requirement to get correct response.
Please let me know if this works for you.
Thanks,
Sunny