API Access to Project Financial Settings / Custom Hourly Rates for Projects
The API v4 has no ability to retrieve a project-specific custom hourly rates, which is highly hindering the ability to create proper reporting. Getting the default hourly rates for a user is possible, but that is pretty pointless if you customize them for a specific project.
I'm talking about this, as seen in the UI:
https://help.wrike.com/hc/en-us/articles/1500005226622-Custom-Hourly-Rates-for-Projects#UUID-bbba4435-b7c1-dfd3-c916-2ab339a91105_specify
the `folders/{folderId}` endpoint should be enhanced to add these.
https://developers.wrike.com/api/v4/folders-projects/
Currently it accepts
fields = ["briefDescription", "customColumnIds",
"attachmentCount", "contractType", "finance"]
but none of which include that information. For eg, the return is
'finance': {'currency': 'US Dollar', 'budget': 26000.0}
Please add another one in fields, `customHourlyRates` and have it return something like
{'id': 'IEAEdFDDI42FQ63U',
'accountId': 'FFDFHJKFDHK',
'title': 'My Title',
[... truncated ...]
'metadata': [],
'customFields': [],
'customColumnIds': [],
'project': {'authorId': 'XXXXX
[... truncated ... ]
'contractType': 'Billable',
'finance': {'currency': 'US Dollar', 'budget': 26000.0}
# NEW!
'customHourlyRates': [{'userId': 'XXXXXX', 'billRate': 200.0, 'costRate': 175.0}]
}}
Thanks for the suggestion Julien Marrec and welcome to the Community 🙂
If you'd like to discover more about us, check out our New To Community Forum! If you have any questions, don't hesitate to ask 👍
Elaine Community Team at Wrike Wrike Product Manager En savoir plus sur les fonctionalités et les meilleures pratiques grace à nos Webinaires online
Elaine Wrike Team member En savoir plus sur les fonctionalités et les meilleures pratiques grace à nos Webinaires online
Elaine is there any update on this subject? Can we expect to have the custom hourly rates through the API?
Thank you!
Hi Barbara Stickel! Welcome to the forums 👋
We don't have an update at the moment, so please upvote the original post here if you haven't yet as votes help us gauge the popularity of product suggestion in Community 👍
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
Hello Lisa,
Any update on this? This is also a very important issue to me.
Thank you,
Noah
Hi Noah Barnecut, we don't have an update for this API suggestion at the moment. It's on a lower side of votes at the moment, but I'll still share your feedback with the team.
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