When getting a page using the REST API is there any way to access the data of its attached pages? We have a page type that has a page field but the REST API returns null for that field, even when t...
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...
I am inserting data into a customtable using Angular into the backend by hitting the API: https://domain.com/rest/customtableitem.tablename?format.jsonI want to modify the insert operation so that ...
I setup user registration on my kentico site. One of the fields I have the user input is an AccessCode field which is a 4 digit number. I want to take that code and pass it to an api Endpoint and g...
Using Kentico 10, we're having issues raising the maximum request limit size above the default 64KB limit for any requests that go to the [servername]/rest/ services. All POST or PUT requests over ...
HII want to know is it possible to add product to shopping cart using REST API?
Is it possible to access custom macro methods through the REST interface? Requesting system macros works fine. Here is an example:https://mysite.com/rest/macro/CurrentSite.SiteName But a request ...
In Kentico 10, I had rest requests working fine within Kentico (and from Postman). After enabling Windows Authentication I now receive a 401 unauthorized message when trying to make the exact same ...
I referred to Brian McKeiver's blog post and the Kentico 8.1 documention for configuring the REST service, authenticating REST requests, and getting data using REST. I have a user called @RestUser@...
Is there a way to Authenticate a user and then have 1 hash that can access all collection URL's.I am using Kentico 10 documentation states this @Restrictions: Only works for GET requests (read only...