how to use to kentico with Asp.net Web Api ?

Unal UN asked on January 26, 2018 14:36

how to use to kentico with Asp.net Web Api ?

Example

Crud Operataions ?

Thank You

Recent Answers


Trevor Fayas answered on January 26, 2018 15:12

Kentico has documentation that you really should search first, along with asking less generic questions and more specific.

For using rest service:

https://docs.kentico.com/k11/integrating-3rd-party-systems/kentico-rest-service

Otherwise just make your web API and use Kentico's API, it has examples all over how to do everything in the api

0 votesVote for this answer Mark as a Correct answer

Roman Hutnyk answered on January 27, 2018 09:42

As Trevor mentioned, Kentico provides you with REST service that implements basic CRUD operations for all content and objects you have in the system.

Sometimes you may want to add some logic into it or format/join data according to your needs. In this case you could implement custom Web API controllers. Here are details on how you could achieve this.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.