How do I join customtable by rest api?

Thanapol Thong-art asked on February 24, 2021 10:02

example Get : http://domain/Kentico12_1_Admin/rest/customtableitem.customtable.name1/

i want to join table customtableitem.customtable.name1 with customtableitem.customtable.name2

what should i do this.

Recent Answers


Dmitry Bastron answered on February 24, 2021 18:19

Hi Thanapol,

Unfortunately, with out-of-the-box REST API it is not possible. You would need to develop your own custom API endpoint which can return this data. Please refer to the documentation on how to implement custom Web API endpoints. One thing worth mentioning, if you do so, authentication for API needs to be a custom development as well.

0 votesVote for this answer Mark as a Correct answer

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