Arun Vinoth @ Dynamics

Arun Vinoth @ Dynamics

https://arundynamix.blogspot.com

Working web api endpoint & payload for RetrieveEntityRibbon CRM function

Published

Often times getting the CRM web api to work with the proper endpoint and payload is troublesome, especially when the documentation is missing the working code sample and CRM REST builder is composing the desired endpoint as we need it to work.

In similar situation, one of the community member posted the issue in Stack overflow post, I was able to help and something I learnt as well from that thread.

While trying to get the function RetrieveEntityRibbon working - the documentation was not supplying the code sample. So couple of trial and errors helped to figure out the web api endpoint needed for it to work. That will look like exactly below:

"/RetrieveEntityRibbon(EntityName='account',RibbonLocationFilter='All')"

Happy learning!!

Continue to website...

More from Arun Vinoth @ Dynamics