<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Custom Knowledge Table with custom REST API in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/custom-knowledge-table-with-custom-rest-api/m-p/3069085#M1059</link>
    <description>&lt;P&gt;The goal:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I want to get all the kb articles from a specific servicenow knowledge base in a JSON format.&lt;BR /&gt;&lt;BR /&gt;Example response format:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;[ {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"kb_id": "321321312",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"number": "KB12341",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"category": "IT",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"text": "HTML article content",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"lastUpdated": ""&lt;BR /&gt;},&lt;BR /&gt;{...}]&lt;BR /&gt;&lt;BR /&gt;Since the information is separated in different SN tables - kb_category, kb_knowledge, kb_template_.. I thought I can go with a scoped appliction and custom table which will collect all this information for the KB articles.&lt;BR /&gt;&lt;BR /&gt;The custom table should be synchronised with the SN tables once a day.&lt;BR /&gt;&lt;BR /&gt;What is the best way to sync and populate the custom table with the SN kb tables? To use some kind of a scheduled script?&lt;BR /&gt;&lt;BR /&gt;Does anyone know some guidlines for developing a REST API for a custom table / scoped application in SN?&lt;BR /&gt;&lt;BR /&gt;I am new to SN and I am wondering if this is the right solution for the problem..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 06:37:55 GMT</pubDate>
    <dc:creator>miteran4o</dc:creator>
    <dc:date>2024-10-09T06:37:55Z</dc:date>
    <item>
      <title>Custom Knowledge Table with custom REST API</title>
      <link>https://www.servicenow.com/community/community-central-forum/custom-knowledge-table-with-custom-rest-api/m-p/3069085#M1059</link>
      <description>&lt;P&gt;The goal:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I want to get all the kb articles from a specific servicenow knowledge base in a JSON format.&lt;BR /&gt;&lt;BR /&gt;Example response format:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;[ {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"kb_id": "321321312",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"number": "KB12341",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"category": "IT",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"text": "HTML article content",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"lastUpdated": ""&lt;BR /&gt;},&lt;BR /&gt;{...}]&lt;BR /&gt;&lt;BR /&gt;Since the information is separated in different SN tables - kb_category, kb_knowledge, kb_template_.. I thought I can go with a scoped appliction and custom table which will collect all this information for the KB articles.&lt;BR /&gt;&lt;BR /&gt;The custom table should be synchronised with the SN tables once a day.&lt;BR /&gt;&lt;BR /&gt;What is the best way to sync and populate the custom table with the SN kb tables? To use some kind of a scheduled script?&lt;BR /&gt;&lt;BR /&gt;Does anyone know some guidlines for developing a REST API for a custom table / scoped application in SN?&lt;BR /&gt;&lt;BR /&gt;I am new to SN and I am wondering if this is the right solution for the problem..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 06:37:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/custom-knowledge-table-with-custom-rest-api/m-p/3069085#M1059</guid>
      <dc:creator>miteran4o</dc:creator>
      <dc:date>2024-10-09T06:37:55Z</dc:date>
    </item>
  </channel>
</rss>

