# Page Management (LMS Service)

### sunbird.page\_management \[PRIMARY KEY: id]

Table used to store configurable page information

<table><thead><tr><th width="165.33333333333331">Column Name</th><th width="118">Data Type</th><th>Description</th><th>Sample Data</th></tr></thead><tbody><tr><td>id</td><td>text</td><td>Page Identifier</td><td>01228382478150860822</td></tr><tr><td>appmap</td><td>text</td><td>Page configuration with section information for mobile application</td><td><pre class="language-json"><code class="lang-json">[{"id":"01228382278062080019","index":1,"group":1},{"id":"01228382243946496017","index":1,"group":2}]
</code></pre></td></tr><tr><td>created_date</td><td>timestamp</td><td>Not used</td><td></td></tr><tr><td>createdby</td><td>text</td><td>UUID of the user who created the page</td><td>490ed1d2-c69d-4cf0-a50c-f37e658c128d</td></tr><tr><td>createddate</td><td>text</td><td>Record creation date</td><td>2017-07-08 05:03:29:679+0000</td></tr><tr><td>name</td><td>text</td><td>Name of the page</td><td>Course</td></tr><tr><td>organisationid</td><td>text</td><td>organisation Identifier for which the page is configured for</td><td></td></tr><tr><td>portalmap</td><td>text</td><td>Page configuration with section information for web portal application</td><td><pre class="language-json"><code class="lang-json">[{"id":"01228382278062080019","index":1,"group":1},{"id":"01228382243946496017","index":1,"group":2}]
</code></pre></td></tr><tr><td>updated_date</td><td>timestamp</td><td>Not used</td><td></td></tr><tr><td>updatedby</td><td>text</td><td>Not used</td><td></td></tr><tr><td>updateddate</td><td>text</td><td>Not used</td><td></td></tr></tbody></table>

### sunbird.page\_section \[PRIMARY KEY: id]

Table used to store page section details

<table><thead><tr><th width="171.33333333333331">Column Name</th><th width="118">Data Type</th><th>Description</th><th>Sample Data</th></tr></thead><tbody><tr><td>id</td><td>text</td><td>Page Section Identifier</td><td>0131191751772733441</td></tr><tr><td>alt</td><td>text</td><td>Not used</td><td></td></tr><tr><td>created_date</td><td>timestamp</td><td>Not used</td><td></td></tr><tr><td>createdby</td><td>text</td><td>UUID of user who created the section</td><td>9bb884fc-8a56-4727-9522-25a7d5b8ea06</td></tr><tr><td>createddate</td><td>text</td><td>Record creation date</td><td>2020-09-30 10:28:07:042+0000</td></tr><tr><td>datasource</td><td>text</td><td>Not used</td><td></td></tr><tr><td>description</td><td>text</td><td>Not used</td><td></td></tr><tr><td>display</td><td>text</td><td>Section display title in different languages</td><td>{"name":{"en":"Latest Courses"}}</td></tr><tr><td>dynamicfilters</td><td>text</td><td>Not used</td><td></td></tr><tr><td>imgurl</td><td>text</td><td>Not used</td><td></td></tr><tr><td>name</td><td>text</td><td>Section Title</td><td>Latest Courses</td></tr><tr><td>searchquery</td><td>text</td><td>Query to display the contents as part of section</td><td>{"request":{"filters":{"contentType":["Course"],"objectType":["Content"],"status":["Live"]},"sort_by":{"lastPublishedOn":"desc"},"limit":10}}</td></tr><tr><td>sectiondatatype</td><td>text</td><td>Data type of the Section</td><td>ContentBrowser/Content</td></tr><tr><td>status</td><td>int</td><td>Status of the record</td><td>1</td></tr><tr><td>updated_date</td><td>timestamp</td><td>Not used</td><td></td></tr><tr><td>updatedby</td><td>text</td><td>Record updated By</td><td>9bb884fc-8a56-4727-9522-25a7d5b8ea06</td></tr><tr><td>updateddate</td><td>text</td><td>Record last updated on</td><td>2020-09-30 10:46:11:529+0000</td></tr></tbody></table>
