I've been using the Umbraco REST API to get content, children etc, and it uses the id of each item which is an int. That's great but how do I get the content by UDI as that is the value I have in my content picker value?
Thanks for the reply Niels
I've changed my project to include the content in another tab instead of referencing another node for now. And for media I've changed it to use the upload control. It's not a production site anyway, I'm doing a talk on using Umbraco Rest API with react. It's a demo site for that.
Umbraco Rest API Get Content by UDI
I've been using the Umbraco REST API to get content, children etc, and it uses the id of each item which is an int. That's great but how do I get the content by UDI as that is the value I have in my content picker value?
I'm guessing there isn't a way yet and I may need to disable property value converters.
We are aware and there's changes in the rest api coming to support this.
Thanks for the reply Niels I've changed my project to include the content in another tab instead of referencing another node for now. And for media I've changed it to use the upload control. It's not a production site anyway, I'm doing a talk on using Umbraco Rest API with react. It's a demo site for that.
is working on a reply...