I have a custom entity for a solution, and I want to validate some fields (like required fields, regex for particular fields etc). Some of the fields were marked required during field creation, but those fileds are only got validated on CRM FORM not for REST API. I also tried out Custom Workflow by following this but that didn't work for me.
How can I do this for REST API?
Regards.
*This post is locked for comments