API: Where to find the author for example in a comment

Hi!

I'm using the API v4 to access some Wrike entities. When reading comments:

curl -g -X GET -H "Authorization: bearer ... " https://www.wrike.com/api/v4/comments

the returned object contains an authorId.

{
"kind": "comments",
"data": [
{
"id": "...",
"authorId": "KUABU3UQ",
"text": "...",
"updatedDate": "...",
"createdDate": "...",
"taskId": "..."
}
]}

How to read details (for example name) of the author? I could only find the entities Contacts and Users who sound like they may contain the authors, but I get no result

curl -g -X GET -H "Authorization: bearer ..." https://www.wrike.com/api/v4/contacts/KUABU3UQ
{
"kind": "contacts",
"data": []
}

curl -g -X GET -H "Authorization: bearer ..." https://www.wrike.com/api/v4/users/KUABU3UQ
{
"kind": "users",
"data": []
}

Thanks!

Andre

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos
Комментариев: 7
Avatar
Stephen

Hi Andre, the Support team is going to take a closer look at this for you. I've raised a ticket so someone will be in touch soon.

👍

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

Is there any news or updates related to this bug? I have the same issue and 've no idea how to deal with it

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos
Avatar
Hugh

Hi Andrej Zakharchenko, and welcome to the Community!

I've raised a Support ticket for you here, someone should be in contact with you soon. If you have any other questions, be sure to let me know.

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

Hi, I'm facing the same issue. Could anyone tell me how to resolve it ? 

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

Welcome to the Community Keita Imamura! 🤗 I can see you've already raised this question to our Support team, an agent will reach out to you as soon as possible 👍

Lisa Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover

Lisa Wrike Team member Become a Wrike expert with Wrike Discover

1
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

Any update on this? I would like to retrieve the author name from a comment author id.

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos
Avatar
Juan

Hi Jaap den Hertog, welcome to the Community! Thank you for your comment, I have created a ticket with our Support Team so one of our specialists can provide you with an accurate reply. You will be contacted soon 👍

Also, I'd like to mention that you can check our New to Community forum to discover all the resources you can find in our Community 🙂

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

Folllowing List for Post: API: Where to find the author for example in a comment
[this list is visible for admins and agents only]

Вверх
Didn’t find what you were looking for? Write new post