i what to create page version using Rest API can you tell me this is possible or not. if its possible than how can i do it
Is there a REST API in Kentico for validating user passwords? Background: We are looking to move to single sign-on (SSO), using a separate identity provider (IDP) for logins via OIDC. We'd prefer t...
The organization I'm working with is using Kentico 12. I am attempting to iterate through pages using the REST API. In other words, I'd like to start at the top of the folder hierarchy, retrieve a ...
Hello:I've been evaluating Xperience and was wondering how to go about getting the REST API working. I've tried following this but couldn't get anywhere with it. Is the REST service part of the K...
HiIm currently building a Dll that creates or edits pages in my company's Kentico Site and I having some issues posting Language Versions of the current content pages.Right now, we have set Spanish...
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,...