I am working on an SSO integration for a client between their iMIS and Kentico systems. We are most of the way there in the development process, but have noticed a potential issue with the user re...
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...
Hi, I've deployed the latest build on the server. When I hit /rest/cms.country locally, I'm receiving data. However, after deploying it on the server, when I try to hit www.domain.com/admin/rest/cm...
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...