I was trying to create attachments using the REST APIs,followed the steps given in the kentico document https://docs.xperience.io/k12sp/integrating-3rd-party-systems/kentico-rest-service/manipulati...
example Get : http://domain/Kentico12_1_Admin/rest/customtableitem.customtable.name1/i want to join table customtableitem.customtable.name1 with customtableitem.customtable.name2what should i do t...
I am able to use GET requests for existing contact and POST requests for creating new a contact but not able to get PUT requests to work for updating existing contact.
How can I get data from multiple tables using REST api ? I am using kentico 12.~/rest/cms.resourcetranslation/allI need CMS_ResourceString and CMS_ResourceTranslation both data in one api. I need t...
Hi,I have a requirement to share a Kentico Rest API URL for external application. I am trying to use postman rest client to do so, but I am trying to follow the documentation is not helping at all,...
Is it possible to manage newsletter subscriptions via the REST api? I haven't seen the newsletter objects mentioned in any of the docs. We would want to add/remove subscriptions to various newslett...
Hi. I've been struggling with this issue for a while. Using Kentico12 with MVC application for head. I followed the instructions to enable the REST api, yes even the IIS settings. I am able to use ...
I want to call REST API to reset the password for a particular user. (I want to send an email notification to the user by pressing the Users application password -@ Generate new password button) Is...
We are implementing Kentico Chat feature in Kentico MVC approach using Angular as frontend. I am able to create the Chatroom using Rest api, but not able to find other api for initilizing the chat,...
Hi, I am trying to upload a file using the rest API for kentico 12 MVC. This is not a physical, just adding the meta data to sql.I have the following Localhost/rest/media.file/site/Website?FileNam...