Is it possible to create an API in Radzen?

Is it possible to produce an API on Radzen? I am planning to create an Admin Website for managing records in Radzenand extend some functionalities using Flutter to access the data being accessed also by Radzen. In short File and Data entry is done in Radzen app and the records will be accessed by a Flutter Application for mobile devices. Thanks!

2 Likes

Hi @Renoir_Rapido,

Radzen creates an OData service for every data source when the application is Blazor WebAssembly or Angular. Radzen does not create such a service. You can probably use a separate WebAssembly application to generate the service code and copy it to your Blazor server one. You will also need to copy the OData registration code that Radzen generates in the Startup.cs file.

1 Like