ContributionsMost RecentMost LikesSolutionsRe: ReST API call to Edit Message Author Thank you SuzieH for getting back to me on this. Yes, we would very much like to have this feature included in the community API calls. Thank you, Koushik N Re: ReST API call to Edit Message Author Hi SuzieH , I have permissions to post messages and have done it in the past. My ID has community admin access. ReST API call to Edit Message Author I am working on changing the status of Ideas and adding the comments via ReST API call. I am able to achieve this using the details provided by Akenefick (Discussion link: https://community.khoros.com/t5/Developer-Discussion/Idea-Exchange-Status-and-Comment-Update-via-ReST-API/m-p/670166#M18255). Now, I would like to change the author of the last comment from my service account to a community user, so any reply to that comment can be notified to that user. I did try the call as below mentioned in few discussions, but this will not update the author but only updates the last_edit_author. And any reply to this comment would not get the user [koushikniranjan] any notifications. Has anyone tried this and worked for them? Or any better approach? {{API_PATH}}/restapi/vc/messages/id/131270/edit?message.author=login/koushikniranjan SolvedRe: Idea Exchange Status and Comment Update via ReST API Thank you so much for this insight Akenefick . Was able to update the account and then the API call worked like charm! Thank you so much for testing this scenario and sharing your knowledge. Appreciate it. Thanks, Koushik N Re: Idea Exchange Status and Comment Update via ReST API Hi Akenefick , The first solution of updating the status worked perfectly. But when I tried the 2nd part, I was able to get the latest message Id fine using the below GET API call {{API_PATH}}api/2.0/search/?q=SELECT id FROM messages WHERE topic.id = '126453' and depth > 0 LIMIT 1 ID = 131358 Then I tried to edit the comment on that Id using the POST call as below {{API_PATH}}/restapi/vc/messages/id/131358/edit?message.body='KoushikNiranjan_CustomMessage Via ReST API_Solution Accepted' When I did that, I got the below error as response. Any idea why would I be getting this error when I could do all the other GET and POST calls successfully? <response status="error"> <error code="100"> <message> message: Sorry, you must verify your email address using the verification link in the email you received when you registered. If you did not receive an email, or need us to resend it, please go to <b>My Settings > Email</b> and request a new email verification. </message> </error> </response> Thanks, Koushik N Re: Idea Exchange Status and Comment Update via ReST API Hi Akenefick , Thank you so much for your reply. I couldn't check before as I was out of office. Let me try this and get back to you with my results. Regards, Koushik N Idea Exchange Status and Comment Update via ReST API We are looking for an option to programatically update Status of an Idea (In Idea Exchange page) and add a new comment to an idea by ReST API call. Is this possible? We have hundreds of Ideas that we collect and segregate them to different categories. We would want to do these updates at once instead of opening each page. Any lead on this would help a lot. Thank you. SolvedRe: Unable to Authenticate using API V2 Thank you for sharing the steps and process Tarun. I am going to give this a try and come back if I have any queries. Regards, Koushik N Unable to Authenticate using API V2 Hi, I have the Token and the Client ID for my organisation and able to get the reports from the Bulk API call. But when I try to authenticate via API V2, I get an error that I am not authorised to make this request. Could you please help me with this? I am using the Community Domain for my org as Community.anaplan.com. Solved