{"info":{"_postman_id":"6547f9fc-5f16-495c-b5e0-d76f5a78d66d","name":"Sunbird-ED Basic Configuration","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25186239","collectionId":"6547f9fc-5f16-495c-b5e0-d76f5a78d66d","publishedId":"2s93eR4vF1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-04-27T07:32:39.000Z"},"item":[{"name":"1-Lern","item":[{"name":"Optional","item":[{"name":"Location - Bulk upload","event":[{"listen":"test","script":{"id":"2794ad53-8805-4b39-b8fb-81a8c8c80695","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    var challenId = jsonData.result.organisationId;","    pm.expect(challenId).not.to.be.null;","    ","    if((challenId == null) || (challenId == undefined))","    {","        console.log(\"Channel creation failed\");","        postman.setNextRequest(null);","    } else {","        pm.environment.set(\"channel_id\", challenId);","","        const reqBody = JSON.parse(pm.request.body.raw)","        pm.environment.set(\"channel_name\", reqBody.request.channel);","    }","});"],"type":"text/javascript"}}],"id":"46e126d6-3c5c-45c4-85a9-03a1659be613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"x-authenticated-user-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"file","file":{}},"url":"{{host}}/api/data/v1/bulk/location/upload","description":"<p>We use this API upload the information for the below properties.</p>\n<img src=\"https://content.pstmn.io/afe7a62d-a4c9-40b1-affa-34ab7d1c5c00/U2NyZWVuc2hvdCAyMDIzLTAzLTI0IGF0IDIuNDMuMTYgUE0ucG5n\" alt />","urlObject":{"path":["api","data","v1","bulk","location","upload"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46e126d6-3c5c-45c4-85a9-03a1659be613"}],"id":"3953c6eb-2228-480e-a3ef-7d04f7c09194","_postman_id":"3953c6eb-2228-480e-a3ef-7d04f7c09194","description":""},{"name":"1 - auth-token-gcp","id":"81d7a679-2c0d-4413-9d63-868d4fdd0b67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","type":"text","value":"ntp-support-tool"},{"key":"client_secret","type":"text","value":"95bc0aaf-a90d-448d-bc8d-3bb36566d2d3"},{"key":"grant_type","type":"text","value":"password"},{"key":"username","type":"text","value":"tnorgadmin@yopmail.com","disabled":true},{"key":"password","type":"text","value":"Test@123","disabled":true}]},"url":"{{host}}/auth/realms/sunbird/protocol/openid-connect/token","description":"<p>Don't add username &amp; password of keyclock admin.</p>\n","urlObject":{"path":["auth","realms","sunbird","protocol","openid-connect","token"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81d7a679-2c0d-4413-9d63-868d4fdd0b67"},{"name":"2 - set setting - custodianOrgId Copy","id":"523af76c-2cdf-49b6-901b-f81b0f4bd328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{kong_api_key}}"},{"key":"x-authenticated-user-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"request\" :\n\t\t{\n                \"id\": \"orgTypeConfig\",\n                \"field\": \"orgTypeConfig\",\n                \"value\": \"{\\\"fields\\\":[{\\\"name\\\":\\\"School\\\",\\\"value\\\":2,\\\"description\\\":\\\"School\\\",\\\"displayName\\\":\\\"School\\\",\\\"flagNameList\\\":[\\\"isSchool\\\"]},{\\\"name\\\":\\\"Board\\\",\\\"value\\\":5,\\\"description\\\":\\\"Board\\\",\\\"displayName\\\":\\\"Board\\\",\\\"flagNameList\\\":[\\\"isBoard\\\"]}]}\"\n            }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/data/v1/system/settings/set\n","description":"<p>This is required step to creation the Organisation of type Board or School(Lern BB - learner-service)</p>\n","urlObject":{"path":["api","data","v1","system","settings","set\n"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"523af76c-2cdf-49b6-901b-f81b0f4bd328"},{"name":"3 - sunbird-org create","event":[{"listen":"test","script":{"id":"5d034bdc-33d0-471b-a43f-e7b50d6d182a","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    var challenId = jsonData.result.organisationId;","    pm.expect(challenId).not.to.be.null;","    ","    if((challenId == null) || (challenId == undefined))","    {","        console.log(\"Channel creation failed\");","        postman.setNextRequest(null);","    } else {","        pm.environment.set(\"channel_id\", challenId);","","        const reqBody = JSON.parse(pm.request.body.raw)","        pm.environment.set(\"channel_name\", reqBody.request.channel);","    }","});"],"type":"text/javascript"}}],"id":"daf61310-e596-4a36-b05a-ca7f8ec45c51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"x-authenticated-user-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"orgName\": \"Sunbird Org\",\n        \"channel\": \"sunbird\",\n        \"description\": \"Default Organisation for Sunbird\",\n        \"externalId\": \"sunbird\",\n        \"isSSOEnabled\": true,\n        \"organisationType\": \"board\",\n        \"isTenant\": true\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/org/v1/create","description":"<p>Neo4JDefinationUpdate Job has to trigger (to get the schema data into DB).</p>\n<p>Learning service should be running.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>learner-b7d787c84-9jf7q learner {\"timestamp\":\"2023-03-16T12:36:00.312Z\",\"msg\":\"{\\\"eid\\\":\\\"LOG\\\",\\\"ets\\\":1678970160312,\\\"ver\\\":\\\"3.0\\\",\\\"mid\\\":\\\"33400b90b2efc5a71b12a51070b51410\\\",\\\"actor\\\":{\\\"id\\\":\\\"3fe60b97-b17a-4a18-95af-af2e4fef709c\\\",\\\"type\\\":\\\"User\\\"},\\\"context\\\":{\\\"channel\\\":\\\"ORG_001\\\",\\\"pdata\\\":{\\\"id\\\":\\\"dev.sunbird.learning.service\\\",\\\"pid\\\":\\\"learner-service\\\",\\\"ver\\\":\\\"5.0.0\\\"},\\\"env\\\":\\\"Organisation\\\",\\\"cdata\\\":[{\\\"id\\\":\\\"33400b90b2efc5a71b12a51070b51410\\\",\\\"type\\\":\\\"Request\\\"}],\\\"rollup\\\":{}},\\\"edata\\\":{\\\"level\\\":\\\"info\\\",\\\"type\\\":\\\"Api_access\\\",\\\"message\\\":\\\"Channel request data = {\\\\\\\"request\\\\\\\":{\\\\\\\"channel\\\\\\\":{\\\\\\\"code\\\\\\\":\\\\\\\"0137541260799262725\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"sunbird_test1\\\\\\\",\\\\\\\"description\\\\\\\":\\\\\\\"Default Organisation for Sunbird\\\\\\\"}}} for operation : create\\\",\\\"params\\\":[]}}\",\"lname\":\"TelemetryEventLogger\",\"tname\":\"application-akka.actor.rr-usr-dispatcher-132\",\"level\":\"INFO\",\"HOSTNAME\":\"learner-b7d787c84-9jf7q\",\"application.home\":\"/home/sunbird/learner/learning-service-1.0-SNAPSHOT\"}\n</code></pre>","urlObject":{"path":["api","org","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"daf61310-e596-4a36-b05a-ca7f8ec45c51"},{"name":"Channel - Read","event":[{"listen":"test","script":{"id":"195a1fc7-2726-44ee-a8f6-9d5488c1ef5f","exec":["var jsonData = pm.response.json();","var challenId = jsonData.result.channel.identifier;","    ","    pm.expect(challenId).not.to.be.null;","    ","    if((challenId == null) || (challenId == undefined))","    {","        console.log(\"Channel creation failed\");","        postman.setNextRequest(null);","    } else {","        ","    }"],"type":"text/javascript"}}],"id":"492922f7-34af-405e-8080-be3ce6fe5640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"url":"{{host}}/api/channel/v1/read/{{channel_id}}","urlObject":{"path":["api","channel","v1","read","{{channel_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"492922f7-34af-405e-8080-be3ce6fe5640"},{"name":"Verify - System settings","id":"c93ed2f8-0c74-4c0a-9fec-8b67e6c20f02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"x-authenticated-user-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/data/v1/system/settings/list","urlObject":{"path":["api","data","v1","system","settings","list"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c93ed2f8-0c74-4c0a-9fec-8b67e6c20f02"},{"name":"set setting - custodianOrgId","id":"5e63784b-55e5-4017-840f-82ec30736de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{kong_api_key}}"},{"key":"x-authenticated-user-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"request\" :\n\t\t{\n\t\t\t \"id\": \"custodianOrgId\",\n             \"field\": \"custodianOrgId\",\n             \"value\": \"{{channel_id}}\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/data/v1/system/settings/set\n","urlObject":{"path":["api","data","v1","system","settings","set\n"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e63784b-55e5-4017-840f-82ec30736de0"},{"name":"set setting - custodianRootOrgId","id":"71d0096e-897b-4acd-adb3-2a361d2a86dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{kong_api_key}}"},{"key":"x-authenticated-user-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"request\" :\n\t\t{\n\t\t\t \"id\": \"custodianRootOrgId\",\n             \"field\": \"custodianRootOrgId\",\n             \"value\": \"{{channel_id}}\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/data/v1/system/settings/set\n","urlObject":{"path":["api","data","v1","system","settings","set\n"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"71d0096e-897b-4acd-adb3-2a361d2a86dc"},{"name":"set settings - custodianOrgChannel","id":"fd5ebd26-7c1d-448b-b7a2-21518ad04393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{kong_api_key}}"},{"key":"x-authenticated-user-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"request\" :\n\t\t{\n\t\t\t \"id\": \"custodianOrgChannel\",\n             \"field\": \"custodianOrgChannel\",\n             \"value\": \"{{channel_name}}\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/data/v1/system/settings/set\n","urlObject":{"path":["api","data","v1","system","settings","set\n"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd5ebd26-7c1d-448b-b7a2-21518ad04393"},{"name":"get all system settings-gsp-setup","id":"fdf8eea4-8f5f-4da4-8040-8c21d2bdd9ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{kong_api_key}}"}],"url":"{{host}}/api/data/v1/system/settings/list\n","urlObject":{"path":["api","data","v1","system","settings","list\n"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdf8eea4-8f5f-4da4-8040-8c21d2bdd9ec"},{"name":"Org - Create","event":[{"listen":"test","script":{"id":"803dc167-30c3-4eba-8c96-cd50dd725b03","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Your test name\", function () {","    const reqBody = JSON.parse(pm.request.body.raw);","    var jsonData = pm.response.json();","","    var challenId = jsonData.result.organisationId;","    var channelName = reqBody.request.channel;","    pm.expect(challenId).not.to.be.null;","    ","    if((challenId == null) || (challenId == undefined))","    {","        console.log(\"Channel creation failed: \" + channelName);","        postman.setNextRequest(null);","    } else {","        pm.environment.set(\"channel\"+channelName+\"_id\", challenId);","        pm.environment.set(\"channel\"+channelName+\"_name\", channelName);","    }","});"],"type":"text/javascript"}}],"id":"8eb4e53d-abf1-413c-9399-f73fe9766f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"x-authenticated-user-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"orgName\": \"NTP\",\n        \"channel\": \"ntp\",\n        \"description\": \"NTP Organisation for Sunbird\",\n        \"externalId\": \"ntp\",\n        \"isSSOEnabled\": true,\n        \"organisationType\": \"board\",\n        \"isTenant\": true\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/org/v1/create","urlObject":{"path":["api","org","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8eb4e53d-abf1-413c-9399-f73fe9766f50"},{"name":"User Create","id":"3f9af0a6-7e02-41bd-9314-b70242aab730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"<p>To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.</p>\n","key":"Authorization","value":"{{kong_api_key}}"},{"description":"<p>It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password</p>\n","key":"x-authenticated-user-token","value":"{{keycloak_access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"firstName\": \"SunbirdOrgAdmin1\",\n        \"lastName\": \"\",\n        \"email\": \"SunbirdOrgAdmin1@yopmail.com\",\n        \"userName\": \"admin1\",\n        \"password\": \"Admin@123\",\n        \"emailVerified\":true,\n        \"channel\":\"{{channel_name}}\",\n        \"roles\": [\"ORG_ADMIN\"]\n    }\n}"},"url":"{{host}}/api/user/v1/create","urlObject":{"path":["api","user","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f9af0a6-7e02-41bd-9314-b70242aab730"},{"name":"X - User Update (optional)","id":"1e625678-c343-4dac-890c-323dbf92f4a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"description":"<p>To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.</p>\n","key":"Authorization","value":"{{kong_api_key}}"},{"description":"<p>It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password</p>\n","key":"x-authenticated-user-token","value":"{{keycloak_access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"userId\": \"a570891b-18e8-4c81-a0b2-0fe4218649e8\",\n        \"roles\": [\"ORG_ADMIN\"]\n        \n    }\n}"},"url":"{{host}}/api/user/v1/update","urlObject":{"path":["api","user","v1","update"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e625678-c343-4dac-890c-323dbf92f4a3"},{"name":"User Search","id":"83c07a8b-811c-464b-8513-95e1684b912b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{kong_api_key}}"},{"key":"x-authenticated-user-token","type":"text","value":"{{keycloak_access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"filters\": {\n            \"userName\": \"admin\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/user/v1/search","urlObject":{"path":["api","user","v1","search"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c450c625-f510-4b2a-b1bc-88e2c4dae063","name":"'INTERNAL SERVER ERROR. We track these errors automatically and try to set it right at the earliest. Try refreshing the page. If the problem persists contact us at info@sunbird.org.'","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"description":"To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.","key":"Authorization","value":"<string>"},{"description":"It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password","key":"x-authenticated-user-token","value":"<string>"},{"description":"Timestamp is a sequence of characters or encoded information identifying when the search user API call occurred, usually it gives date and time of day, mostly accurate to a small fraction of a second.","key":"ts","value":"<string>"},{"description":"This ID uniquely identifies a request if the same API is executed multiple times.","key":"X-msgid","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"filters\": {\n            \"userAttribute\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"$or\": \"<object>\"\n        },\n        \"limit\": \"<integer>\"\n    }\n}"},"url":"{{baseUrl}}/user/v1/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": \"<object>\"\n}"},{"id":"e865dfba-cd94-49b7-ae10-a3217e5e791f","name":"OK ! Successful operation.\"Search User\" operation was successfully executed.","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"description":"To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.","key":"Authorization","value":"<string>"},{"description":"It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password","key":"x-authenticated-user-token","value":"<string>"},{"description":"Timestamp is a sequence of characters or encoded information identifying when the search user API call occurred, usually it gives date and time of day, mostly accurate to a small fraction of a second.","key":"ts","value":"<string>"},{"description":"This ID uniquely identifies a request if the same API is executed multiple times.","key":"X-msgid","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"filters\": {\n            \"userAttribute\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"$or\": \"<object>\"\n        },\n        \"limit\": \"<integer>\"\n    }\n}"},"url":"{{baseUrl}}/user/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"response\": {\n  \"count\": \"<integer>\",\n  \"content\": [\n   {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"password\": \"<string>\",\n    \"email\": \"<string>\",\n    \"userName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"id\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"language\": [\n     \"<string>\",\n     \"<string>\"\n    ],\n    \"gender\": \"<string>\",\n    \"phoneVerified\": \"<boolean>\",\n    \"status\": \"<integer>\",\n    \"subject\": [\n     \"<string>\",\n     \"<string>\"\n    ],\n    \"roles\": [\n     \"<string>\",\n     \"<string>\"\n    ],\n    \"provider\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"channel\": \"<string>\",\n    \"profileSummary\": \"<string>\",\n    \"rootOrgId\": \"<string>\",\n    \"dob\": \"<YYYY-MM-DD>\",\n    \"grade\": \"<string>\",\n    \"location\": \"<string>\",\n    \"education\": {\n     \"degree\": \"<string>\",\n     \"name\": \"<string>\",\n     \"boardOrUniversity\": \"<string>\",\n     \"yearOfPassing\": \"<integer>\",\n     \"courseName\": \"<string>\",\n     \"address\": {\n      \"addType\": \"<string>\",\n      \"addressLine1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"addressLine2\": \"<string>\",\n      \"zipCode\": \"<string>\"\n     },\n     \"percentage\": \"<double>\",\n     \"grade\": \"<string>\"\n    },\n    \"profileVisibility\": \"<object>\",\n    \"address\": {\n     \"addType\": \"<string>\",\n     \"addressLine1\": \"<string>\",\n     \"city\": \"<string>\",\n     \"state\": \"<string>\",\n     \"addressLine2\": \"<string>\",\n     \"zipCode\": \"<string>\"\n    },\n    \"jobProfile\": {\n     \"jobName\": \"<string>\",\n     \"role\": \"<string>\",\n     \"joiningDate\": \"<string>\",\n     \"orgName\": \"<string>\",\n     \"endDate\": \"<string>\",\n     \"orgId\": \"<string>\",\n     \"subject\": [\n      \"<string>\",\n      \"<string>\"\n     ],\n     \"address\": {\n      \"addType\": \"<string>\",\n      \"addressLine1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"addressLine2\": \"<string>\",\n      \"zipCode\": \"<string>\"\n     }\n    },\n    \"webPages\": {\n     \"type\": \"<string>\",\n     \"url\": \"<string>\"\n    }\n   },\n   {\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"password\": \"<string>\",\n    \"email\": \"<string>\",\n    \"userName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"id\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"language\": [\n     \"<string>\",\n     \"<string>\"\n    ],\n    \"gender\": \"<string>\",\n    \"phoneVerified\": \"<boolean>\",\n    \"status\": \"<integer>\",\n    \"subject\": [\n     \"<string>\",\n     \"<string>\"\n    ],\n    \"roles\": [\n     \"<string>\",\n     \"<string>\"\n    ],\n    \"provider\": \"<string>\",\n    \"externalId\": \"<string>\",\n    \"channel\": \"<string>\",\n    \"profileSummary\": \"<string>\",\n    \"rootOrgId\": \"<string>\",\n    \"dob\": \"<YYYY-MM-DD>\",\n    \"grade\": \"<string>\",\n    \"location\": \"<string>\",\n    \"education\": {\n     \"degree\": \"<string>\",\n     \"name\": \"<string>\",\n     \"boardOrUniversity\": \"<string>\",\n     \"yearOfPassing\": \"<integer>\",\n     \"courseName\": \"<string>\",\n     \"address\": {\n      \"addType\": \"<string>\",\n      \"addressLine1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"addressLine2\": \"<string>\",\n      \"zipCode\": \"<string>\"\n     },\n     \"percentage\": \"<double>\",\n     \"grade\": \"<string>\"\n    },\n    \"profileVisibility\": \"<object>\",\n    \"address\": {\n     \"addType\": \"<string>\",\n     \"addressLine1\": \"<string>\",\n     \"city\": \"<string>\",\n     \"state\": \"<string>\",\n     \"addressLine2\": \"<string>\",\n     \"zipCode\": \"<string>\"\n    },\n    \"jobProfile\": {\n     \"jobName\": \"<string>\",\n     \"role\": \"<string>\",\n     \"joiningDate\": \"<string>\",\n     \"orgName\": \"<string>\",\n     \"endDate\": \"<string>\",\n     \"orgId\": \"<string>\",\n     \"subject\": [\n      \"<string>\",\n      \"<string>\"\n     ],\n     \"address\": {\n      \"addType\": \"<string>\",\n      \"addressLine1\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"addressLine2\": \"<string>\",\n      \"zipCode\": \"<string>\"\n     }\n    },\n    \"webPages\": {\n     \"type\": \"<string>\",\n     \"url\": \"<string>\"\n    }\n   }\n  ]\n }\n}"},{"id":"f4e41d05-a066-4363-aaa8-ea12479a5b12","name":"BAD REQUEST. The \"Search User\" operation failed ! The possible reason for failure is that you may have missed providing input for a mandatory parameter.","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"description":"To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.","key":"Authorization","value":"<string>"},{"description":"It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password","key":"x-authenticated-user-token","value":"<string>"},{"description":"Timestamp is a sequence of characters or encoded information identifying when the search user API call occurred, usually it gives date and time of day, mostly accurate to a small fraction of a second.","key":"ts","value":"<string>"},{"description":"This ID uniquely identifies a request if the same API is executed multiple times.","key":"X-msgid","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"filters\": {\n            \"userAttribute\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"$or\": \"<object>\"\n        },\n        \"limit\": \"<integer>\"\n    }\n}"},"url":"{{baseUrl}}/user/v1/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": \"<object>\"\n}"},{"id":"c86f4c68-cd1a-46ba-abf4-dea461f562f8","name":"Resource not found. requested resource not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"description":"To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.","key":"Authorization","value":"<string>"},{"description":"It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password","key":"x-authenticated-user-token","value":"<string>"},{"description":"Timestamp is a sequence of characters or encoded information identifying when the search user API call occurred, usually it gives date and time of day, mostly accurate to a small fraction of a second.","key":"ts","value":"<string>"},{"description":"This ID uniquely identifies a request if the same API is executed multiple times.","key":"X-msgid","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"filters\": {\n            \"userAttribute\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"$or\": \"<object>\"\n        },\n        \"limit\": \"<integer>\"\n    }\n}"},"url":"{{baseUrl}}/user/v1/search"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": \"<object>\"\n}"}],"_postman_id":"83c07a8b-811c-464b-8513-95e1684b912b"},{"name":"X - Assign role to user(optional)","id":"500d87f0-4c5b-4f8c-a385-7a85dc8cc687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.</p>\n","key":"Authorization","value":"{{kong_api_key}}"},{"description":"<p>It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password</p>\n","key":"x-authenticated-user-token","value":"{{keycloak_access_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"userId\": \"571a1d41-77f4-4865-8d49-2eebef2365d0\",\n        \"organisationId\":\"{{channel_sunbird_id}}\",\n        \"roles\":[\"ORG_ADMIN\"]\n    }\n}"},"url":"{{host}}/api/user/v1/role/assign","urlObject":{"path":["api","user","v1","role","assign"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0f116b97-b55d-4790-aa06-09e34c05c0d0","name":"RESOURSE NOT FOUND. The \"Create User\" operation failed ! The possible reason for failure is the requested resource is not available.","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"description":"Timestamp at which given API request is sent.","key":"ts","value":"<string>"},{"description":"This ID uniquely identifies a request if the same API is executed multiple times.","key":"X-msgid","value":"<string>"},{"description":"To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.","key":"Authorization","value":"<string>"},{"description":"It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password","key":"x-authenticated-user-token","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"firstName\": \"<string>\",\n        \"password\": \"<string>\",\n        \"email\": \"<string>\",\n        \"userName\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"avatar\": \"<string>\",\n        \"language\": [\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"gender\": \"<string>\",\n        \"phoneVerified\": \"<boolean>\",\n        \"subject\": [\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"channel\": \"<string>\",\n        \"externalIds\": [\n            {\n                \"id\": \"<string>\",\n                \"provider\": \"<string>\",\n                \"idType\": \"<string>\"\n            },\n            {\n                \"id\": \"<string>\",\n                \"provider\": \"<string>\",\n                \"idType\": \"<string>\"\n            }\n        ],\n        \"profileSummary\": \"<string>\",\n        \"dob\": \"<YYYY-MM-DD>\",\n        \"grade\": \"<string>\",\n        \"location\": \"<string>\",\n        \"education\": [\n            {\n                \"degree\": \"<string>\",\n                \"name\": \"<string>\",\n                \"boardOrUniversity\": \"<string>\",\n                \"yearOfPassing\": \"<integer>\",\n                \"courseName\": \"<string>\",\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                },\n                \"percentage\": \"<double>\",\n                \"grade\": \"<string>\"\n            },\n            {\n                \"degree\": \"<string>\",\n                \"name\": \"<string>\",\n                \"boardOrUniversity\": \"<string>\",\n                \"yearOfPassing\": \"<integer>\",\n                \"courseName\": \"<string>\",\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                },\n                \"percentage\": \"<double>\",\n                \"grade\": \"<string>\"\n            }\n        ],\n        \"profileVisibility\": \"<object>\",\n        \"address\": [\n            {\n                \"addType\": \"<string>\",\n                \"addressLine1\": \"<string>\",\n                \"city\": \"<string>\",\n                \"state\": \"<string>\",\n                \"addressLine2\": \"<string>\",\n                \"zipCode\": \"<string>\"\n            },\n            {\n                \"addType\": \"<string>\",\n                \"addressLine1\": \"<string>\",\n                \"city\": \"<string>\",\n                \"state\": \"<string>\",\n                \"addressLine2\": \"<string>\",\n                \"zipCode\": \"<string>\"\n            }\n        ],\n        \"jobProfile\": [\n            {\n                \"jobName\": \"<string>\",\n                \"role\": \"<string>\",\n                \"joiningDate\": \"<string>\",\n                \"orgName\": \"<string>\",\n                \"endDate\": \"<string>\",\n                \"orgId\": \"<string>\",\n                \"subject\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                }\n            },\n            {\n                \"jobName\": \"<string>\",\n                \"role\": \"<string>\",\n                \"joiningDate\": \"<string>\",\n                \"orgName\": \"<string>\",\n                \"endDate\": \"<string>\",\n                \"orgId\": \"<string>\",\n                \"subject\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                }\n            }\n        ],\n        \"webPages\": {\n            \"type\": \"<string>\",\n            \"url\": \"<string>\"\n        }\n    }\n}"},"url":"{{baseUrl}}/user/v1/create"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": \"<object>\"\n}"},{"id":"9ba79d95-5ce5-488e-b7e4-f265134f554f","name":"OK ! Successful operation.\"Create User\" operation was successfully executed.","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"description":"Timestamp at which given API request is sent.","key":"ts","value":"<string>"},{"description":"This ID uniquely identifies a request if the same API is executed multiple times.","key":"X-msgid","value":"<string>"},{"description":"To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.","key":"Authorization","value":"<string>"},{"description":"It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password","key":"x-authenticated-user-token","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"firstName\": \"<string>\",\n        \"password\": \"<string>\",\n        \"email\": \"<string>\",\n        \"userName\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"avatar\": \"<string>\",\n        \"language\": [\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"gender\": \"<string>\",\n        \"phoneVerified\": \"<boolean>\",\n        \"subject\": [\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"channel\": \"<string>\",\n        \"externalIds\": [\n            {\n                \"id\": \"<string>\",\n                \"provider\": \"<string>\",\n                \"idType\": \"<string>\"\n            },\n            {\n                \"id\": \"<string>\",\n                \"provider\": \"<string>\",\n                \"idType\": \"<string>\"\n            }\n        ],\n        \"profileSummary\": \"<string>\",\n        \"dob\": \"<YYYY-MM-DD>\",\n        \"grade\": \"<string>\",\n        \"location\": \"<string>\",\n        \"education\": [\n            {\n                \"degree\": \"<string>\",\n                \"name\": \"<string>\",\n                \"boardOrUniversity\": \"<string>\",\n                \"yearOfPassing\": \"<integer>\",\n                \"courseName\": \"<string>\",\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                },\n                \"percentage\": \"<double>\",\n                \"grade\": \"<string>\"\n            },\n            {\n                \"degree\": \"<string>\",\n                \"name\": \"<string>\",\n                \"boardOrUniversity\": \"<string>\",\n                \"yearOfPassing\": \"<integer>\",\n                \"courseName\": \"<string>\",\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                },\n                \"percentage\": \"<double>\",\n                \"grade\": \"<string>\"\n            }\n        ],\n        \"profileVisibility\": \"<object>\",\n        \"address\": [\n            {\n                \"addType\": \"<string>\",\n                \"addressLine1\": \"<string>\",\n                \"city\": \"<string>\",\n                \"state\": \"<string>\",\n                \"addressLine2\": \"<string>\",\n                \"zipCode\": \"<string>\"\n            },\n            {\n                \"addType\": \"<string>\",\n                \"addressLine1\": \"<string>\",\n                \"city\": \"<string>\",\n                \"state\": \"<string>\",\n                \"addressLine2\": \"<string>\",\n                \"zipCode\": \"<string>\"\n            }\n        ],\n        \"jobProfile\": [\n            {\n                \"jobName\": \"<string>\",\n                \"role\": \"<string>\",\n                \"joiningDate\": \"<string>\",\n                \"orgName\": \"<string>\",\n                \"endDate\": \"<string>\",\n                \"orgId\": \"<string>\",\n                \"subject\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                }\n            },\n            {\n                \"jobName\": \"<string>\",\n                \"role\": \"<string>\",\n                \"joiningDate\": \"<string>\",\n                \"orgName\": \"<string>\",\n                \"endDate\": \"<string>\",\n                \"orgId\": \"<string>\",\n                \"subject\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                }\n            }\n        ],\n        \"webPages\": {\n            \"type\": \"<string>\",\n            \"url\": \"<string>\"\n        }\n    }\n}"},"url":"{{baseUrl}}/user/v1/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"status\": \"<string>\"\n }\n}"},{"id":"d4e244f5-9ecf-4fb4-8e59-3cd91f3da8b3","name":"BAD REQUEST. The \"Create User\" operation failed ! The possible reason for failure is that you may have missed providing input for a mandatory parameter.","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"description":"Timestamp at which given API request is sent.","key":"ts","value":"<string>"},{"description":"This ID uniquely identifies a request if the same API is executed multiple times.","key":"X-msgid","value":"<string>"},{"description":"To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.","key":"Authorization","value":"<string>"},{"description":"It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password","key":"x-authenticated-user-token","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"firstName\": \"<string>\",\n        \"password\": \"<string>\",\n        \"email\": \"<string>\",\n        \"userName\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"avatar\": \"<string>\",\n        \"language\": [\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"gender\": \"<string>\",\n        \"phoneVerified\": \"<boolean>\",\n        \"subject\": [\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"channel\": \"<string>\",\n        \"externalIds\": [\n            {\n                \"id\": \"<string>\",\n                \"provider\": \"<string>\",\n                \"idType\": \"<string>\"\n            },\n            {\n                \"id\": \"<string>\",\n                \"provider\": \"<string>\",\n                \"idType\": \"<string>\"\n            }\n        ],\n        \"profileSummary\": \"<string>\",\n        \"dob\": \"<YYYY-MM-DD>\",\n        \"grade\": \"<string>\",\n        \"location\": \"<string>\",\n        \"education\": [\n            {\n                \"degree\": \"<string>\",\n                \"name\": \"<string>\",\n                \"boardOrUniversity\": \"<string>\",\n                \"yearOfPassing\": \"<integer>\",\n                \"courseName\": \"<string>\",\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                },\n                \"percentage\": \"<double>\",\n                \"grade\": \"<string>\"\n            },\n            {\n                \"degree\": \"<string>\",\n                \"name\": \"<string>\",\n                \"boardOrUniversity\": \"<string>\",\n                \"yearOfPassing\": \"<integer>\",\n                \"courseName\": \"<string>\",\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                },\n                \"percentage\": \"<double>\",\n                \"grade\": \"<string>\"\n            }\n        ],\n        \"profileVisibility\": \"<object>\",\n        \"address\": [\n            {\n                \"addType\": \"<string>\",\n                \"addressLine1\": \"<string>\",\n                \"city\": \"<string>\",\n                \"state\": \"<string>\",\n                \"addressLine2\": \"<string>\",\n                \"zipCode\": \"<string>\"\n            },\n            {\n                \"addType\": \"<string>\",\n                \"addressLine1\": \"<string>\",\n                \"city\": \"<string>\",\n                \"state\": \"<string>\",\n                \"addressLine2\": \"<string>\",\n                \"zipCode\": \"<string>\"\n            }\n        ],\n        \"jobProfile\": [\n            {\n                \"jobName\": \"<string>\",\n                \"role\": \"<string>\",\n                \"joiningDate\": \"<string>\",\n                \"orgName\": \"<string>\",\n                \"endDate\": \"<string>\",\n                \"orgId\": \"<string>\",\n                \"subject\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                }\n            },\n            {\n                \"jobName\": \"<string>\",\n                \"role\": \"<string>\",\n                \"joiningDate\": \"<string>\",\n                \"orgName\": \"<string>\",\n                \"endDate\": \"<string>\",\n                \"orgId\": \"<string>\",\n                \"subject\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                }\n            }\n        ],\n        \"webPages\": {\n            \"type\": \"<string>\",\n            \"url\": \"<string>\"\n        }\n    }\n}"},"url":"{{baseUrl}}/user/v1/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": \"<object>\"\n}"},{"id":"9edc4260-af1f-47ca-a8e1-72668d5f471a","name":"'INTERNAL SERVER ERROR. We track these errors automatically and try to set it right at the earliest. Try refreshing the page. If the problem persists contact us at info@sunbird.org.'","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":""},{"description":"Timestamp at which given API request is sent.","key":"ts","value":"<string>"},{"description":"This ID uniquely identifies a request if the same API is executed multiple times.","key":"X-msgid","value":"<string>"},{"description":"To make use of any User API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.","key":"Authorization","value":"<string>"},{"description":"It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password","key":"x-authenticated-user-token","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"firstName\": \"<string>\",\n        \"password\": \"<string>\",\n        \"email\": \"<string>\",\n        \"userName\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"avatar\": \"<string>\",\n        \"language\": [\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"gender\": \"<string>\",\n        \"phoneVerified\": \"<boolean>\",\n        \"subject\": [\n            \"<string>\",\n            \"<string>\"\n        ],\n        \"channel\": \"<string>\",\n        \"externalIds\": [\n            {\n                \"id\": \"<string>\",\n                \"provider\": \"<string>\",\n                \"idType\": \"<string>\"\n            },\n            {\n                \"id\": \"<string>\",\n                \"provider\": \"<string>\",\n                \"idType\": \"<string>\"\n            }\n        ],\n        \"profileSummary\": \"<string>\",\n        \"dob\": \"<YYYY-MM-DD>\",\n        \"grade\": \"<string>\",\n        \"location\": \"<string>\",\n        \"education\": [\n            {\n                \"degree\": \"<string>\",\n                \"name\": \"<string>\",\n                \"boardOrUniversity\": \"<string>\",\n                \"yearOfPassing\": \"<integer>\",\n                \"courseName\": \"<string>\",\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                },\n                \"percentage\": \"<double>\",\n                \"grade\": \"<string>\"\n            },\n            {\n                \"degree\": \"<string>\",\n                \"name\": \"<string>\",\n                \"boardOrUniversity\": \"<string>\",\n                \"yearOfPassing\": \"<integer>\",\n                \"courseName\": \"<string>\",\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                },\n                \"percentage\": \"<double>\",\n                \"grade\": \"<string>\"\n            }\n        ],\n        \"profileVisibility\": \"<object>\",\n        \"address\": [\n            {\n                \"addType\": \"<string>\",\n                \"addressLine1\": \"<string>\",\n                \"city\": \"<string>\",\n                \"state\": \"<string>\",\n                \"addressLine2\": \"<string>\",\n                \"zipCode\": \"<string>\"\n            },\n            {\n                \"addType\": \"<string>\",\n                \"addressLine1\": \"<string>\",\n                \"city\": \"<string>\",\n                \"state\": \"<string>\",\n                \"addressLine2\": \"<string>\",\n                \"zipCode\": \"<string>\"\n            }\n        ],\n        \"jobProfile\": [\n            {\n                \"jobName\": \"<string>\",\n                \"role\": \"<string>\",\n                \"joiningDate\": \"<string>\",\n                \"orgName\": \"<string>\",\n                \"endDate\": \"<string>\",\n                \"orgId\": \"<string>\",\n                \"subject\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                }\n            },\n            {\n                \"jobName\": \"<string>\",\n                \"role\": \"<string>\",\n                \"joiningDate\": \"<string>\",\n                \"orgName\": \"<string>\",\n                \"endDate\": \"<string>\",\n                \"orgId\": \"<string>\",\n                \"subject\": [\n                    \"<string>\",\n                    \"<string>\"\n                ],\n                \"address\": {\n                    \"addType\": \"<string>\",\n                    \"addressLine1\": \"<string>\",\n                    \"city\": \"<string>\",\n                    \"state\": \"<string>\",\n                    \"addressLine2\": \"<string>\",\n                    \"zipCode\": \"<string>\"\n                }\n            }\n        ],\n        \"webPages\": {\n            \"type\": \"<string>\",\n            \"url\": \"<string>\"\n        }\n    }\n}"},"url":"{{baseUrl}}/user/v1/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": \"<object>\"\n}"}],"_postman_id":"500d87f0-4c5b-4f8c-a385-7a85dc8cc687"},{"name":"User - Search","id":"9363910c-02f6-4f6c-b8a2-23e792e5eda4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"filters\": {\n           \"isRootOrg\":true\n        },\n        \"fields\": [\"id\",\"channel\",\"orgName\"],\n        \"sortBy\": {\n            \"createdDate\": \"Desc\"\n        },\n        \"limit\": 1000\n    }\n}"},"url":"{{host}}/api/org/v1/search","urlObject":{"path":["api","org","v1","search"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9363910c-02f6-4f6c-b8a2-23e792e5eda4"}],"id":"263b8686-dd00-42ac-9abb-a5fd13a10e92","_postman_id":"263b8686-dd00-42ac-9abb-a5fd13a10e92","description":""},{"name":"2-Knowlg","item":[{"name":"0-Health Check","item":[{"name":"content-health","id":"886e2e07-0d79-455e-b132-d5cc22327e42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{content_host}}/health","urlObject":{"path":["health"],"host":["{{content_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"886e2e07-0d79-455e-b132-d5cc22327e42"},{"name":"taxonomy-health","id":"597c18a6-d53f-474a-9803-a524a86ff7aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{taxonomy_host}}/health","urlObject":{"path":["health"],"host":["{{taxonomy_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"597c18a6-d53f-474a-9803-a524a86ff7aa"},{"name":"learning-service-health","id":"818fdbe8-414f-4196-b9be-00af191fb2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{learningservice_host}}/health","urlObject":{"path":["health"],"host":["{{learningservice_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"818fdbe8-414f-4196-b9be-00af191fb2dd"},{"name":"search-health","id":"32933aa5-87b5-4255-967e-b3f3287fca9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{private_ingressgateway_ip}}/search/health","urlObject":{"path":["search","health"],"host":["{{private_ingressgateway_ip}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"32933aa5-87b5-4255-967e-b3f3287fca9d"}],"id":"f9a5dfce-97e4-4110-999c-6baabcbbd95a","_postman_id":"f9a5dfce-97e4-4110-999c-6baabcbbd95a","description":""},{"name":"1-Create Channel","item":[{"name":"Sunbird","event":[{"listen":"test","script":{"id":"5db1dc39-7730-492f-b4be-8a9f2ed0e663","exec":["let jsonResponse = pm.response.json();","","pm.test(\"Verify keys and data type of the response result\", () => {","  pm.expect(jsonResponse.result).to.have.all.keys('identifier', 'node_id');","  pm.expect(jsonResponse.result.identifier).to.be.a(\"string\");","  pm.expect(jsonResponse.result.node_id).to.be.a(\"string\");","});","","//Validation","pm.test(\"id should be api.channel.create\", function () {","   pm.expect(jsonResponse.id).to.eql(\"api.channel.create\");","});","pm.test(\"ver should be 3.0\", function () {","   pm.expect(jsonResponse.ver).to.eql(\"3.0\");","});","","// Set global variable","pm.globals.set(\"default_channel\", jsonResponse.result.identifier);",""],"type":"text/javascript"}}],"id":"e7dbe088-9945-4a8a-aa4b-f65be823e792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"channel\": {\n            \"name\": \"Sunbird Org\",\n            \"description\": \"Default Organisation for Sunbird\",\n            \"code\": \"sunbird\"\n        }\n    }\n}"},"url":"{{host}}/api/channel/v1/create","urlObject":{"path":["api","channel","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7dbe088-9945-4a8a-aa4b-f65be823e792"},{"name":"Ekstep","id":"0871eb91-0f7e-472d-8ffe-91c25a798adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"channel\": {\n            \"name\": \"Ekstep\",\n            \"description\": \"Ekstep Organisation for Sunbird\",\n            \"code\": \"in.ekstep\"\n        }\n    }\n}"},"url":"{{host}}/api/channel/v1/create","urlObject":{"path":["api","channel","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0871eb91-0f7e-472d-8ffe-91c25a798adf"},{"name":"NTP","id":"7524d231-1593-475c-9958-b8f8607ce714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"channel\": {\n            \"name\": \"NTP\",\n            \"description\": \"NTP Organisation for Sunbird\",\n            \"code\": \"ntp\"\n        }\n    }\n}"},"url":"{{host}}/api/channel/v1/create","urlObject":{"path":["api","channel","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7524d231-1593-475c-9958-b8f8607ce714"}],"id":"c2416815-4474-480c-9224-d987fe7593e2","_postman_id":"c2416815-4474-480c-9224-d987fe7593e2","description":""},{"name":"2-Create Object Schema or Definition - Learning-service","item":[{"name":"Channel Definition","id":"4320654f-4f10-4aaa-9ab4-8f772d6bd938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"user-id","value":"sunbird"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"definitionNodes\": [\n        {\n            \"objectType\": \"Channel\",\n            \"properties\": [\n                {\n                    \"propertyName\": \"name\",\n                    \"title\": \"Name\",\n                    \"description\": \"Name of the channel\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"description\",\n                    \"title\": \"Name\",\n                    \"description\": \"description of the channel\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"code\",\n                    \"title\": \"Code\",\n                    \"description\": \"Unique code for the channel\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 2}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"status\",\n                    \"title\": \"Status\",\n                    \"description\": \"Status of the domain\",\n                    \"category\": \"general\",\n                    \"dataType\": \"Select\",\n                    \"range\": [\n                        \"Draft\",\n                        \"Live\",\n                        \"Retired\"\n                    ],\n                    \"required\": false,\n                    \"indexed\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"Live\",\n                    \"renderingHints\": \"{'inputType': 'select', 'order': 3}\"\n                },\n                {\n                    \"propertyName\": \"defaultFramework\",\n                    \"title\": \"Default Framework\",\n                    \"description\": \"\",\n                    \"category\": \"general\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"NCF\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 10 }\"\n                },\n                {\n                    \"propertyName\": \"createdBy\",\n                    \"title\": \"Created By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 10 }\"\n                },\n                {\n                    \"propertyName\": \"createdOn\",\n                    \"title\": \"Created On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 11 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedBy\",\n                    \"title\": \"Last Updated By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 12 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedOn\",\n                    \"title\": \"Last Updated On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 13 }\"\n                },\n                {\n                    \"propertyName\": \"contentFilter\",\n                    \"title\": \"search\",\n                    \"description\": \"\",\n                    \"category\": \"technical\",\n                    \"dataType\": \"json\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 14 }\"\n                },\n                {\n                    \"propertyName\": \"appId\",\n                    \"title\": \"appId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"channel\",\n                    \"title\": \"Channel\",\n                    \"description\": \"Channel Id of Channel\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 3}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"consumerId\",\n                    \"title\": \"consumerId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"lastStatusChangedOn\",\n                    \"title\": \"lastStatusChangedOn\",\n                    \"description\": \"Timestamp of last status update\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"required\": false,\n                    \"dataType\": \"Text\",\n                    \"propertyName\": \"versionKey\",\n                    \"title\": \"Data Version Key\",\n                    \"description\": \"Version number of Channel\",\n                    \"category\": \"Technical\",\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true,\n                    \"draft\": false\n                },\n                {\n                    \"required\": false,\n                    \"dataType\": \"Text\",\n                    \"propertyName\": \"defaultLicense\",\n                    \"title\": \"Default License\",\n                    \"description\": \"Default License for Channel\",\n                    \"category\": \"General\",\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                }\n            ],\n            \"inRelations\": [],\n            \"outRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"CategoryInstance\"\n                    ],\n                    \"title\": \"categories\",\n                    \"description\": \"category instance associated with this channel\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 26 }\"\n                },\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Framework\"\n                    ],\n                    \"title\": \"frameworks\",\n                    \"description\": \"framework associated with this channel\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 26 }\"\n                }\n            ],\n            \"systemTags\": [],\n            \"metadata\": {\n                \"ttl\": 24,\n                \"limit\": 50\n            }\n        }\n    ]\n}"},"url":"{{learningservice_host}}/learning-service/taxonomy/domain/definition","description":"<p>Should be executed on the server directly as it is not on-boarded to Kong.</p>\n<p>On Learning-Service</p>\n","urlObject":{"path":["learning-service","taxonomy","domain","definition"],"host":["{{learningservice_host}}"],"query":[],"variable":[]}},"response":[{"id":"b14754f9-8771-440e-96a6-c33429dd5a96","name":"Channel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"user-id","value":"vinu"}],"body":{"mode":"raw","raw":"{\n    \"definitionNodes\": [\n        {\n            \"objectType\": \"Channel\",\n            \"properties\": [\n                {\n                    \"propertyName\": \"name\",\n                    \"title\": \"Name\",\n                    \"description\": \"Name of the channel\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"description\",\n                    \"title\": \"Name\",\n                    \"description\": \"description of the channel\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"code\",\n                    \"title\": \"Code\",\n                    \"description\": \"Unique code for the channel\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 2}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"status\",\n                    \"title\": \"Status\",\n                    \"description\": \"Status of the domain\",\n                    \"category\": \"general\",\n                    \"dataType\": \"Select\",\n                    \"range\": [\n                        \"Draft\",\n                        \"Live\",\n                        \"Retired\"\n                    ],\n                    \"required\": false,\n                    \"indexed\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"Live\",\n                    \"renderingHints\": \"{'inputType': 'select', 'order': 3}\"\n                },\n                {\n                    \"propertyName\": \"defaultFramework\",\n                    \"title\": \"Default Framework\",\n                    \"description\": \"\",\n                    \"category\": \"general\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"NCF\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 10 }\"\n                },\n                {\n                    \"propertyName\": \"createdBy\",\n                    \"title\": \"Created By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 10 }\"\n                },\n                {\n                    \"propertyName\": \"createdOn\",\n                    \"title\": \"Created On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 11 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedBy\",\n                    \"title\": \"Last Updated By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 12 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedOn\",\n                    \"title\": \"Last Updated On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 13 }\"\n                },\n                {\n                    \"propertyName\": \"contentFilter\",\n                    \"title\": \"search\",\n                    \"description\": \"\",\n                    \"category\": \"technical\",\n                    \"dataType\": \"json\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 14 }\"\n                },\n                {\n                    \"propertyName\": \"appId\",\n                    \"title\": \"appId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"channel\",\n                    \"title\": \"Channel\",\n                    \"description\": \"Channel Id of Channel\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 3}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"consumerId\",\n                    \"title\": \"consumerId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"lastStatusChangedOn\",\n                    \"title\": \"lastStatusChangedOn\",\n                    \"description\": \"Timestamp of last status update\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"required\": false,\n                    \"dataType\": \"Text\",\n                    \"propertyName\": \"versionKey\",\n                    \"title\": \"Data Version Key\",\n                    \"description\": \"Version number of Channel\",\n                    \"category\": \"Technical\",\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true,\n                    \"draft\": false\n                },\n                {\n                    \"required\": false,\n                    \"dataType\": \"Text\",\n                    \"propertyName\": \"defaultLicense\",\n                    \"title\": \"Default License\",\n                    \"description\": \"Default License for Channel\",\n                    \"category\": \"General\",\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                }\n            ],\n            \"inRelations\": [],\n            \"outRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"CategoryInstance\"\n                    ],\n                    \"title\": \"categories\",\n                    \"description\": \"category instance associated with this channel\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 26 }\"\n                },\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Framework\"\n                    ],\n                    \"title\": \"frameworks\",\n                    \"description\": \"framework associated with this channel\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 26 }\"\n                }\n            ],\n            \"systemTags\": [],\n            \"metadata\": {\n                \"ttl\": 24,\n                \"limit\": 50\n            }\n        }\n    ]\n}"},"url":"{{learningservice_host}}/taxonomy/domain/definition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Oct 2022 04:46:46 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.definition.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-10-27T10:16:46Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"8664767a-5b4d-46af-8d28-2d868a4bb217\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {}\n}"}],"_postman_id":"4320654f-4f10-4aaa-9ab4-8f772d6bd938"},{"name":"Framework Definition","id":"9cbecd12-625b-4972-980b-0187013473c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"user-id","value":"sunbird","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"definitionNodes\": [\n        {\n            \"objectType\": \"Framework\",\n            \"properties\": [\n                {\n                    \"propertyName\": \"name\",\n                    \"title\": \"Name\",\n                    \"description\": \"Name of the framework\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"description\",\n                    \"title\": \"Description\",\n                    \"description\": \"Description of the framework\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 2}\",\n                    \"indexed\": false\n                },\n                {\n                    \"propertyName\": \"code\",\n                    \"title\": \"Code\",\n                    \"description\": \"Unique code for the framework\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 3}\",\n                    \"indexed\": false\n                },\n                {\n                    \"propertyName\": \"type\",\n                    \"title\": \"Type\",\n                    \"description\": \"Type for the framework\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Select\",\n                    \"range\": [\n                        \"K-12\",\n                        \"TPD\"\n                    ],\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"K-12\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 3}\",\n                    \"indexed\": false\n                },\n                {\n                    \"propertyName\": \"status\",\n                    \"title\": \"Status\",\n                    \"description\": \"Status of the framework\",\n                    \"category\": \"Lifecycle\",\n                    \"dataType\": \"Select\",\n                    \"range\": [\n                        \"Live\",\n                        \"Retired\"\n                    ],\n                    \"required\": false,\n                    \"indexed\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"Live\",\n                    \"renderingHints\": \"{'inputType': 'select', 'order': 5}\"\n                },\n                {\n                    \"propertyName\": \"translations\",\n                    \"title\": \"Translations\",\n                    \"description\": \"Translations for the framework\",\n                    \"category\": \"General\",\n                    \"dataType\": \"JSON\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'object', 'order': 2}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"createdBy\",\n                    \"title\": \"Created By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 6}\"\n                },\n                {\n                    \"propertyName\": \"createdOn\",\n                    \"title\": \"Created On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 7}\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedBy\",\n                    \"title\": \"Last Updated By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 8}\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedOn\",\n                    \"title\": \"Last Updated On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 13 }\"\n                },\n                {\n                    \"propertyName\": \"consumerId\",\n                    \"title\": \"consumerId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"appId\",\n                    \"title\": \"appId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"channel\",\n                    \"title\": \"Channel\",\n                    \"description\": \"Channel Id of Framework Creator\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"lastStatusChangedOn\",\n                    \"title\": \"lastStatusChangedOn\",\n                    \"description\": \"Timestamp of last status update\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"required\": false,\n                    \"dataType\": \"Text\",\n                    \"propertyName\": \"owner\",\n                    \"title\": \"Owner\",\n                    \"description\": \"R-1.15_Framework Owner\",\n                    \"category\": \"Ownership\",\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"indexed\": true,\n                    \"draft\": false\n                },\n                {\n                    \"required\": false,\n                    \"dataType\": \"Select\",\n                    \"propertyName\": \"systemDefault\",\n                    \"title\": \"System Default\",\n                    \"description\": \"System Default value\",\n                    \"category\": \"General\",\n                    \"displayProperty\": \"Editable\",\n                    \"range\": [\n                        \"Yes\",\n                        \"No\"\n                    ],\n                    \"defaultValue\": \"No\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                }\n            ],\n            \"inRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Channel\"\n                    ],\n                    \"title\": \"channels\",\n                    \"description\": \"Channels of the framework\",\n                    \"required\": false\n                }\n            ],\n            \"outRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"CategoryInstance\"\n                    ],\n                    \"title\": \"categories\",\n                    \"description\": \"Categories of framework\",\n                    \"required\": false\n                }\n            ],\n            \"systemTags\": [],\n            \"metadata\": {\n                \"ttl\": 24,\n                \"limit\": 50,\n                \"fields\": [\n                    \"name\",\n                    \"code\",\n                    \"description\",\n                    \"type\",\n                    \"translations\"\n                ]\n            }\n        }\n    ]\n}"},"url":"{{host}}/learning-service/taxonomy/domain/definition","urlObject":{"path":["learning-service","taxonomy","domain","definition"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cbecd12-625b-4972-980b-0187013473c1"},{"name":"Category Definition","id":"dd2caa1e-1331-44b6-88cc-6488ac73d6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}"},{"key":"user-id","value":"sunbird","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"definitionNodes\": [\n        {\n            \"objectType\": \"Category\",\n            \"properties\": [\n                {\n                    \"propertyName\": \"name\",\n                    \"title\": \"Name\",\n                    \"description\": \"Name of the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"description\",\n                    \"title\": \"Name\",\n                    \"description\": \"description of the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 3}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"code\",\n                    \"title\": \"Code\",\n                    \"description\": \"Unique code for the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"translations\",\n                    \"title\": \"Translations\",\n                    \"description\": \"Translations for the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"JSON\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'object', 'order': 5}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"defaultTerm\",\n                    \"title\": \"defaultTerm\",\n                    \"description\": \"defaultTerm associated with the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"JSON\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 6}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"status\",\n                    \"title\": \"Status\",\n                    \"description\": \"Status of the category\",\n                    \"category\": \"general\",\n                    \"dataType\": \"Select\",\n                    \"range\": [\n                        \"Draft\",\n                        \"Live\",\n                        \"Retired\"\n                    ],\n                    \"required\": false,\n                    \"indexed\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"Live\",\n                    \"renderingHints\": \"{'inputType': 'select', 'order': 7}\"\n                },\n                {\n                    \"propertyName\": \"createdBy\",\n                    \"title\": \"Created By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 8}\"\n                },\n                {\n                    \"propertyName\": \"createdOn\",\n                    \"title\": \"Created On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ inputType': 'date', 'order': 9 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedBy\",\n                    \"title\": \"Last Updated By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 10 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedOn\",\n                    \"title\": \"Last Updated On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ inputType': 'date', 'order': 11 }\"\n                },\n                {\n                    \"propertyName\": \"consumerId\",\n                    \"title\": \"consumerId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"appId\",\n                    \"title\": \"appId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"channel\",\n                    \"title\": \"Channel\",\n                    \"description\": \"Channel Id of Framework Creator\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"lastStatusChangedOn\",\n                    \"title\": \"lastStatusChangedOn\",\n                    \"description\": \"Timestamp of last status update\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"orgIdFieldName\",\n                    \"title\": \"OrgIdFieldName\",\n                    \"description\": \"Org Id FieldName for Category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"targetIdFieldName\",\n                    \"title\": \"TargetIdFieldName\",\n                    \"description\": \"TargetId FieldName for Category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"searchIdFieldName\",\n                    \"title\": \"SearchIdFieldName\",\n                    \"description\": \"SearchId FieldName for Category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"searchLabelFieldName\",\n                    \"title\": \"SearchLabelFieldName\",\n                    \"description\": \"SearchLabel FieldName for Category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                }\n            ],\n            \"inRelations\": [],\n            \"outRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"terms\",\n                    \"description\": \"term instance which has sequence relationship with this category\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 12 }\"\n                }\n            ],\n            \"systemTags\": [],\n            \"metadata\": {\n                \"ttl\": 11,\n                \"limit\": 50,\n                \"fields\": [\n                    \"translations\"\n                ]\n            }\n        }\n    ]\n}"},"url":"{{host}}/learning-service/taxonomy/domain/definition","urlObject":{"path":["learning-service","taxonomy","domain","definition"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7ae289d2-9d9d-421c-ba79-40e7e334999e","name":"Category Definition","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"user-id","value":"vinu"}],"body":{"mode":"raw","raw":"{\n    \"definitionNodes\": [\n        {\n            \"objectType\": \"Category\",\n            \"properties\": [\n                {\n                    \"propertyName\": \"name\",\n                    \"title\": \"Name\",\n                    \"description\": \"Name of the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"description\",\n                    \"title\": \"Name\",\n                    \"description\": \"description of the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 3}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"code\",\n                    \"title\": \"Code\",\n                    \"description\": \"Unique code for the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"translations\",\n                    \"title\": \"Translations\",\n                    \"description\": \"Translations for the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"JSON\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'object', 'order': 5}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"defaultTerm\",\n                    \"title\": \"defaultTerm\",\n                    \"description\": \"defaultTerm associated with the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"JSON\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 6}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"status\",\n                    \"title\": \"Status\",\n                    \"description\": \"Status of the category\",\n                    \"category\": \"general\",\n                    \"dataType\": \"Select\",\n                    \"range\": [\n                        \"Draft\",\n                        \"Live\",\n                        \"Retired\"\n                    ],\n                    \"required\": false,\n                    \"indexed\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"Live\",\n                    \"renderingHints\": \"{'inputType': 'select', 'order': 7}\"\n                },\n                {\n                    \"propertyName\": \"createdBy\",\n                    \"title\": \"Created By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 8}\"\n                },\n                {\n                    \"propertyName\": \"createdOn\",\n                    \"title\": \"Created On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ inputType': 'date', 'order': 9 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedBy\",\n                    \"title\": \"Last Updated By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 10 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedOn\",\n                    \"title\": \"Last Updated On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ inputType': 'date', 'order': 11 }\"\n                },\n                {\n                    \"propertyName\": \"consumerId\",\n                    \"title\": \"consumerId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"appId\",\n                    \"title\": \"appId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"channel\",\n                    \"title\": \"Channel\",\n                    \"description\": \"Channel Id of Framework Creator\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"lastStatusChangedOn\",\n                    \"title\": \"lastStatusChangedOn\",\n                    \"description\": \"Timestamp of last status update\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"orgIdFieldName\",\n                    \"title\": \"OrgIdFieldName\",\n                    \"description\": \"Org Id FieldName for Category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"targetIdFieldName\",\n                    \"title\": \"TargetIdFieldName\",\n                    \"description\": \"TargetId FieldName for Category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"searchIdFieldName\",\n                    \"title\": \"SearchIdFieldName\",\n                    \"description\": \"SearchId FieldName for Category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"searchLabelFieldName\",\n                    \"title\": \"SearchLabelFieldName\",\n                    \"description\": \"SearchLabel FieldName for Category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                }\n            ],\n            \"inRelations\": [],\n            \"outRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"terms\",\n                    \"description\": \"term instance which has sequence relationship with this category\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 12 }\"\n                }\n            ],\n            \"systemTags\": [],\n            \"metadata\": {\n                \"ttl\": 11,\n                \"limit\": 50,\n                \"fields\": [\n                    \"translations\"\n                ]\n            }\n        }\n    ]\n}"},"url":"{{learningservice_host}}/taxonomy/domain/definition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 06:48:32 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.definition.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T12:18:32Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"8db519eb-6470-4c71-8715-318938fe4a6f\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {}\n}"}],"_postman_id":"dd2caa1e-1331-44b6-88cc-6488ac73d6e2"},{"name":"CategoryInstance Definition","id":"7ca6289e-4121-4e4a-8e4d-2e4c795606cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}"},{"key":"user-id","value":"sunbird","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"definitionNodes\": [\n        {\n            \"objectType\": \"CategoryInstance\",\n            \"properties\": [\n                {\n                    \"propertyName\": \"name\",\n                    \"title\": \"Name\",\n                    \"description\": \"Name of the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"description\",\n                    \"title\": \"Name\",\n                    \"description\": \"description of the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 3}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"code\",\n                    \"title\": \"Code\",\n                    \"description\": \"Unique code for the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"translations\",\n                    \"title\": \"Translations\",\n                    \"description\": \"Translations for the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"JSON\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'object', 'order': 5}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"defaultTerm\",\n                    \"title\": \"defaultTerm\",\n                    \"description\": \"defaultTerm associated with the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"json\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 6}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"status\",\n                    \"title\": \"Status\",\n                    \"description\": \"Status of the category\",\n                    \"category\": \"general\",\n                    \"dataType\": \"Select\",\n                    \"range\": [\n                        \"Draft\",\n                        \"Live\",\n                        \"Retired\"\n                    ],\n                    \"required\": false,\n                    \"indexed\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"Live\",\n                    \"renderingHints\": \"{'inputType': 'select', 'order': 7}\"\n                },\n                {\n                    \"propertyName\": \"createdBy\",\n                    \"title\": \"Created By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 8}\"\n                },\n                {\n                    \"propertyName\": \"createdOn\",\n                    \"title\": \"Created On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ inputType': 'date', 'order': 9 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedBy\",\n                    \"title\": \"Last Updated By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 10 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedOn\",\n                    \"title\": \"Last Updated On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ inputType': 'date', 'order': 11 }\"\n                },\n                {\n                    \"propertyName\": \"appId\",\n                    \"title\": \"appId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"channel\",\n                    \"title\": \"Channel\",\n                    \"description\": \"R-1.15_Channel Id\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 3}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"consumerId\",\n                    \"title\": \"consumerId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"lastStatusChangedOn\",\n                    \"title\": \"lastStatusChangedOn\",\n                    \"description\": \"Timestamp of last status update\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"index\",\n                    \"title\": \"Index\",\n                    \"description\": \"R-1.15_Index Position\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Number\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                }\n            ],\n            \"inRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Framework\"\n                    ],\n                    \"title\": \"frameworks\",\n                    \"description\": \"framework instance which has sequence relationship with this categoryInstance\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 14 }\"\n                },\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Channel\"\n                    ],\n                    \"title\": \"channels\",\n                    \"description\": \"channel instance which has sequence relationship with this categoryInstance\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 15 }\"\n                }\n            ],\n            \"outRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"terms\",\n                    \"description\": \"term instance which has sequence relationship with this categoryInstance\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 16 }\"\n                },\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Domain\"\n                    ],\n                    \"title\": \"domains\",\n                    \"description\": \"Domain which has sequence relationship with this categoryInstance\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 17 }\"\n                }\n            ],\n            \"systemTags\": [],\n            \"metadata\": {\n                \"ttl\": 11,\n                \"limit\": 50,\n                \"fields\": [\n                    \"identifier\",\n                    \"name\",\n                    \"code\",\n                    \"description\",\n                    \"status\",\n                    \"translations\"\n                ]\n            }\n        }\n    ]\n}"},"url":"{{learningservice_host}}/learning-service/taxonomy/domain/definition","urlObject":{"path":["learning-service","taxonomy","domain","definition"],"host":["{{learningservice_host}}"],"query":[],"variable":[]}},"response":[{"id":"c94a48d0-7c38-4e06-a248-bc6d30d16c1c","name":"CategoryInstance Definition","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"user-id","value":"vinu"}],"body":{"mode":"raw","raw":"{\n    \"definitionNodes\": [\n        {\n            \"objectType\": \"CategoryInstance\",\n            \"properties\": [\n                {\n                    \"propertyName\": \"name\",\n                    \"title\": \"Name\",\n                    \"description\": \"Name of the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"description\",\n                    \"title\": \"Name\",\n                    \"description\": \"description of the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 3}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"code\",\n                    \"title\": \"Code\",\n                    \"description\": \"Unique code for the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 4}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"translations\",\n                    \"title\": \"Translations\",\n                    \"description\": \"Translations for the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"JSON\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'object', 'order': 5}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"defaultTerm\",\n                    \"title\": \"defaultTerm\",\n                    \"description\": \"defaultTerm associated with the category\",\n                    \"category\": \"General\",\n                    \"dataType\": \"json\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 6}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"status\",\n                    \"title\": \"Status\",\n                    \"description\": \"Status of the category\",\n                    \"category\": \"general\",\n                    \"dataType\": \"Select\",\n                    \"range\": [\n                        \"Draft\",\n                        \"Live\",\n                        \"Retired\"\n                    ],\n                    \"required\": false,\n                    \"indexed\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"Live\",\n                    \"renderingHints\": \"{'inputType': 'select', 'order': 7}\"\n                },\n                {\n                    \"propertyName\": \"createdBy\",\n                    \"title\": \"Created By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 8}\"\n                },\n                {\n                    \"propertyName\": \"createdOn\",\n                    \"title\": \"Created On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ inputType': 'date', 'order': 9 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedBy\",\n                    \"title\": \"Last Updated By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 10 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedOn\",\n                    \"title\": \"Last Updated On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ inputType': 'date', 'order': 11 }\"\n                },\n                {\n                    \"propertyName\": \"appId\",\n                    \"title\": \"appId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"channel\",\n                    \"title\": \"Channel\",\n                    \"description\": \"R-1.15_Channel Id\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 3}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"consumerId\",\n                    \"title\": \"consumerId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"lastStatusChangedOn\",\n                    \"title\": \"lastStatusChangedOn\",\n                    \"description\": \"Timestamp of last status update\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"index\",\n                    \"title\": \"Index\",\n                    \"description\": \"R-1.15_Index Position\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Number\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                }\n            ],\n            \"inRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Framework\"\n                    ],\n                    \"title\": \"frameworks\",\n                    \"description\": \"framework instance which has sequence relationship with this categoryInstance\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 14 }\"\n                },\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Channel\"\n                    ],\n                    \"title\": \"channels\",\n                    \"description\": \"channel instance which has sequence relationship with this categoryInstance\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 15 }\"\n                }\n            ],\n            \"outRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"terms\",\n                    \"description\": \"term instance which has sequence relationship with this categoryInstance\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 16 }\"\n                },\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Domain\"\n                    ],\n                    \"title\": \"domains\",\n                    \"description\": \"Domain which has sequence relationship with this categoryInstance\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 17 }\"\n                }\n            ],\n            \"systemTags\": [],\n            \"metadata\": {\n                \"ttl\": 11,\n                \"limit\": 50,\n                \"fields\": [\n                    \"identifier\",\n                    \"name\",\n                    \"code\",\n                    \"description\",\n                    \"status\",\n                    \"translations\"\n                ]\n            }\n        }\n    ]\n}"},"url":"{{learningservice_host}}/taxonomy/domain/definition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 06:50:49 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.definition.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T12:20:49Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"6650c401-8f21-4d3d-9a6c-e9108d84cfaa\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {}\n}"}],"_postman_id":"7ca6289e-4121-4e4a-8e4d-2e4c795606cb"},{"name":"Term Definition","id":"33883d83-081d-403a-b59f-d832744bf249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}"},{"key":"user-id","value":"sunbird","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"definitionNodes\": [\n        {\n            \"objectType\": \"Term\",\n            \"properties\": [\n                {\n                    \"propertyName\": \"name\",\n                    \"title\": \"Name\",\n                    \"description\": \"Name of the Term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"code\",\n                    \"title\": \"Code\",\n                    \"description\": \"Code of the Term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 2}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"category\",\n                    \"title\": \"Category\",\n                    \"description\": \"Category of the Term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 2}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"translations\",\n                    \"title\": \"Translations\",\n                    \"description\": \"Translations for the term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"JSON\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'object', 'order': 2}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"index\",\n                    \"title\": \"Index\",\n                    \"description\": \"Index position of the term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Number\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'number', 'order': 3}\",\n                    \"indexed\": false\n                },\n                {\n                    \"propertyName\": \"description\",\n                    \"title\": \"Description\",\n                    \"description\": \"description of the term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"status\",\n                    \"title\": \"Status\",\n                    \"description\": \"Status of the term\",\n                    \"category\": \"general\",\n                    \"dataType\": \"Select\",\n                    \"range\": [\n                        \"Draft\",\n                        \"Live\",\n                        \"Review\",\n                        \"Retired\"\n                    ],\n                    \"required\": false,\n                    \"indexed\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"Live\",\n                    \"renderingHints\": \"{'inputType': 'select', 'order': 3}\"\n                },\n                {\n                    \"propertyName\": \"createdBy\",\n                    \"title\": \"Created By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 4}\"\n                },\n                {\n                    \"propertyName\": \"createdOn\",\n                    \"title\": \"Created On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 11 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedBy\",\n                    \"title\": \"Last Updated By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 5}\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedOn\",\n                    \"title\": \"Last Updated On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 6}\"\n                },\n                {\n                    \"propertyName\": \"consumerId\",\n                    \"title\": \"consumerId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"appId\",\n                    \"title\": \"appId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"channel\",\n                    \"title\": \"Channel\",\n                    \"description\": \"Channel Id of Framework Creator\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"lastStatusChangedOn\",\n                    \"title\": \"lastStatusChangedOn\",\n                    \"description\": \"Timestamp of last status update\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"label\",\n                    \"title\": \"Label\",\n                    \"description\": \"R-1.15-Label\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"value\",\n                    \"title\": \"value\",\n                    \"description\": \"R-1.15-Value\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                }\n            ],\n            \"inRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Category\"\n                    ],\n                    \"title\": \"categories\",\n                    \"description\": \"Categories using the term\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 7}\"\n                },\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"CategoryInstance\"\n                    ],\n                    \"title\": \"categories\",\n                    \"description\": \"CategoryInstance using the term\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 8}\"\n                },\n                {\n                    \"relationName\": \"associatedTo\",\n                    \"objectTypes\": [\n                        \"Content\"\n                    ],\n                    \"title\": \"contents\",\n                    \"description\": \"Content associated with the term\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 9}\"\n                },\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"parents\",\n                    \"description\": \"Parent terms (in sorted order)\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 10}\"\n                },\n                {\n                    \"relationName\": \"associatedTo\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"associationswith\",\n                    \"description\": \"Terms from which the current term is associated\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 11}\"\n                }\n            ],\n            \"outRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"children\",\n                    \"description\": \"Child terms (in sorted order)\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 12}\"\n                },\n                {\n                    \"relationName\": \"associatedTo\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"associations\",\n                    \"description\": \"Terms associated with the current term\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 13}\"\n                }\n            ],\n            \"systemTags\": [],\n            \"metadata\": {\n                \"ttl\": 0.08,\n                \"limit\": 50,\n                \"fields\": [\n                    \"identifier\",\n                    \"name\",\n                    \"code\",\n                    \"description\",\n                    \"category\",\n                    \"status\",\n                    \"translations\"\n                ]\n            }\n        }\n    ]\n}"},"url":"{{learningservice_host}}/learning-service/taxonomy/domain/definition","urlObject":{"path":["learning-service","taxonomy","domain","definition"],"host":["{{learningservice_host}}"],"query":[],"variable":[]}},"response":[{"id":"c7e2b68d-3a96-41b0-ad2e-8be9306feb6d","name":"Term Definition","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"user-id","value":"anil"}],"body":{"mode":"raw","raw":"{\n    \"definitionNodes\": [\n        {\n            \"objectType\": \"Term\",\n            \"properties\": [\n                {\n                    \"propertyName\": \"name\",\n                    \"title\": \"Name\",\n                    \"description\": \"Name of the Term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"code\",\n                    \"title\": \"Code\",\n                    \"description\": \"Code of the Term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 2}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"category\",\n                    \"title\": \"Category\",\n                    \"description\": \"Category of the Term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 2}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"translations\",\n                    \"title\": \"Translations\",\n                    \"description\": \"Translations for the term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"JSON\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'object', 'order': 2}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"index\",\n                    \"title\": \"Index\",\n                    \"description\": \"Index position of the term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Number\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'number', 'order': 3}\",\n                    \"indexed\": false\n                },\n                {\n                    \"propertyName\": \"description\",\n                    \"title\": \"Description\",\n                    \"description\": \"description of the term\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{'inputType': 'text', 'order': 1}\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"status\",\n                    \"title\": \"Status\",\n                    \"description\": \"Status of the term\",\n                    \"category\": \"general\",\n                    \"dataType\": \"Select\",\n                    \"range\": [\n                        \"Draft\",\n                        \"Live\",\n                        \"Review\",\n                        \"Retired\"\n                    ],\n                    \"required\": false,\n                    \"indexed\": true,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"Live\",\n                    \"renderingHints\": \"{'inputType': 'select', 'order': 3}\"\n                },\n                {\n                    \"propertyName\": \"createdBy\",\n                    \"title\": \"Created By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 4}\"\n                },\n                {\n                    \"propertyName\": \"createdOn\",\n                    \"title\": \"Created On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 11 }\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedBy\",\n                    \"title\": \"Last Updated By\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Text\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'inputType': 'text',  'order': 5}\"\n                },\n                {\n                    \"propertyName\": \"lastUpdatedOn\",\n                    \"title\": \"Last Updated On\",\n                    \"description\": \"\",\n                    \"category\": \"audit\",\n                    \"dataType\": \"Date\",\n                    \"range\": [],\n                    \"required\": false,\n                    \"indexed\": false,\n                    \"displayProperty\": \"Readonly\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"{ 'order': 6}\"\n                },\n                {\n                    \"propertyName\": \"consumerId\",\n                    \"title\": \"consumerId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"appId\",\n                    \"title\": \"appId\",\n                    \"description\": \"R1.15\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"channel\",\n                    \"title\": \"Channel\",\n                    \"description\": \"Channel Id of Framework Creator\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"lastStatusChangedOn\",\n                    \"title\": \"lastStatusChangedOn\",\n                    \"description\": \"Timestamp of last status update\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"label\",\n                    \"title\": \"Label\",\n                    \"description\": \"R-1.15-Label\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                },\n                {\n                    \"propertyName\": \"value\",\n                    \"title\": \"value\",\n                    \"description\": \"R-1.15-Value\",\n                    \"category\": \"General\",\n                    \"dataType\": \"Text\",\n                    \"required\": false,\n                    \"displayProperty\": \"Editable\",\n                    \"defaultValue\": \"\",\n                    \"renderingHints\": \"\",\n                    \"indexed\": true\n                }\n            ],\n            \"inRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Category\"\n                    ],\n                    \"title\": \"categories\",\n                    \"description\": \"Categories using the term\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 7}\"\n                },\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"CategoryInstance\"\n                    ],\n                    \"title\": \"categories\",\n                    \"description\": \"CategoryInstance using the term\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 8}\"\n                },\n                {\n                    \"relationName\": \"associatedTo\",\n                    \"objectTypes\": [\n                        \"Content\"\n                    ],\n                    \"title\": \"contents\",\n                    \"description\": \"Content associated with the term\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 9}\"\n                },\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"parents\",\n                    \"description\": \"Parent terms (in sorted order)\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 10}\"\n                },\n                {\n                    \"relationName\": \"associatedTo\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"associationswith\",\n                    \"description\": \"Terms from which the current term is associated\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 11}\"\n                }\n            ],\n            \"outRelations\": [\n                {\n                    \"relationName\": \"hasSequenceMember\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"children\",\n                    \"description\": \"Child terms (in sorted order)\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 12}\"\n                },\n                {\n                    \"relationName\": \"associatedTo\",\n                    \"objectTypes\": [\n                        \"Term\"\n                    ],\n                    \"title\": \"associations\",\n                    \"description\": \"Terms associated with the current term\",\n                    \"required\": false,\n                    \"renderingHints\": \"{ 'order': 13}\"\n                }\n            ],\n            \"systemTags\": [],\n            \"metadata\": {\n                \"ttl\": 0.08,\n                \"limit\": 50,\n                \"fields\": [\n                    \"identifier\",\n                    \"name\",\n                    \"code\",\n                    \"description\",\n                    \"category\",\n                    \"status\",\n                    \"translations\"\n                ]\n            }\n        }\n    ]\n}"},"url":"{{learningservice_host}}/taxonomy/domain/definition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:46:23 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.definition.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T16:16:23Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"22fe56bc-40eb-45d9-9d6d-267ced42b2e6\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {}\n}"}],"_postman_id":"33883d83-081d-403a-b59f-d832744bf249"}],"id":"d4649a0f-696b-40de-aeac-5ae2ea09cd8f","description":"<p>Run the following definitions</p>\n<p><a href=\"https://github.com/project-sunbird/sunbird-learning-platform/tree/master/docs/domain_model_v2/definitions\">https://github.com/project-sunbird/sunbird-learning-platform/tree/master/docs/domain_model_v2/definitions</a></p>\n<p>Should be executed on the server directly as it is not on-boarded to Kong.</p>\n<p>On Learning-Service (localhost:8080/learning-service)</p>\n","_postman_id":"d4649a0f-696b-40de-aeac-5ae2ea09cd8f"},{"name":"3-Create Default License","item":[{"name":"X - CC BY-NC-SA 4.0","id":"4184d9a5-b274-4e00-8f40-093484aed81f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"license\": {\n            \"name\": \"CC BY-NC-SA 4.0\",\n            \"description\": \"This license is Creative Commons Attribution-NonCommercial-ShareAlike\",\n            \"url\": \"https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode\"\n        }\n    }\n}"},"url":"{{host}}/license/v3/create","urlObject":{"path":["license","v3","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4184d9a5-b274-4e00-8f40-093484aed81f"},{"name":"X - CC BY-NC 4.0","id":"6aa0efd0-94b8-45f2-bc20-1a894cfd4469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"license\": {\n            \"name\": \"CC BY-NC 4.0\",\n            \"description\": \"This license is Creative Commons Attribution-NonCommercial\",\n            \"url\": \"https://creativecommons.org/licenses/by-nc/4.0/legalcode\"\n        }\n    }\n}"},"url":"{{content_host}}/license/v3/create","urlObject":{"path":["license","v3","create"],"host":["{{content_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6aa0efd0-94b8-45f2-bc20-1a894cfd4469"},{"name":"X - CC BY-SA 4.0","id":"b13db684-61cb-4110-8eab-0e18c8b7fad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"license\": {\n            \"name\": \"CC BY-SA 4.0\",\n            \"description\": \"This license is Creative Commons Attribution-ShareAlike\",\n            \"url\": \"https://creativecommons.org/licenses/by-sa/4.0/legalcode\"\n        }\n    }\n}"},"url":"{{content_host}}/license/v3/create","urlObject":{"path":["license","v3","create"],"host":["{{content_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b13db684-61cb-4110-8eab-0e18c8b7fad1"},{"name":"CC BY 4.0","id":"4b5c10a0-80b1-459c-9aac-aed3deeca910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"license\": {\n            \"name\": \"CC BY 4.0\",\n            \"description\": \"This is the standard license of any content/youtube\",\n            \"url\": \"https://creativecommons.org/licenses/by/4.0/legalcode\"\n        }\n    }\n}"},"url":"{{host}}/api/license/v3/create","urlObject":{"path":["api","license","v3","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b5c10a0-80b1-459c-9aac-aed3deeca910"},{"name":"X - Standard YouTube License","id":"7bc914d2-1be3-4113-8968-bffae749a443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"license\": {\n            \"name\": \"Standard YouTube License\",\n            \"description\": \"This license is Creative Commons Attribution-NonCommercial-ShareAlike\",\n            \"url\": \"https://www.youtube.com/\"\n        }\n    }\n}"},"url":"{{content_host}}/license/v3/create","urlObject":{"path":["license","v3","create"],"host":["{{content_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bc914d2-1be3-4113-8968-bffae749a443"}],"id":"bcc1306f-39cb-46a4-9d16-97b90994ac60","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Create default licenses in the system\n</code></pre>","_postman_id":"bcc1306f-39cb-46a4-9d16-97b90994ac60"},{"name":"4-Create Default Channel License","item":[{"name":"Create Default Channel License","event":[{"listen":"prerequest","script":{"id":"1bfea69a-a19a-49d9-8193-2f90779d869d","exec":["pm.globals.set(\"default_channel\", \"sunbird\");"],"type":"text/javascript"}}],"id":"4b656fa4-8833-4b74-bfe4-96202d757878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"channel\": {\n            \"defaultLicense\": \"CC BY 4.0\"\n        }\n    }\n}"},"url":"{{host}}/api/channel/v1/update/{{channel_id}}","urlObject":{"path":["api","channel","v1","update","{{channel_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b656fa4-8833-4b74-bfe4-96202d757878"}],"id":"acacc3a8-859b-44d9-94d9-be7f5a578e80","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Choosing a random license from which was created in create_default_licenses\n</code></pre>","_postman_id":"acacc3a8-859b-44d9-94d9-be7f5a578e80"},{"name":"5-Create Other Categories","item":[{"name":"5.1-ObjectCategory","item":[{"name":"ObjectCategory - Asset","id":"aba5c2b8-25e8-478a-8e70-c16e3b058637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"Asset\",\n            \"description\": \"Asset\"\n        }\n    }\n}"},"url":"{{host}}/api/object/category/v1/create","urlObject":{"path":["api","object","category","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6e23d36d-2335-4d76-aa1b-f771b6822f78","name":"ObjectCategory - Asset","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"Asset\",\n            \"description\": \"Asset\"\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/v4/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Request-Time","value":"32"},{"key":"content-length","value":"262"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Nov 2022 06:14:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2022-11-10T11:44:40Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"bbb36a72-967d-478a-bdc5-09d11d891f25\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:asset\"\n    }\n}"}],"_postman_id":"aba5c2b8-25e8-478a-8e70-c16e3b058637"},{"name":"ObjectCategory - Explanation Content","id":"99519d27-750b-4ea5-88cd-f98ab09f9020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"Explanation Content\",\n            \"description\": \"Explanation Content\"\n        }\n    }\n}"},"url":"{{host}}/api/object/category/v1/create","urlObject":{"path":["api","object","category","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"70e3661d-6505-489b-9c20-504607c94c1c","name":"ObjectCategory - Explanation Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"Explanation Content\",\n            \"description\": \"Explanation Content\"\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/v4/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Request-Time","value":"28"},{"key":"content-length","value":"276"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Nov 2022 06:16:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2022-11-10T11:46:46Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"f227ee97-b87f-4257-b457-29e95efc47c4\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:explanation-content\"\n    }\n}"}],"_postman_id":"99519d27-750b-4ea5-88cd-f98ab09f9020"},{"name":"X - ObjectCategory - eTextbook","id":"6f9f2096-0963-4133-a773-7218dcb6cc7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"eTextbook\",\n            \"description\": \"eTextbook\"\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/v4/create","urlObject":{"path":["object","category","v4","create"],"host":["{{taxonomy_host}}"],"query":[],"variable":[]}},"response":[{"id":"5756dc9e-acc8-438c-8e68-09f84fa166ce","name":"ObjectCategory - eTextbook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"eTextbook\",\n            \"description\": \"eTextbook\"\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/v4/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Request-Time","value":"27"},{"key":"content-length","value":"266"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Nov 2022 06:19:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2022-11-10T11:49:13Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"a39613f2-7fb0-4501-aaa5-8758ed206735\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:etextbook\"\n    }\n}"}],"_postman_id":"6f9f2096-0963-4133-a773-7218dcb6cc7b"},{"name":"ObjectCategory - Textbook Unit","id":"efbb04ed-8caf-48f0-b7b0-9a3ec0a5f5be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"Textbook Unit\",\n            \"description\":\"Textbook Unit\"\n        }\n    }\n}"},"url":"{{host}}/api/object/category/v1/create","urlObject":{"path":["api","object","category","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9cafbfe6-a453-4d86-86c3-f5488f3477cf","name":"ObjectCategory - Textbook Unit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"Textbook Unit\",\n            \"description\":\"Textbook Unit\"\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/v4/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Request-Time","value":"1056"},{"key":"content-length","value":"270"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Nov 2022 06:12:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2022-11-10T11:42:43Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"14b82d64-2363-4ce3-9c9c-65f6f740dcc0\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:textbook-unit\"\n    }\n}"}],"_postman_id":"efbb04ed-8caf-48f0-b7b0-9a3ec0a5f5be"},{"name":"ObjectCategory - Textbook","id":"735913c8-bbb8-47f7-9e72-ab226e6b25eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"Textbook\",\n            \"description\": \"Textbook\"\n        }\n    }\n}\n"},"url":"{{host}}/api/object/category/v1/create","urlObject":{"path":["api","object","category","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"73ac85e7-c64f-4752-b41b-18a96ad92363","name":"ObjectCategory - Textbook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"Textbook\",\n            \"description\": \"Textbook\"\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/v4/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Request-Time","value":"35"},{"key":"content-length","value":"265"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Nov 2022 06:17:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2022-11-10T11:47:54Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"b8830b16-b737-4932-8121-b39ee5015a2e\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:textbook\"\n    }\n}"}],"_postman_id":"735913c8-bbb8-47f7-9e72-ab226e6b25eb"},{"name":"ObjectCategory - Certificate Template","id":"0bc78809-7b22-460d-add2-99798ee81349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"X-Authenticated-User-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"Certificate Template\",\n            \"description\": \"Certificate Template\"\n        }\n    }\n}"},"url":"{{host}}/api/object/category/v1/create","description":"<p>This is used as default for all asset types. Even for image updaload as well.  </p>\n<p>Todo: This has to fix</p>\n","urlObject":{"path":["api","object","category","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"49f1c857-1262-4681-aad3-00a08b1110fa","name":"ObjectCategory - Certificate Template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"X-Authenticated-User-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategory\": {\n            \"name\": \"Certificate Template\",\n            \"description\": \"Certificate Template\"\n        }\n    }\n}"},"url":"{{host}}/object/category/v1/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Feb 2023 14:06:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-RateLimit-Limit-hour","value":"100"},{"key":"X-RateLimit-Remaining-hour","value":"99"},{"key":"Request-Time","value":"47"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Kong-Upstream-Latency","value":"54"},{"key":"X-Kong-Proxy-Latency","value":"5"},{"key":"Via","value":"kong/0.14.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2023-02-17T14:06:40ZZ\",\n    \"params\": {\n        \"resmsgid\": \"dfd429df-a07b-4267-be36-70ecf46b88dc\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:certificate-template\"\n    }\n}"}],"_postman_id":"0bc78809-7b22-460d-add2-99798ee81349"}],"id":"707fc45c-00e5-4db9-925f-44f48194f182","description":"<p><a href=\"https://github.com/project-sunbird/knowledge-platform/blob/master/scripts/definition-scripts/master_category_create\">https://github.com/project-sunbird/knowledge-platform/blob/master/scripts/definition-scripts/master_category_create</a></p>\n","_postman_id":"707fc45c-00e5-4db9-925f-44f48194f182"},{"name":"5.2-ObjectCategoryDefinition","item":[{"name":"ObjectCategoryDefinition - Asset","id":"d696fecd-9e8c-468d-b608-4aba1a4f0d6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:asset\",\n            \"targetObjectType\": \"Asset\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {}\n            }\n        }\n    }\n}"},"url":"{{host}}/api/object/category/definition/v1/create","urlObject":{"path":["api","object","category","definition","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f1f05fdc-29f2-47cc-8996-d76e4dc6bb60","name":"ObjectCategoryDefinition - Asset","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:asset\",\n            \"targetObjectType\": \"Asset\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {}\n            }\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/definition/v4/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Request-Time","value":"177"},{"key":"content-length","value":"283"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Nov 2022 06:24:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.definition.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2022-11-10T11:54:57Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"4ce00155-4c64-4d12-a292-9cd1dd1470fa\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:asset_asset_all\"\n    }\n}"}],"_postman_id":"d696fecd-9e8c-468d-b608-4aba1a4f0d6e"},{"name":"ObjectCategoryDefinition - Explanation Content","id":"b076416f-6d87-454a-8904-7cfb8c1292e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:explanation-content\",\n            \"targetObjectType\": \"Content\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {\n                    \"properties\": {\n                        \"trackable\": {\n                            \"type\": \"object\",\n                            \"properties\": {\n                                \"enabled\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},"url":"{{host}}/api/object/category/definition/v1/create","urlObject":{"path":["api","object","category","definition","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"56a17d0a-154f-49bc-adde-8b8971b7677a","name":"ObjectCategoryDefinition - Explanation Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:explanation-content\",\n            \"targetObjectType\": \"Content\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {\n                    \"properties\": {\n                        \"trackable\": {\n                            \"type\": \"object\",\n                            \"properties\": {\n                                \"enabled\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/definition/v4/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Request-Time","value":"102"},{"key":"content-length","value":"299"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Nov 2022 06:27:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.definition.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2022-11-10T11:57:25Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"22d3f109-cd08-4197-a78e-5eb631579062\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:explanation-content_content_all\"\n    }\n}"}],"_postman_id":"b076416f-6d87-454a-8904-7cfb8c1292e0"},{"name":"X - ObjectCategoryDefinition - eTextbook","id":"d2190098-732c-4074-8fd4-4df66ff2cdcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:etextbook\",\n            \"targetObjectType\": \"Content\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {\n                    \"properties\": {\n                        \"trackable\": {\n                            \"type\": \"object\",\n                            \"properties\": {\n                                \"enabled\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                }\n                            },\n                            \"additionalCategories\": {\n                                \"type\": \"array\",\n                                \"items\": {\n                                    \"type\": \"string\",\n                                    \"default\": \"Textbook\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/definition/v4/create","urlObject":{"path":["object","category","definition","v4","create"],"host":["{{taxonomy_host}}"],"query":[],"variable":[]}},"response":[{"id":"3581d5f1-b1ea-46c6-b5a0-87d618d89b49","name":"ObjectCategoryDefinition - eTextbook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:etextbook\",\n            \"targetObjectType\": \"Content\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {\n                    \"properties\": {\n                        \"trackable\": {\n                            \"type\": \"object\",\n                            \"properties\": {\n                                \"enabled\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                }\n                            },\n                            \"additionalCategories\": {\n                                \"type\": \"array\",\n                                \"items\": {\n                                    \"type\": \"string\",\n                                    \"default\": \"Textbook\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/definition/v4/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Request-Time","value":"73"},{"key":"content-length","value":"289"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Nov 2022 06:30:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.definition.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2022-11-10T12:00:57Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"5491d694-4f65-4237-9014-00fea0808ffa\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:etextbook_content_all\"\n    }\n}"}],"_postman_id":"d2190098-732c-4074-8fd4-4df66ff2cdcc"},{"name":"ObjectCategoryDefinition - Textbook Unit","id":"f68313bf-1ede-4b6e-b234-bc65368a4272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:textbook-unit\",\n            \"targetObjectType\": \"Collection\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {\n                    \"properties\": {\n                        \"trackable\": {\n                            \"type\": \"object\",\n                            \"properties\": {\n                                \"enabled\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                }\n                            },\n                            \"additionalProperties\": false\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},"url":"{{host}}/api/object/category/definition/v1/create","urlObject":{"path":["api","object","category","definition","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c4d40de4-2f1c-47c0-9d76-492f327b3300","name":"ObjectCategoryDefinition - Textbook Unit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:textbook-unit\",\n            \"targetObjectType\": \"Collection\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {\n                    \"properties\": {\n                        \"trackable\": {\n                            \"type\": \"object\",\n                            \"properties\": {\n                                \"enabled\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                }\n                            },\n                            \"additionalProperties\": false\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},"url":"{{taxonomy_host}}/object/category/definition/v4/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Request-Time","value":"71"},{"key":"content-length","value":"296"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Nov 2022 06:32:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.definition.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2022-11-10T12:02:12Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"94bb5810-5ebb-4fc2-b3bd-c07ed96383ff\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:textbook-unit_collection_all\"\n    }\n}"}],"_postman_id":"f68313bf-1ede-4b6e-b234-bc65368a4272"},{"name":"ObjectCategoryDefinition - Digital Textbook","id":"e612cdd3-4dc7-4388-84b1-8b11b0b883dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:textbook\",\n            \"targetObjectType\": \"Collection\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {\n                    \"properties\": {\n                        \"trackable\": {\n                            \"type\": \"object\",\n                            \"properties\": {\n                                \"enabled\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                },\n                                \"autoBatch\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                }\n                            },\n                            \"default\": {\n                                \"enabled\": \"No\",\n                                \"autoBatch\": \"No\"\n                            },\n                            \"additionalProperties\": false\n                        },\n                        \"additionalCategories\": {\n                            \"type\": \"array\",\n                            \"items\": {\n                                \"type\": \"string\",\n                                \"default\": \"Textbook\"\n                            }\n                        },\n                        \"userConsent\": {\n                            \"type\": \"string\",\n                            \"enum\": [\n                                \"Yes\",\n                                \"No\"\n                            ],\n                            \"default\": \"Yes\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},"url":"{{host}}/api/object/category/definition/v1/create","urlObject":{"path":["api","object","category","definition","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e612cdd3-4dc7-4388-84b1-8b11b0b883dd"},{"name":"ObjectCategoryDefinition - Certificate Template - Asset","id":"e7daa12d-da1a-4ae7-b112-b5bd827d1adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"X-Authenticated-User-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:certificate-template\",\n            \"targetObjectType\": \"Asset\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {\n                    \"properties\": {\n                        \"issuer\": {\n                            \"type\": \"object\"\n                        },\n                        \"signatoryList\": {\n                            \"type\": \"array\",\n                            \"items\": {\n                                \"type\": \"object\",\n                                \"properties\": {\n                                    \"image\": {\n                                        \"type\": \"string\"\n                                    },\n                                    \"name\": {\n                                        \"type\": \"string\"\n                                    },\n                                    \"id\": {\n                                        \"type\": \"string\"\n                                    },\n                                    \"designation\": {\n                                        \"type\": \"string\"\n                                    }\n                                }\n                            }\n                        },\n                        \"logos\": {\n                            \"type\": \"array\",\n                            \"items\": {\n                                \"type\": \"string\"\n                            }\n                        },\n                        \"certType\": {\n                            \"type\": \"string\",\n                            \"enum\": [\n                                \"cert template layout\",\n                                \"cert template\"\n                            ]\n                        },\n                        \"data\": {\n                            \"type\": \"object\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},"url":"{{host}}/api/object/category/definition/v1/create","urlObject":{"path":["api","object","category","definition","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"08442bcf-9d26-499b-a7ae-52623bbbba7f","name":"ObjectCategoryDefinition - Certificate Template - Asset","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"X-Authenticated-User-token","value":"{{keycloak_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"categoryId\": \"obj-cat:certificate-template\",\n            \"targetObjectType\": \"Asset\",\n            \"objectMetadata\": {\n                \"config\": {},\n                \"schema\": {\n                    \"properties\": {\n                        \"issuer\": {\n                            \"type\": \"object\"\n                        },\n                        \"signatoryList\": {\n                            \"type\": \"array\",\n                            \"items\": {\n                                \"type\": \"object\",\n                                \"properties\": {\n                                    \"image\": {\n                                        \"type\": \"string\"\n                                    },\n                                    \"name\": {\n                                        \"type\": \"string\"\n                                    },\n                                    \"id\": {\n                                        \"type\": \"string\"\n                                    },\n                                    \"designation\": {\n                                        \"type\": \"string\"\n                                    }\n                                }\n                            }\n                        },\n                        \"logos\": {\n                            \"type\": \"array\",\n                            \"items\": {\n                                \"type\": \"string\"\n                            }\n                        },\n                        \"certType\": {\n                            \"type\": \"string\",\n                            \"enum\": [\n                                \"cert template layout\",\n                                \"cert template\"\n                            ]\n                        },\n                        \"data\": {\n                            \"type\": \"object\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},"url":"{{host}}/object/category/definition/v1/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Feb 2023 14:08:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-RateLimit-Limit-hour","value":"100"},{"key":"X-RateLimit-Remaining-hour","value":"99"},{"key":"Request-Time","value":"106"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Kong-Upstream-Latency","value":"112"},{"key":"X-Kong-Proxy-Latency","value":"2"},{"key":"Via","value":"kong/0.14.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.definition.create\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2023-02-17T14:08:23ZZ\",\n    \"params\": {\n        \"resmsgid\": \"f7f5df1b-cd9d-4d4b-a763-cb1dcfb895ea\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:certificate-template_asset_all\"\n    }\n}"}],"_postman_id":"e7daa12d-da1a-4ae7-b112-b5bd827d1adf"}],"id":"61f90910-a63f-47f0-a4e4-e2cc0466f2de","_postman_id":"61f90910-a63f-47f0-a4e4-e2cc0466f2de","description":""},{"name":"Object Category Defination - Read","id":"9f125a14-7d8e-4c52-8d0b-cd8d0bc9f9d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"objectType\": \"{{objectType}}\",\n            \"name\": \"{{obj_name}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/object/category/definition/v1/read?fields=objectMetadata,forms,name","urlObject":{"path":["api","object","category","definition","v1","read"],"host":["{{host}}"],"query":[{"key":"fields","value":"objectMetadata,forms,name"}],"variable":[]}},"response":[],"_postman_id":"9f125a14-7d8e-4c52-8d0b-cd8d0bc9f9d4"}],"id":"7680668e-30b9-404f-927a-c47571f39108","description":"<ul>\n<li>Create ObjectCategory</li>\n<li>Create ObjectCategoryDefinition</li>\n</ul>\n","_postman_id":"7680668e-30b9-404f-927a-c47571f39108"},{"name":"6-Create Framework","item":[{"name":"Create Framework - K-12 (NCF)","id":"3b6f599a-dfba-434c-aa5c-8515982d2989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"{{channel_name}}"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"framework\": {\n            \"name\": \"sunbird_k-12\",\n            \"description\": \"Sunbird k-12 framework\",\n            \"type\": \"K-12\",\n            \"code\": \"sunbird_k-12\",\n            \"channels\": [\n                {\n                    \"identifier\": \"{{channel_id}}\"\n                }\n            ]\n        }\n    }\n}"},"url":"{{host}}/api/framework/v1/create","description":"<p>Framework type is case sensitive. Make sure framework type while creating &amp; updating to the channel with the same value(Case sensitive)</p>\n<h4 id=\"example\">Example:</h4>\n<p><code>\"type\": \"K-12\",</code></p>\n<p><code>Or</code></p>\n<p><code>\"type\": \"TPD\",</code></p>\n","urlObject":{"path":["api","framework","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"174802e7-6f5f-4d85-8f3b-19b72ff4681f","name":"Create Framework","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"framework\": {\n            \"name\": \"NCF\",\n            \"description\": \"NCF Framework\",\n            \"code\": \"NCF\",\n            \"channels\": [\n                {\n                    \"identifier\": \"sunbird\"\n                }\n            ]\n        }\n    }\n}"},"url":"{{learningservice_host}}/framework/v3/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 06:42:29 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.framework.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T12:12:29Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"b832f7b4-bf13-4719-889c-4242d140e59a\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"NCF\",\n        \"versionKey\": \"1668062548820\"\n    }\n}"}],"_postman_id":"3b6f599a-dfba-434c-aa5c-8515982d2989"},{"name":"X - Create Framework - TDP(Course)","id":"962e3a73-bdb2-415c-8851-4c28b5c0d35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"0137045041578065921"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"framework\": {\n            \"name\": \"sunbird_k-12\",\n            \"description\": \"Sunbird k-12 framework\",\n            \"type\": \"TPD\",\n            \"code\": \"sunbird_k-12\",\n            \"channels\": [\n                {\n                    \"identifier\": \"0137045041578065921\"\n                }\n            ]\n        }\n    }\n}"},"url":"{{host}}/api/framework/v1/create","urlObject":{"path":["api","framework","v1","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"12d2d371-fe3f-4264-8db0-67f68db8bc2e","name":"Create Framework","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"framework\": {\n            \"name\": \"NCF\",\n            \"description\": \"NCF Framework\",\n            \"code\": \"NCF\",\n            \"channels\": [\n                {\n                    \"identifier\": \"sunbird\"\n                }\n            ]\n        }\n    }\n}"},"url":"{{host}}/api/framework/v3/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 06:42:29 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.framework.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T12:12:29Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"b832f7b4-bf13-4719-889c-4242d140e59a\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"NCF\",\n        \"versionKey\": \"1668062548820\"\n    }\n}"}],"_postman_id":"962e3a73-bdb2-415c-8851-4c28b5c0d35f"}],"id":"8e4ea109-1e11-4d8d-88d1-1d4484ea5bea","_postman_id":"8e4ea109-1e11-4d8d-88d1-1d4484ea5bea","description":""},{"name":"7-Create Framework Master Categories","item":[{"name":"Framework Master Category - Board","id":"2ad26deb-2c97-4519-9552-8f4f8a0f4127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}"},{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Board\",\n            \"description\": \"Board\",\n            \"code\": \"board\",\n            \"targetIdFieldName\": \"targetBoardIds\",\n            \"searchLabelFieldName\": \"se_boards\",\n            \"searchIdFieldName\": \"se_boardIds\",\n            \"orgIdFieldName\": \"boardIds\"\n        }\n    }\n}"},"url":"{{host}}/learning-service/framework/v3/category/master/create","urlObject":{"path":["learning-service","framework","v3","category","master","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"24b031a9-b72a-4930-b735-c1fe2ffbe235","name":"Framework Master Category - Board","originalRequest":{"method":"POST","header":[{"key":"user-id","value":"rayuluv"},{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"Test"},{"key":"Authorization","value":"{{APIKey}}"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Board\",\n            \"description\": \"Board\",\n            \"code\": \"board\",\n            \"targetIdFieldName\": \"targetBoardIds\",\n            \"searchLabelFieldName\": \"se_boards\",\n            \"searchIdFieldName\": \"se_boardIds\",\n            \"orgIdFieldName\": \"boardIds\"\n        }\n    }\n}"},"url":"{{learningservice_host}}/framework/v3/category/master/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 08:23:17 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.category.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T13:53:17Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"ad43ef4c-db6a-495c-8d9f-af3290ce939f\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"board\",\n        \"versionKey\": \"1668068597544\"\n    }\n}"}],"_postman_id":"2ad26deb-2c97-4519-9552-8f4f8a0f4127"},{"name":"Framework Master Category - Medium","id":"b40d03a4-6699-440f-8e4d-c4356c4a0888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Channel-Id","value":"sunbird","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Medium\",\n            \"description\": \"Medium\",\n            \"code\": \"medium\",\n            \"targetIdFieldName\": \"targetMediumIds\",\n            \"searchLabelFieldName\": \"se_mediums\",\n            \"searchIdFieldName\": \"se_mediumIds\",\n            \"orgIdFieldName\": \"mediumIds\"\n        }\n    }\n}"},"url":"{{host}}/learning-service/framework/v3/category/master/create","urlObject":{"path":["learning-service","framework","v3","category","master","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f5d214ae-1188-4a78-b6ae-87be42f27184","name":"Framework Master Category - Medium","originalRequest":{"method":"POST","header":[{"key":"user-id","value":"rayuluv"},{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"Test"},{"key":"Authorization","value":"{{APIKey}}"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Medium\",\n            \"description\": \"Medium\",\n            \"code\": \"medium\",\n            \"targetIdFieldName\": \"targetMediumIds\",\n            \"searchLabelFieldName\": \"se_mediums\",\n            \"searchIdFieldName\": \"se_mediumIds\",\n            \"orgIdFieldName\": \"mediumIds\"\n        }\n    }\n}"},"url":"{{learningservice_host}}/framework/v3/category/master/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 08:32:36 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.category.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T14:02:36Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"b67efa1b-400a-43e7-a906-c1e0bbd4c49a\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"medium\",\n        \"versionKey\": \"1668069156756\"\n    }\n}"}],"_postman_id":"b40d03a4-6699-440f-8e4d-c4356c4a0888"},{"name":"Framework Master Category - GradeLevel","id":"1a21386d-9b62-4b26-89d3-f71a6e5f03d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Channel-Id","value":"sunbird","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"GradeLevel\",\n            \"description\": \"GradeLevel\",\n            \"code\": \"gradeLevel\",\n            \"targetIdFieldName\": \"targetGradeLevelIds\",\n            \"searchLabelFieldName\": \"se_gradeLevels\",\n            \"searchIdFieldName\": \"se_gradeLevelIds\",\n            \"orgIdFieldName\": \"gradeLevelIds\"\n        }\n    }\n}"},"url":"{{host}}/learning-service/framework/v3/category/master/create","urlObject":{"path":["learning-service","framework","v3","category","master","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d95e8d1f-8665-4831-b858-160bc29a77e1","name":"Framework Master Category - GradeLevel","originalRequest":{"method":"POST","header":[{"key":"user-id","value":"anil"},{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"GradeLevel\",\n            \"description\": \"GradeLevel\",\n            \"code\": \"gradeLevel\",\n            \"targetIdFieldName\": \"targetGradeLevelIds\",\n            \"searchLabelFieldName\": \"se_gradeLevels\",\n            \"searchIdFieldName\": \"se_gradeLevelIds\",\n            \"orgIdFieldName\": \"gradeLevelIds\"\n        }\n    }\n}"},"url":"{{learningservice_host}}/framework/v3/category/master/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:24:39 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.category.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T15:54:39Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"ed70c060-9005-4471-9107-1865854d90d8\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"gradeLevel\",\n        \"versionKey\": \"1668075879071\"\n    }\n}"}],"_postman_id":"1a21386d-9b62-4b26-89d3-f71a6e5f03d1"},{"name":"Framework Master Category - Subject","id":"f63fc3b7-1133-44d6-a1f9-9f98f5059eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Channel-Id","value":"sunbird","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Subject\",\n            \"description\": \"Subject\",\n            \"code\": \"subject\",\n            \"targetIdFieldName\": \"targetSubjectIds\",\n            \"searchLabelFieldName\": \"se_subjects\",\n            \"searchIdFieldName\": \"se_subjectIds\",\n            \"orgIdFieldName\": \"subjectIds\"\n        }\n    }\n}"},"url":"{{host}}/learning-service/framework/v3/category/master/create","urlObject":{"path":["learning-service","framework","v3","category","master","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f15d8a03-58e5-4308-bbf3-248660c5abde","name":"Framework Master Category - Subject","originalRequest":{"method":"POST","header":[{"key":"user-id","value":"anil"},{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Subject\",\n            \"description\": \"Subject\",\n            \"code\": \"subject\",\n            \"targetIdFieldName\": \"targetSubjectIds\",\n            \"searchLabelFieldName\": \"se_subjects\",\n            \"searchIdFieldName\": \"se_subjectIds\",\n            \"orgIdFieldName\": \"subjectIds\"\n        }\n    }\n}"},"url":"{{learningservice_host}}/framework/v3/category/master/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:26:01 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.category.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T15:56:01Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"db1163a5-48e2-46e2-b7c5-50478ae02ec0\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"subject\",\n        \"versionKey\": \"1668075961195\"\n    }\n}"}],"_postman_id":"f63fc3b7-1133-44d6-a1f9-9f98f5059eee"}],"id":"dd27d26f-dd49-464b-a609-addf6746f9b9","description":"<p><a href=\"https://github.com/project-sunbird/knowledge-platform/blob/master/scripts/framework-master-category/framework-master-category\">https://github.com/project-sunbird/knowledge-platform/blob/master/scripts/framework-master-category/framework-master-category</a></p>\n<p>Should be executed on the server directly as it is not on-boarded to Kong.</p>\n<p>On Learning-Service</p>\n","_postman_id":"dd27d26f-dd49-464b-a609-addf6746f9b9"},{"name":"7-Create Framework Categories Instance","item":[{"name":"Create Framework Categories - Board","id":"fd7cade1-36a2-419a-827b-7597888a091b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Board\",\n            \"code\": \"board\"\n        }\n    }\n}"},"url":"{{host}}/api/framework/v1/category/create?framework=NCF","urlObject":{"path":["api","framework","v1","category","create"],"host":["{{host}}"],"query":[{"key":"framework","value":"NCF"}],"variable":[]}},"response":[{"id":"a4932405-65af-4af7-8365-9c968b4b4399","name":"400 Bad request - Create Framework Categories - Board","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Board\",\n            \"code\": \"board\"\n        }\n    }\n}"},"url":{"raw":"{{learningservice_host}}/framework/v3/category/create?framework=NCF","host":["{{learningservice_host}}"],"path":["framework","v3","category","create"],"query":[{"key":"framework","value":"NCF"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 06:45:37 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.categoryinstance.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T12:15:37Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"8bca3bfb-02ac-4bee-9b41-a16585cf330c\",\n        \"msgid\": null,\n        \"err\": \"ERR_CATEGORY_NOT_FOUND/ERR_CATEGORY_NOT_FOUND\",\n        \"status\": \"failed\",\n        \"errmsg\": \"Given category does not belong to master category data\"\n    },\n    \"responseCode\": \"CLIENT_ERROR\",\n    \"result\": {}\n}"},{"id":"a2f5fbb4-116d-4bdb-9d79-c12ae9ba09b8","name":"Create Framework Categories - Board","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Board\",\n            \"code\": \"board\"\n        }\n    }\n}"},"url":{"raw":"{{learningservice_host}}/framework/v3/category/create?framework=NCF","host":["{{learningservice_host}}"],"path":["framework","v3","category","create"],"query":[{"key":"framework","value":"NCF"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 08:30:20 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.categoryinstance.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T14:00:20Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"e074a525-0e7d-4a95-bb8b-6acde5e77c7d\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"ncf_board\",\n        \"versionKey\": \"1668069020373\"\n    }\n}"}],"_postman_id":"fd7cade1-36a2-419a-827b-7597888a091b"},{"name":"Create Framework Categories - Medium","id":"513d6445-4fd1-4488-b190-0596910c4cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Medium\",\n            \"code\": \"medium\"\n        }\n    }\n}"},"url":"{{host}}/api/framework/v1/category/create?framework=NCF","urlObject":{"path":["api","framework","v1","category","create"],"host":["{{host}}"],"query":[{"key":"framework","value":"NCF"}],"variable":[]}},"response":[{"id":"dde652f6-758d-4756-aca9-6c5eeddf7667","name":"Create Framework Categories - Medium","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Medium\",\n            \"code\": \"medium\"\n        }\n    }\n}"},"url":{"raw":"{{learningservice_host}}/framework/v3/category/create?framework=NCF","host":["{{learningservice_host}}"],"path":["framework","v3","category","create"],"query":[{"key":"framework","value":"NCF"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:21:54 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.categoryinstance.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T15:51:54Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"8b2b18ad-b084-4a97-a60e-84ff291ca210\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"ncf_medium\",\n        \"versionKey\": \"1668075714447\"\n    }\n}"}],"_postman_id":"513d6445-4fd1-4488-b190-0596910c4cdb"},{"name":"Create Framework Categories - GradeLevel","id":"87c6bfaa-1c93-40b5-82bf-e2a6e8939a2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Grade Level\",\n            \"code\": \"gradeLevel\"\n        }\n    }\n}"},"url":"{{host}}/api/framework/v1/category/create?framework=NCF","urlObject":{"path":["api","framework","v1","category","create"],"host":["{{host}}"],"query":[{"key":"framework","value":"NCF"}],"variable":[]}},"response":[{"id":"91c6057c-8db3-4110-8461-a97c52ac1aa1","name":"Create Framework Categories - GradeLevel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"GradeLevel\",\n            \"code\": \"gradeLevel\"\n        }\n    }\n}"},"url":{"raw":"{{learningservice_host}}/framework/v3/category/create?framework=NCF","host":["{{learningservice_host}}"],"path":["framework","v3","category","create"],"query":[{"key":"framework","value":"NCF"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:24:50 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.categoryinstance.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T15:54:50Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"8242239b-4d85-4248-b49a-a8985d38d584\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"ncf_gradelevel\",\n        \"versionKey\": \"1668075890684\"\n    }\n}"}],"_postman_id":"87c6bfaa-1c93-40b5-82bf-e2a6e8939a2e"},{"name":"Create Framework Categories - Subject","id":"d36dc5f2-7889-4c9a-b864-e13d86fbb55b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Subject\",\n            \"code\": \"subject\"\n        }\n    }\n}"},"url":"{{host}}/api/framework/v1/category/create?framework=NCF","urlObject":{"path":["api","framework","v1","category","create"],"host":["{{host}}"],"query":[{"key":"framework","value":"NCF"}],"variable":[]}},"response":[{"id":"94ba478c-1963-48db-ac64-fee1801c0952","name":"Create Framework Categories - Subject","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Subject\",\n            \"code\": \"subject\"\n        }\n    }\n}"},"url":{"raw":"{{learningservice_host}}/framework/v3/category/create?framework=NCF","host":["{{learningservice_host}}"],"path":["framework","v3","category","create"],"query":[{"key":"framework","value":"NCF"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:27:15 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.categoryinstance.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T15:57:15Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"819b1173-5758-488b-a882-f530767d4dc0\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"ncf_subject\",\n        \"versionKey\": \"1668076034994\"\n    }\n}"}],"_postman_id":"d36dc5f2-7889-4c9a-b864-e13d86fbb55b"},{"name":"Read Framework Categories - Subject","id":"5fe1274d-ae84-470f-a021-5fd32decb783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"url":"{{host}}/api/framework/v1/category/read/board?framework={{framework_default}}","urlObject":{"path":["api","framework","v1","category","read","board"],"host":["{{host}}"],"query":[{"key":"framework","value":"{{framework_default}}"}],"variable":[]}},"response":[{"id":"f9220d85-578c-4f02-ba06-bf98c4822585","name":"Create Framework Categories - Subject","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"category\": {\n            \"name\": \"Subject\",\n            \"code\": \"subject\"\n        }\n    }\n}"},"url":{"raw":"{{learningservice_host}}/framework/v3/category/create?framework=NCF","host":["{{learningservice_host}}"],"path":["framework","v3","category","create"],"query":[{"key":"framework","value":"NCF"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:27:15 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.categoryinstance.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T15:57:15Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"819b1173-5758-488b-a882-f530767d4dc0\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": \"ncf_subject\",\n        \"versionKey\": \"1668076034994\"\n    }\n}"}],"_postman_id":"5fe1274d-ae84-470f-a021-5fd32decb783"}],"id":"98285c33-f5c9-4cda-b39b-af01d30293d4","_postman_id":"98285c33-f5c9-4cda-b39b-af01d30293d4","description":""},{"name":"8-Create Framework Terms","item":[{"name":"Board - TBU","item":[{"name":"Terms","item":[],"id":"12f3960b-8ab0-47c9-b40a-8435bc8997fe","_postman_id":"12f3960b-8ab0-47c9-b40a-8435bc8997fe","description":""}],"id":"0553faf6-3055-4314-a5c8-35415b11af10","description":"<p>TBU : Defining multiple terms for Board &amp; associations with other categories.</p>\n","_postman_id":"0553faf6-3055-4314-a5c8-35415b11af10"},{"name":"Create Framework Term - Board","id":"8ed4ee66-fe3b-4560-b713-8f988c79e819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"{{channel_id}}"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"term\": {\n            \"name\": \"Other\",\n            \"code\": \"other\"\n        }\n    }\n}"},"url":"{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=board","urlObject":{"path":["api","framework","v1","term","create"],"host":["{{host}}"],"query":[{"key":"framework","value":"{{framework_default}}"},{"key":"category","value":"board"}],"variable":[]}},"response":[{"id":"3ee1d2fe-c8c2-400d-a312-4441459e71a2","name":"Create Framework Term - Board","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"term\": {\n            \"name\": \"NCF\",\n            \"code\": \"ncf\"\n        }\n    }\n}"},"url":{"raw":"{{learningservice_host}}/framework/v3/term/create?framework=NCF&category=board","host":["{{learningservice_host}}"],"path":["framework","v3","term","create"],"query":[{"key":"framework","value":"NCF"},{"key":"category","value":"board"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:46:34 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.framework.term.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T16:16:34Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"10c6e642-da5d-498f-a181-14b02f9f4729\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": [\n            \"ncf_board_ncf\"\n        ]\n    }\n}"}],"_postman_id":"8ed4ee66-fe3b-4560-b713-8f988c79e819"},{"name":"Create Framework Term - Medium","id":"74719bd0-fda1-4a28-8c19-8fc3692bd751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"{{channel_name}}"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"term\": {\n            \"name\": \"Telugu\",\n            \"code\": \"telugu\"\n        }\n    }\n}"},"url":"{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=medium","urlObject":{"path":["api","framework","v1","term","create"],"host":["{{host}}"],"query":[{"key":"framework","value":"{{framework_default}}"},{"key":"category","value":"medium"}],"variable":[]}},"response":[{"id":"f51040b3-aff7-41bf-9e67-a549a941a885","name":"Create Framework Term - Medium","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"{{channel_name}}"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"term\": {\n            \"name\": \"Telugu\",\n            \"code\": \"telugu\"\n        }\n    }\n}"},"url":{"raw":"{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=medium","host":["{{host}}"],"path":["api","framework","v1","term","create"],"query":[{"key":"framework","value":"{{framework_default}}"},{"key":"category","value":"medium"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Mar 2023 16:27:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-RateLimit-Limit-hour","value":"10000"},{"key":"X-RateLimit-Remaining-hour","value":"9999"},{"key":"x-powered-by","value":"Express"},{"key":"vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,PUT,POST,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-headers","value":"Content-Type, Authorization,cid, user-id, x-auth, Cache-Control, X-Requested-With, *"},{"key":"etag","value":"W/\"11e-wmAtfSm0k3Q8AtLokwNol2Sw5cs\""},{"key":"x-envoy-upstream-service-time","value":"144"},{"key":"X-Kong-Upstream-Latency","value":"147"},{"key":"X-Kong-Proxy-Latency","value":"7"},{"key":"Via","value":"kong/0.14.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.term.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2023-03-24T16:27:36.010Z\",\n    \"params\": {\n        \"resmsgid\": \"c93ad2a0-ca60-11ed-a580-130ace2a34c8\",\n        \"msgid\": \"c92500b0-ca60-11ed-b6d2-fbae2fa34061\",\n        \"status\": \"successful\",\n        \"err\": null,\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": [\n            \"ncf_medium_telugu\"\n        ]\n    }\n}"}],"_postman_id":"74719bd0-fda1-4a28-8c19-8fc3692bd751"},{"name":"Create Framework Term - GradeLevel","id":"258eb780-456e-45fc-aa8a-3d272a6c7f6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"{{channel_name}}"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"term\": {\n            \"name\": \"Class 1\",\n            \"code\": \"class1\"\n        }\n    }\n}"},"url":"{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=gradeLevel","urlObject":{"path":["api","framework","v1","term","create"],"host":["{{host}}"],"query":[{"key":"framework","value":"{{framework_default}}"},{"key":"category","value":"gradeLevel"}],"variable":[]}},"response":[{"id":"60a0c802-852e-4c64-9e0c-f78feaef0f1c","name":"Create Framework Term - GradeLevel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"term\": {\n            \"name\": \"Class 1\",\n            \"code\": \"class1\"\n        }\n    }\n}"},"url":{"raw":"{{learningservice_host}}/framework/v3/term/create?framework=NCF&category=gradeLevel","host":["{{learningservice_host}}"],"path":["framework","v3","term","create"],"query":[{"key":"framework","value":"NCF"},{"key":"category","value":"gradeLevel"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:47:04 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.framework.term.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T16:17:04Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"180cec6f-6afa-40a4-be3d-f7bb018aa9e3\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": [\n            \"ncf_gradelevel_class1\"\n        ]\n    }\n}"}],"_postman_id":"258eb780-456e-45fc-aa8a-3d272a6c7f6c"},{"name":"Create Framework Term - Subject","id":"236b914b-897a-4401-bf6f-c62f0fdc1591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"{{channel_name}}"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"term\": {\n            \"name\": \"Telugu\",\n            \"code\": \"telugu\"\n        }\n    }\n}"},"url":"{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=subject","urlObject":{"path":["api","framework","v1","term","create"],"host":["{{host}}"],"query":[{"key":"framework","value":"{{framework_default}}"},{"key":"category","value":"subject"}],"variable":[]}},"response":[{"id":"392f1b6a-7607-4241-9eea-76f14a35fac3","name":"Create Framework Term - Subject","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"accept","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"term\": {\n            \"name\": \"English\",\n            \"code\": \"english\"\n        }\n    }\n}"},"url":{"raw":"{{learningservice_host}}/framework/v3/term/create?framework=NCF&category=subject","host":["{{learningservice_host}}"],"path":["framework","v3","term","create"],"query":[{"key":"framework","value":"NCF"},{"key":"category","value":"subject"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:47:22 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.framework.term.create\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T16:17:22Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"78fb70fb-4bc5-48a9-924e-a96c6cc0bdc3\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"node_id\": [\n            \"ncf_subject_english\"\n        ]\n    }\n}"}],"_postman_id":"236b914b-897a-4401-bf6f-c62f0fdc1591"}],"id":"a42427b6-3447-4f74-8e78-0b5bdda67169","_postman_id":"a42427b6-3447-4f74-8e78-0b5bdda67169","description":""},{"name":"9-Publish Framework","item":[{"name":"Publish Framework","id":"0bf35a5b-1456-4e46-a567-6586f60c2faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"{{channel_name}}"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{}"},"url":"{{host}}/api/framework/v1/publish/{{framework_default}}","urlObject":{"path":["api","framework","v1","publish","{{framework_default}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8651b412-f335-4c7e-97f2-630c3f1febcd","name":"Publish Framework","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Channel-Id","value":"sunbird"}],"body":{"mode":"raw","raw":"{}"},"url":"{{learningservice_host}}/framework/v3/publish/NCF"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:48:48 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.framework.publish\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T16:18:48Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"0ff9d7b5-409b-47f6-b9d3-3e77e451691f\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"publishStatus\": \"Publish Operation for Framework Id 'NCF' Started Successfully!\"\n    }\n}"}],"_postman_id":"0bf35a5b-1456-4e46-a567-6586f60c2faa"},{"name":"2 - Read Framework","event":[{"listen":"prerequest","script":{"id":"56cd1e08-be43-4ce8-8b78-a1ec7b8a9e5e","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"cb397db1-80b9-4445-84e3-facc62db32bb","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"690339dc-d466-4516-98d5-d877fcad1e8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"url":"{{host}}/api/framework/v1/read/NCF","urlObject":{"path":["api","framework","v1","read","NCF"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"690339dc-d466-4516-98d5-d877fcad1e8d"}],"id":"515ade2b-bf0b-46d9-9afc-2082660cd7fe","_postman_id":"515ade2b-bf0b-46d9-9afc-2082660cd7fe","description":""},{"name":"10-Associating framework with channel","item":[{"name":"Associating framework with channel","id":"9332df43-11f3-4272-9d8f-40dc9497592c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"x-channel-id","value":"{{channel_name}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"channel\": {\n            \"frameworks\": [\n                {\n                    \"identifier\": \"NCF\",\n                    \"name\": \"NCF\"\n                }\n            ]\n        }\n    }\n}"},"url":"{{host}}/api/channel/v1/update/{{channel_id}}","urlObject":{"path":["api","channel","v1","update","{{channel_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"18ef26bb-ee8e-4b7e-a560-fb64dccf1c8d","name":"Associating framework with channel","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"channel\": {\n            \"frameworks\": [\n                {\n                    \"identifier\": \"NCF\",\n                    \"name\": \"NCF\"\n                }\n            ]\n        }\n    }\n}"},"url":"{{content_host}}/channel/v3/update/sunbird"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Request-Time","value":"734"},{"key":"content-length","value":"268"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Nov 2022 10:51:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.channel.update\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2022-11-10T16:21:12Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"dacd966e-c664-40ad-91da-7ec597d4ade6\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"sunbird\",\n        \"node_id\": \"sunbird\"\n    }\n}"},{"id":"e20481ee-6475-4c6c-8cc5-99ee0965bfd5","name":"Add Categories to channel","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"X-Channel-Id","value":"{{channel_name}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"channel\": {\n            \"categories\": [\n                {\n                    \"name\": \"Medium\",\n                    \"relation\": \"hasSequenceMember\",\n                    \"identifier\": \"ncf_medium\",\n                    \"description\": \"\",\n                    \"objectType\": \"CategoryInstance\",\n                    \"status\": \"Live\"\n                },\n                {\n                    \"name\": \"Subject\",\n                    \"relation\": \"hasSequenceMember\",\n                    \"identifier\": \"ncf_subject\",\n                    \"description\": \"\",\n                    \"objectType\": \"CategoryInstance\",\n                    \"status\": \"Live\"\n                },\n                {\n                    \"name\": \"Board\",\n                    \"relation\": \"hasSequenceMember\",\n                    \"identifier\": \"ncf_board\",\n                    \"description\": \"\",\n                    \"objectType\": \"CategoryInstance\",\n                    \"status\": \"Live\"\n                },\n                {\n                    \"name\": \"Class\",\n                    \"relation\": \"hasSequenceMember\",\n                    \"identifier\": \"ncf_gradelevel\",\n                    \"description\": \"\",\n                    \"objectType\": \"CategoryInstance\",\n                    \"status\": \"Live\"\n                }\n            ]\n        }\n    }\n}"},"url":"{{host}}/api/channel/v1/update/{{channel_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Mar 2023 12:40:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-RateLimit-Limit-hour","value":"30000"},{"key":"X-RateLimit-Remaining-hour","value":"29998"},{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET,PUT,POST,PATCH,DELETE,OPTIONS"},{"key":"access-control-allow-headers","value":"Content-Type, Authorization,cid, user-id, x-auth, Cache-Control, X-Requested-With, *"},{"key":"etag","value":"W/\"144-YCy2W8TgaA11CbVFzEo1cmu327E\""},{"key":"x-envoy-upstream-service-time","value":"485"},{"key":"X-Kong-Upstream-Latency","value":"488"},{"key":"X-Kong-Proxy-Latency","value":"9"},{"key":"Via","value":"kong/0.14.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.channel.update\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2023-03-23T12:40:18.090Z\",\n    \"params\": {\n        \"resmsgid\": \"ddfba0a0-c977-11ed-a580-130ace2a34c8\",\n        \"msgid\": \"ddb1c660-c977-11ed-b6d2-fbae2fa34061\",\n        \"status\": \"successful\",\n        \"err\": null,\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"0137541424673095687\",\n        \"node_id\": \"0137541424673095687\"\n    }\n}"}],"_postman_id":"9332df43-11f3-4272-9d8f-40dc9497592c"},{"name":"Channel - Read","id":"17736542-3ff3-4fe1-91a7-e424f8834ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"url":"{{host}}/api/channel/v1/read/{{framework_default}}","urlObject":{"path":["api","channel","v1","read","{{framework_default}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"17736542-3ff3-4fe1-91a7-e424f8834ac4"}],"id":"956ad80c-f81e-4a36-b085-ac1728f789c2","_postman_id":"956ad80c-f81e-4a36-b085-ac1728f789c2","description":""},{"name":"List Framework","item":[{"name":"List Framework","id":"c681d0d6-5493-4596-8425-035ee2dd16b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"search\": {},\n        \"fields\": [\n            \"name\",\n            \"identifier\",\n            \"code\",\n            \"description\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/framework/v1/list","urlObject":{"path":["api","framework","v1","list"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a05ef788-17ab-4b0c-bde5-d52267189f91","name":"List Framework","originalRequest":{"method":"POST","header":[{"key":"X-Channel-Id","value":"sunbird","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"search\": {},\n        \"fields\": [\n            \"name\",\n            \"identifier\",\n            \"code\",\n            \"description\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{learningservice_host}}/framework/v3/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Nov 2022 10:51:54 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ekstep.learning.framework.list\",\n    \"ver\": \"1.0\",\n    \"ts\": \"2022-11-10T16:21:54Z+05:30\",\n    \"params\": {\n        \"resmsgid\": \"ca47b29b-9714-4008-8d76-9f8214b607ae\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"frameworks\": [\n            {\n                \"identifier\": \"NCF\",\n                \"lastStatusChangedOn\": \"2022-11-10T12:12:28.820+0530\",\n                \"code\": \"NCF\",\n                \"channel\": \"sunbird\",\n                \"description\": \"NCF Framework\",\n                \"type\": \"K-12\",\n                \"createdOn\": \"2022-11-10T12:12:28.820+0530\",\n                \"versionKey\": \"1668062548820\",\n                \"systemDefault\": \"No\",\n                \"channels\": [\n                    {\n                        \"identifier\": \"sunbird\",\n                        \"name\": \"Sunbird Org\",\n                        \"objectType\": \"Channel\",\n                        \"relation\": \"hasSequenceMember\",\n                        \"description\": \"Default Organisation for Sunbird\",\n                        \"status\": \"Live\"\n                    }\n                ],\n                \"name\": \"NCF\",\n                \"lastUpdatedOn\": \"2022-11-10T12:12:28.820+0530\",\n                \"categories\": [\n                    {\n                        \"identifier\": \"ncf_board\",\n                        \"name\": \"Board\",\n                        \"objectType\": \"CategoryInstance\",\n                        \"relation\": \"hasSequenceMember\",\n                        \"index\": 1,\n                        \"status\": \"Live\"\n                    },\n                    {\n                        \"identifier\": \"ncf_medium\",\n                        \"name\": \"Medium\",\n                        \"objectType\": \"CategoryInstance\",\n                        \"relation\": \"hasSequenceMember\",\n                        \"index\": 2,\n                        \"status\": \"Live\"\n                    },\n                    {\n                        \"identifier\": \"ncf_medium\",\n                        \"name\": \"Medium\",\n                        \"objectType\": \"CategoryInstance\",\n                        \"relation\": \"hasSequenceMember\",\n                        \"index\": 3,\n                        \"status\": \"Live\"\n                    },\n                    {\n                        \"identifier\": \"ncf_gradelevel\",\n                        \"name\": \"GradeLevel\",\n                        \"objectType\": \"CategoryInstance\",\n                        \"relation\": \"hasSequenceMember\",\n                        \"index\": 4,\n                        \"status\": \"Live\"\n                    },\n                    {\n                        \"identifier\": \"ncf_subject\",\n                        \"name\": \"Subject\",\n                        \"objectType\": \"CategoryInstance\",\n                        \"relation\": \"hasSequenceMember\",\n                        \"index\": 5,\n                        \"status\": \"Live\"\n                    }\n                ],\n                \"status\": \"Live\"\n            }\n        ],\n        \"count\": 1\n    }\n}"}],"_postman_id":"c681d0d6-5493-4596-8425-035ee2dd16b6"}],"id":"26c33bbf-bfcd-41e2-ad8a-31d5f8cc3fd2","_postman_id":"26c33bbf-bfcd-41e2-ad8a-31d5f8cc3fd2","description":""},{"name":"search-api","id":"869f5707-1154-42c3-9869-9bd38c179648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"filters\": {\n            \"status\": []\n        },\n        \"limit\": 100\n    }\n}"},"url":"{{search_host}}/v3/search","urlObject":{"path":["v3","search"],"host":["{{search_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"869f5707-1154-42c3-9869-9bd38c179648"}],"id":"dcf050cb-df1e-467d-9109-bdf3d7ff2c97","description":"<h3 id></h3>\n<p>Neo4J Cypher Queries:</p>\n<p>Remove the duplicate nodes if exist while any issues if you noticed as part of configurations  </p>\n<p><strong>Identify the duplicate nodes:</strong></p>\n<p>Use the below cypher query directly on Neo4J DB</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-powershell\">match (n:domain{IL_UNIQUE_ID:\"ncf_board\"}) RETURN n;pppp\n</code></pre>\n<p><strong>Remove the duplicate nodes:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-powershell\">MATCH (n:domain{IL_UNIQUE_ID:\"sunbird_k-12\"}) DETACH DELETE n;\n</code></pre>\n","_postman_id":"dcf050cb-df1e-467d-9109-bdf3d7ff2c97"},{"name":"3-forms/creation","item":[{"name":"Content","item":[{"name":"1 - Content Save","id":"6ab7b95a-8e7c-4f79-a264-0487c67b017a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{api_key}}"},{"key":"","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"request\": {\r\n        \"action\": \"review\",\r\n        \"subType\": \"resource\",\r\n        \"framework\": \"{{framework_default}}\",\r\n        \"rootOrgId\": \"{{channel_id}}\",\r\n        \"type\": \"content\",\r\n        \"popup\": true,\r\n        \"editMode\": true,\r\n        \"data\": {\r\n            \"templateName\": \"defaultTemplate\",\r\n            \"action\": \"review\",\r\n            \"fields\": [\r\n                {\r\n                    \"code\": \"appicon\",\r\n                    \"visible\": true,\r\n                    \"editable\": true,\r\n                    \"dataType\": \"url\",\r\n                    \"renderingHints\": {},\r\n                    \"name\": \"App Icon\",\r\n                    \"description\": \"App Icon\",\r\n                    \"index\": 1,\r\n                    \"inputType\": \"file\",\r\n                    \"label\": \"Icon\",\r\n                    \"placeholder\": \"App Icon\",\r\n                    \"required\": true\r\n                },\r\n                {\r\n                    \"code\": \"name\",\r\n                    \"visible\": true,\r\n                    \"editable\": true,\r\n                    \"dataType\": \"text\",\r\n                    \"renderingHints\": {},\r\n                    \"name\": \"Title\",\r\n                    \"description\": \"Title of the content\",\r\n                    \"index\": 2,\r\n                    \"inputType\": \"text\",\r\n                    \"label\": \"Title\",\r\n                    \"placeholder\": \"Enter Title For Book\",\r\n                    \"required\": true\r\n                },\r\n                {\r\n                    \"code\": \"description\",\r\n                    \"visible\": true,\r\n                    \"editable\": true,\r\n                    \"dataType\": \"text\",\r\n                    \"renderingHints\": {},\r\n                    \"name\": \"Description\",\r\n                    \"description\": \"Brief description\",\r\n                    \"index\": 3,\r\n                    \"inputType\": \"textarea\",\r\n                    \"label\": \"Description\",\r\n                    \"placeholder\": \"Brief description about the Book\",\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"code\": \"board\",\r\n                    \"visible\": true,\r\n                    \"depends\": [\r\n                        \"medium\",\r\n                        \"gradeLevel\",\r\n                        \"subject\",\r\n                        \"topic\"\r\n                    ],\r\n                    \"editable\": true,\r\n                    \"dataType\": \"text\",\r\n                    \"renderingHints\": {},\r\n                    \"description\": \"Board\",\r\n                    \"index\": 5,\r\n                    \"label\": \"Board/Syllabus\",\r\n                    \"required\": true,\r\n                    \"name\": \"Board/Syllabus\",\r\n                    \"inputType\": \"select\",\r\n                    \"placeholder\": \"Select Board/Syllabus\"\r\n                },\r\n                {\r\n                    \"code\": \"medium\",\r\n                    \"visible\": true,\r\n                    \"depends\": [\r\n                        \"gradeLevel\",\r\n                        \"subject\",\r\n                        \"topic\"\r\n                    ],\r\n                    \"editable\": true,\r\n                    \"dataType\": \"list\",\r\n                    \"renderingHints\": {},\r\n                    \"description\": \"\",\r\n                    \"index\": 6,\r\n                    \"label\": \"Medium\",\r\n                    \"required\": true,\r\n                    \"name\": \"medium\",\r\n                    \"inputType\": \"multiselect\",\r\n                    \"placeholder\": \"Select Medium\"\r\n                },\r\n                {\r\n                    \"code\": \"gradeLevel\",\r\n                    \"visible\": true,\r\n                    \"depends\": [\r\n                        \"subject\",\r\n                        \"topic\"\r\n                    ],\r\n                    \"editable\": true,\r\n                    \"dataType\": \"list\",\r\n                    \"renderingHints\": {},\r\n                    \"description\": \"Class\",\r\n                    \"index\": 7,\r\n                    \"label\": \"Class\",\r\n                    \"required\": true,\r\n                    \"name\": \"Class\",\r\n                    \"inputType\": \"multiselect\",\r\n                    \"placeholder\": \"Select Class\"\r\n                },\r\n                {\r\n                    \"code\": \"subject\",\r\n                    \"visible\": true,\r\n                    \"depends\": [\r\n                        \"topic\"\r\n                    ],\r\n                    \"editable\": true,\r\n                    \"dataType\": \"list\",\r\n                    \"renderingHints\": {},\r\n                    \"description\": \"\",\r\n                    \"index\": 8,\r\n                    \"label\": \"Subject\",\r\n                    \"required\": true,\r\n                    \"name\": \"Subject\",\r\n                    \"inputType\": \"multiselect\",\r\n                    \"placeholder\": \"Select Subject\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"},"url":"{{host}}/api/data/v1/form/create","description":"<p>{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}</p>\n","urlObject":{"path":["api","data","v1","form","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ab7b95a-8e7c-4f79-a264-0487c67b017a"},{"name":"2 - Content Review","id":"b0b587a1-66ca-48de-8f01-30bd30bed76b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"request\": {\r\n        \"action\": \"review\",\r\n        \"subType\": \"resource\",\r\n        \"framework\": \"{{framework_default}}\",\r\n        \"rootOrgId\": \"{{channel_id}}\",\r\n        \"type\": \"content\",\r\n        \"popup\": true,\r\n        \"editMode\": true,\r\n        \"data\": {\r\n            \"templateName\": \"defaultTemplate\",\r\n            \"action\": \"review\",\r\n            \"fields\": [\r\n                {\r\n                    \"code\": \"appicon\",\r\n                    \"visible\": true,\r\n                    \"editable\": true,\r\n                    \"dataType\": \"url\",\r\n                    \"renderingHints\": {},\r\n                    \"name\": \"App Icon\",\r\n                    \"description\": \"App Icon\",\r\n                    \"index\": 1,\r\n                    \"inputType\": \"file\",\r\n                    \"label\": \"Icon\",\r\n                    \"placeholder\": \"App Icon\",\r\n                    \"required\": true\r\n                },\r\n                {\r\n                    \"code\": \"name\",\r\n                    \"visible\": true,\r\n                    \"editable\": true,\r\n                    \"dataType\": \"text\",\r\n                    \"renderingHints\": {},\r\n                    \"name\": \"Title\",\r\n                    \"description\": \"Title of the content\",\r\n                    \"index\": 2,\r\n                    \"inputType\": \"text\",\r\n                    \"label\": \"Title\",\r\n                    \"placeholder\": \"Enter Title For Book\",\r\n                    \"required\": true\r\n                },\r\n                {\r\n                    \"code\": \"description\",\r\n                    \"visible\": true,\r\n                    \"editable\": true,\r\n                    \"dataType\": \"text\",\r\n                    \"renderingHints\": {},\r\n                    \"name\": \"Description\",\r\n                    \"description\": \"Brief description\",\r\n                    \"index\": 3,\r\n                    \"inputType\": \"textarea\",\r\n                    \"label\": \"Description\",\r\n                    \"placeholder\": \"Brief description about the Book\",\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"code\": \"board\",\r\n                    \"visible\": true,\r\n                    \"depends\": [\r\n                        \"medium\",\r\n                        \"gradeLevel\",\r\n                        \"subject\",\r\n                        \"topic\"\r\n                    ],\r\n                    \"editable\": true,\r\n                    \"dataType\": \"text\",\r\n                    \"renderingHints\": {},\r\n                    \"description\": \"Board\",\r\n                    \"index\": 5,\r\n                    \"label\": \"Board/Syllabus\",\r\n                    \"required\": true,\r\n                    \"name\": \"Board/Syllabus\",\r\n                    \"inputType\": \"select\",\r\n                    \"placeholder\": \"Select Board/Syllabus\"\r\n                },\r\n                {\r\n                    \"code\": \"medium\",\r\n                    \"visible\": true,\r\n                    \"depends\": [\r\n                        \"gradeLevel\",\r\n                        \"subject\",\r\n                        \"topic\"\r\n                    ],\r\n                    \"editable\": true,\r\n                    \"dataType\": \"list\",\r\n                    \"renderingHints\": {},\r\n                    \"description\": \"\",\r\n                    \"index\": 6,\r\n                    \"label\": \"Medium\",\r\n                    \"required\": true,\r\n                    \"name\": \"medium\",\r\n                    \"inputType\": \"multiselect\",\r\n                    \"placeholder\": \"Select Medium\"\r\n                },\r\n                {\r\n                    \"code\": \"gradeLevel\",\r\n                    \"visible\": true,\r\n                    \"depends\": [\r\n                        \"subject\",\r\n                        \"topic\"\r\n                    ],\r\n                    \"editable\": true,\r\n                    \"dataType\": \"list\",\r\n                    \"renderingHints\": {},\r\n                    \"description\": \"Class\",\r\n                    \"index\": 7,\r\n                    \"label\": \"Class\",\r\n                    \"required\": true,\r\n                    \"name\": \"Class\",\r\n                    \"inputType\": \"multiselect\",\r\n                    \"placeholder\": \"Select Class\"\r\n                },\r\n                {\r\n                    \"code\": \"subject\",\r\n                    \"visible\": true,\r\n                    \"depends\": [\r\n                        \"topic\"\r\n                    ],\r\n                    \"editable\": true,\r\n                    \"dataType\": \"list\",\r\n                    \"renderingHints\": {},\r\n                    \"description\": \"\",\r\n                    \"index\": 8,\r\n                    \"label\": \"Subject\",\r\n                    \"required\": true,\r\n                    \"name\": \"Subject\",\r\n                    \"inputType\": \"multiselect\",\r\n                    \"placeholder\": \"Select Subject\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"},"url":"{{host}}/api/data/v1/form/create","description":"<p>{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}</p>\n","urlObject":{"path":["api","data","v1","form","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0b587a1-66ca-48de-8f01-30bd30bed76b"},{"name":"3 - Content Publish","id":"d84cac06-9ab0-4f79-a52d-937a157f20e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"request\": {\r\n        \"action\": \"publish\",\r\n        \"type\": \"content\",\r\n        \"subType\": \"resource\",\r\n        \"framework\": \"*\",\r\n        \"rootOrgId\": \"*\",\r\n        \"data\": {\r\n            \"templateName\": \"defaultTemplate\",\r\n            \"action\": \"review\",\r\n            \"fields\": [\r\n                {\r\n                    \"contents\": [\r\n                        {\r\n                            \"name\": \"Appropriateness\",\r\n                            \"checkList\": [\r\n                                \"Is suitable for children\"\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"name\": \"Content details\",\r\n                            \"checkList\": [\r\n                                \"Appropriate Title, Description\"\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"name\": \"Usability\",\r\n                            \"checkList\": [\r\n                                \"Content plays correctly\"\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"title\": \"Please confirm that ALL the following items are verified (by ticking the check-boxes) before you can publish:\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"},"url":"{{host}}/api/data/v1/form/create","description":"<p>{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}</p>\n","urlObject":{"path":["api","data","v1","form","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d84cac06-9ab0-4f79-a52d-937a157f20e7"},{"name":"4 - Book Create","id":"f6ed3d79-d90c-4bb9-ade6-e66f96690400","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"request\": {\r\n        \"type\": \"content\",\r\n        \"action\": \"create\",\r\n        \"subType\": \"textbook\",\r\n        \"rootOrgId\": \"*\",\r\n        \"framework\": \"*\",\r\n        \"data\": {\r\n            \"templateName\": \"defaultTemplate\",\r\n            \"action\": \"review\",\r\n            \"fields\": [\r\n                {\r\n                    \"code\": \"name\",\r\n                    \"dataType\": \"text\",\r\n                    \"name\": \"Name\",\r\n                    \"label\": \"Name\",\r\n                    \"description\": \"Name\",\r\n                    \"editable\": true,\r\n                    \"placeholder\": \"Name\",\r\n                    \"inputType\": \"text\",\r\n                    \"required\": true,\r\n                    \"displayProperty\": \"Editable\",\r\n                    \"visible\": true,\r\n                    \"renderingHints\": {\r\n                        \"semanticColumnWidth\": \"twelve\"\r\n                    },\r\n                    \"index\": 1,\r\n                    \"validation\": [\r\n                        {\r\n                            \"type\": \"regex\",\r\n                            \"value\": \"^[a-zA-Z0-9 &]*$\",\r\n                            \"message\": \"Invalid Input\"\r\n                        },\r\n                        {\r\n                            \"type\": \"max\",\r\n                            \"value\": \"50\",\r\n                            \"message\": \"Input is Exceded\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"code\": \"year\",\r\n                    \"dataType\": \"text\",\r\n                    \"name\": \"Year\",\r\n                    \"label\": \"Year\",\r\n                    \"description\": \"Year\",\r\n                    \"editable\": true,\r\n                    \"placeholder\": \"Year\",\r\n                    \"inputType\": \"select\",\r\n                    \"required\": false,\r\n                    \"displayProperty\": \"Editable\",\r\n                    \"visible\": true,\r\n                    \"renderingHints\": {\r\n                        \"semanticColumnWidth\": \"six\"\r\n                    },\r\n                    \"index\": 7\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"},"url":"{{host}}/api/data/v1/form/create","description":"<p>{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}</p>\n","urlObject":{"path":["api","data","v1","form","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6ed3d79-d90c-4bb9-ade6-e66f96690400"},{"name":"5 -Book Configuration (editor)","id":"e3898f4c-3eab-4112-890f-14ccfd350565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","type":"text","value":"{{kong_api_key}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"objectMetadata\": {\n                \"config\": {\n                    \"sourcingSettings\": {\n                        \"collection\": {\n                            \"maxDepth\": 4,\n                            \"objectType\": \"Collection\",\n                            \"primaryCategory\": \"Digital Textbook\",\n                            \"isRoot\": true,\n                            \"iconClass\": \"fa fa-book\",\n                            \"children\": {},\n                            \"hierarchy\": {\n                                \"level1\": {\n                                    \"name\": \"Textbook Unit\",\n                                    \"type\": \"Unit\",\n                                    \"mimeType\": \"application/vnd.ekstep.content-collection\",\n                                    \"contentType\": \"TextBookUnit\",\n                                    \"primaryCategory\": \"Textbook Unit\",\n                                    \"iconClass\": \"fa fa-folder-o\",\n                                    \"children\": {\n                                        \"Content\": [],\n                                        \"Collection\": []\n                                    }\n                                },\n                                \"level2\": {\n                                    \"name\": \"Section\",\n                                    \"type\": \"Unit\",\n                                    \"mimeType\": \"application/vnd.ekstep.content-collection\",\n                                    \"contentType\": \"TextBookUnit\",\n                                    \"primaryCategory\": \"Textbook Unit\",\n                                    \"iconClass\": \"fa fa-folder-o\",\n                                    \"children\": {\n                                        \"Content\": [],\n                                        \"Collection\": []\n                                    }\n                                },\n                                \"level3\": {\n                                    \"name\": \"Section\",\n                                    \"type\": \"Unit\",\n                                    \"mimeType\": \"application/vnd.ekstep.content-collection\",\n                                    \"contentType\": \"TextBookUnit\",\n                                    \"primaryCategory\": \"Textbook Unit\",\n                                    \"iconClass\": \"fa fa-folder-o\",\n                                    \"children\": {\n                                        \"Content\": [],\n                                        \"Collection\": []\n                                    }\n                                },\n                                \"level4\": {\n                                    \"name\": \"Section\",\n                                    \"type\": \"Unit\",\n                                    \"mimeType\": \"application/vnd.ekstep.content-collection\",\n                                    \"contentType\": \"TextBookUnit\",\n                                    \"primaryCategory\": \"Textbook Unit\",\n                                    \"iconClass\": \"fa fa-folder-o\",\n                                    \"children\": {\n                                        \"Content\": [],\n                                        \"Collection\": []\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                \"schema\": {\n                    \"properties\": {\n                        \"generateDIALCodes\": {\n                            \"type\": \"string\",\n                            \"enum\": [\n                                \"Yes\",\n                                \"No\"\n                            ],\n                            \"default\": \"Yes\"\n                        },\n                        \"trackable\": {\n                            \"type\": \"object\",\n                            \"properties\": {\n                                \"enabled\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                },\n                                \"autoBatch\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                }\n                            },\n                            \"default\": {\n                                \"enabled\": \"No\",\n                                \"autoBatch\": \"No\"\n                            }\n                        },\n                        \"userConsent\": {\n                            \"type\": \"string\",\n                            \"enum\": [\n                                \"Yes\",\n                                \"No\"\n                            ],\n                            \"default\": \"Yes\"\n                        }\n                    }\n                }\n            },\n            \"name\": \"Digital Textbook\",\n            \"forms\": {\n                \"childMetadata\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"code\": \"name\",\n                            \"editable\": true,\n                            \"displayProperty\": \"Editable\",\n                            \"dataType\": \"text\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1 required\"\n                            },\n                            \"description\": \"Name\",\n                            \"index\": 1,\n                            \"label\": \"Name\",\n                            \"required\": true,\n                            \"name\": \"Name\",\n                            \"inputType\": \"text\",\n                            \"placeholder\": \"Name\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"maxLength\",\n                                    \"value\": \"120\",\n                                    \"message\": \"Exceeded the limit of 120 characters\"\n                                },\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"Name is required\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"description\",\n                            \"dataType\": \"text\",\n                            \"description\": \"Description of the content\",\n                            \"editable\": true,\n                            \"inputType\": \"textarea\",\n                            \"label\": \"Description\",\n                            \"name\": \"Description\",\n                            \"placeholder\": \"Description\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"required\": false,\n                            \"visible\": true,\n                            \"validations\": [\n                                {\n                                    \"type\": \"maxLength\",\n                                    \"value\": \"1000\",\n                                    \"message\": \"Exceeded the limit of 1000 characters\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"primaryCategory\",\n                            \"dataType\": \"text\",\n                            \"description\": \"Type\",\n                            \"editable\": false,\n                            \"renderingHints\": {},\n                            \"inputType\": \"select\",\n                            \"label\": \"Category\",\n                            \"name\": \"Type\",\n                            \"placeholder\": \"\",\n                            \"required\": true,\n                            \"visible\": true,\n                            \"validations\": []\n                        },\n                        {\n                            \"code\": \"boardIds\",\n                            \"visible\": true,\n                            \"depends\": [],\n                            \"editable\": false,\n                            \"dataType\": \"list\",\n                            \"sourceCategory\": \"board\",\n                            \"output\": \"identifier\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Board\",\n                            \"required\": true,\n                            \"name\": \"Board\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Board\"\n                        },\n                        {\n                            \"code\": \"mediumIds\",\n                            \"visible\": true,\n                            \"depends\": [],\n                            \"editable\": false,\n                            \"dataType\": \"list\",\n                            \"sourceCategory\": \"medium\",\n                            \"output\": \"identifier\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Medium(s)\",\n                            \"required\": true,\n                            \"name\": \"Medium\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Medium\"\n                        },\n                        {\n                            \"code\": \"gradeLevelIds\",\n                            \"visible\": true,\n                            \"depends\": [],\n                            \"editable\": false,\n                            \"dataType\": \"list\",\n                            \"sourceCategory\": \"gradeLevel\",\n                            \"output\": \"identifier\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Class(es)\",\n                            \"required\": true,\n                            \"name\": \"Grade Level\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Grade\"\n                        },\n                        {\n                            \"code\": \"subjectIds\",\n                            \"visible\": true,\n                            \"depends\": [],\n                            \"editable\": false,\n                            \"dataType\": \"list\",\n                            \"sourceCategory\": \"subject\",\n                            \"output\": \"identifier\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Subject(s)\",\n                            \"required\": true,\n                            \"name\": \"Subject\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Subject\"\n                        },\n                        {\n                            \"code\": \"copyright\",\n                            \"dataType\": \"text\",\n                            \"description\": \"Copyright\",\n                            \"editable\": true,\n                            \"index\": 4,\n                            \"inputType\": \"text\",\n                            \"label\": \"Copyright and Year:\",\n                            \"name\": \"Copyright\",\n                            \"placeholder\": \"Enter Copyright and Year\",\n                            \"tooltip\": \"If you are an individual, creating original content, you are the copyright holder. If you are creating this  content on behalf of an organisation, the organisation may be the copyright holder. \",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1 required\"\n                            },\n                            \"required\": true,\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"Copyright is required\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"license\",\n                            \"visible\": true,\n                            \"editable\": true,\n                            \"displayProperty\": \"Editable\",\n                            \"dataType\": \"text\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1 required\"\n                            },\n                            \"description\": \"License\",\n                            \"index\": 6,\n                            \"label\": \"License\",\n                            \"required\": true,\n                            \"name\": \"license\",\n                            \"inputType\": \"select\",\n                            \"placeholder\": \"license\",\n                            \"tooltip\": \"Choose the more appropriate Creative commons license for this Content. \",\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"License is required\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"author\",\n                            \"dataType\": \"text\",\n                            \"description\": \"Author\",\n                            \"editable\": true,\n                            \"index\": 5,\n                            \"inputType\": \"text\",\n                            \"label\": \"Author\",\n                            \"name\": \"Author\",\n                            \"placeholder\": \"Author\",\n                            \"tooltip\": \"Provide name of creator of this content.\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"required\": true,\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"Author is required\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"attributions\",\n                            \"dataType\": \"list\",\n                            \"description\": \"Attributions\",\n                            \"editable\": true,\n                            \"index\": 3,\n                            \"inputType\": \"text\",\n                            \"label\": \"Attributions\",\n                            \"name\": \"attribution\",\n                            \"placeholder\": \"\",\n                            \"tooltip\": \"If you have relied on another work to create this content, provide the name of that creator and the source of that work.\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"required\": false\n                        },\n                        {\n                            \"code\": \"contentPolicyCheck\",\n                            \"visible\": true,\n                            \"editable\": true,\n                            \"displayProperty\": \"Editable\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1 required\"\n                            },\n                            \"description\": \"Content Policy check\",\n                            \"index\": 7,\n                            \"labelHtml\": \"<p class='font-italic'>I agree that by submitting / publishing this Content, I confirm that this Content complies with prescribed guidelines, including the Terms of Use and Content Policy and that I consent to publish it under the <a class='link font-weight-bold'  href='https://creativecommons.org/licenses' target='_blank'>Creative Commons Framework in </a> accordance with the  <a class='link font-weight-bold'  href='/terms-of-use.html' target='_blank'> Content Policy.</a> I have made sure that I do not violate others' copyright or privacy rights.</p>\",\n                            \"required\": true,\n                            \"name\": \"contentPolicyCheck\",\n                            \"inputType\": \"checkbox\",\n                            \"placeholder\": \"Content Policy Check\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"Content Policy Check is required\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"create\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"name\": \"First Section\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"appIcon\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"appIcon of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"appIcon\",\n                                    \"label\": \"Icon\",\n                                    \"name\": \"Icon\",\n                                    \"placeholder\": \"Icon\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true\n                                },\n                                {\n                                    \"code\": \"name\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Name of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Name\",\n                                    \"name\": \"Name\",\n                                    \"placeholder\": \"Name\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"120\",\n                                            \"message\": \"Exceeded the limit of 120 characters\"\n                                        },\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Name is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"description\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Description of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"textarea\",\n                                    \"label\": \"Description\",\n                                    \"name\": \"Description\",\n                                    \"placeholder\": \"Description\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"1000\",\n                                            \"message\": \"Exceeded the limit of 1000 characters\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"keywords\",\n                                    \"visible\": true,\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"name\": \"Keywords\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"description\": \"Keywords for the content\",\n                                    \"inputType\": \"keywords\",\n                                    \"label\": \"Keywords\",\n                                    \"placeholder\": \"Input the keyword and press enter\",\n                                    \"required\": false,\n                                    \"validations\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Second Section\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"dialcodeRequired\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"QR CODE REQUIRED\",\n                                    \"editable\": true,\n                                    \"default\": \"No\",\n                                    \"index\": 5,\n                                    \"inputType\": \"radio\",\n                                    \"label\": \"QR code required?\",\n                                    \"name\": \"dialcodeRequired\",\n                                    \"placeholder\": \"QR code required?\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"range\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"required\": false,\n                                    \"visible\": true\n                                },\n                                {\n                                    \"code\": \"dialcodes\",\n                                    \"depends\": [\n                                        \"dialcodeRequired\"\n                                    ],\n                                    \"dataType\": \"list\",\n                                    \"description\": \"Digital Infrastructure for Augmented Learning\",\n                                    \"editable\": true,\n                                    \"inputType\": \"dialcode\",\n                                    \"label\": \"QR code\",\n                                    \"name\": \"dialcode\",\n                                    \"placeholder\": \"Enter code here\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"minLength\",\n                                            \"value\": \"2\"\n                                        },\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"20\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Third Section\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"primaryCategory\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Type\",\n                                    \"editable\": false,\n                                    \"renderingHints\": {},\n                                    \"inputType\": \"select\",\n                                    \"label\": \"Category\",\n                                    \"name\": \"Type\",\n                                    \"placeholder\": \"\",\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Framework Terms\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"audience\",\n                                    \"dataType\": \"list\",\n                                    \"description\": \"Audience\",\n                                    \"editable\": true,\n                                    \"inputType\": \"nestedselect\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"label\": \"Audience Type\",\n                                    \"name\": \"Audience Type\",\n                                    \"placeholder\": \"Select Audience Type\",\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"range\": [\n                                        \"Student\",\n                                        \"Teacher\",\n                                        \"Parent\",\n                                        \"Administrator\",\n                                        \"Other\"\n                                    ]\n                                },\n                                {\n                                    \"code\": \"boardIds\",\n                                    \"visible\": true,\n                                    \"depends\": [],\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"sourceCategory\": \"board\",\n                                    \"output\": \"identifier\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"description\": \"Board\",\n                                    \"label\": \"Board\",\n                                    \"required\": true,\n                                    \"name\": \"Board/Syllabus\",\n                                    \"inputType\": \"select\",\n                                    \"placeholder\": \"Select Board/Syllabus\",\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Board is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"mediumIds\",\n                                    \"visible\": true,\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"sourceCategory\": \"medium\",\n                                    \"output\": \"identifier\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"description\": \"\",\n                                    \"label\": \"Medium(s)\",\n                                    \"required\": true,\n                                    \"name\": \"Medium\",\n                                    \"inputType\": \"nestedselect\",\n                                    \"placeholder\": \"Select Medium\",\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Medium is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"gradeLevelIds\",\n                                    \"visible\": true,\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"sourceCategory\": \"gradeLevel\",\n                                    \"output\": \"identifier\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"description\": \"Class\",\n                                    \"label\": \"Class(es)\",\n                                    \"required\": true,\n                                    \"name\": \"Class\",\n                                    \"inputType\": \"nestedselect\",\n                                    \"placeholder\": \"Select Class\",\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Class is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"subjectIds\",\n                                    \"visible\": true,\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"sourceCategory\": \"subject\",\n                                    \"output\": \"identifier\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"description\": \"\",\n                                    \"label\": \"Subject(s)\",\n                                    \"required\": true,\n                                    \"name\": \"Subject\",\n                                    \"inputType\": \"nestedselect\",\n                                    \"placeholder\": \"Select Subject\",\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Subject is required\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Fourth Section\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"author\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Author of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Author\",\n                                    \"name\": \"Author\",\n                                    \"placeholder\": \"Author\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": false,\n                                    \"visible\": true\n                                },\n                                {\n                                    \"code\": \"attributions\",\n                                    \"dataType\": \"list\",\n                                    \"description\": \"Attributions\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Attributions\",\n                                    \"name\": \"Attributions\",\n                                    \"placeholder\": \"Attributions\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": false,\n                                    \"visible\": true\n                                },\n                                {\n                                    \"code\": \"copyright\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Copyright\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Copyright\",\n                                    \"name\": \"Copyright\",\n                                    \"placeholder\": \"Copyright\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Copyright is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"copyrightYear\",\n                                    \"dataType\": \"number\",\n                                    \"description\": \"Year\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Copyright Year\",\n                                    \"name\": \"Copyright Year\",\n                                    \"placeholder\": \"Copyright Year\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Copyright Year is required\"\n                                        },\n                                        {\n                                            \"type\": \"minLength\",\n                                            \"message\": \"Year should be a 4 digit number\",\n                                            \"value\": 4\n                                        },\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"message\": \"Year should be a 4 digit number\",\n                                            \"value\": 4\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"license\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"license\",\n                                    \"editable\": true,\n                                    \"inputType\": \"select\",\n                                    \"label\": \"License\",\n                                    \"name\": \"license\",\n                                    \"placeholder\": \"Select License\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"defaultValue\": \"CC BY 4.0\",\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"License is required\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"delete\": {},\n                \"publish\": {},\n                \"publishchecklist\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"name\": \"Appropriateness\",\n                            \"renderingHints\": {\n                                \"class\": \"d-grid-inline-3 display-sectionName\"\n                            },\n                            \"fields\": [\n                                {\n                                    \"code\": \"appropriatenessOne\",\n                                    \"name\": \"No Hate speech, Abuse, Violence, Profanity\",\n                                    \"label\": \"No Hate speech, Abuse, Violence, Profanity\",\n                                    \"dataType\": \"boolean\",\n                                    \"inputType\": \"checkbox\",\n                                    \"editable\": true,\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"\"\n                                        }\n                                    ],\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Content details\",\n                            \"renderingHints\": {\n                                \"class\": \"d-grid-inline-3 display-sectionName\"\n                            },\n                            \"fields\": [\n                                {\n                                    \"code\": \"contentdetailsOne\",\n                                    \"name\": \"Appropriate Title, Description\",\n                                    \"label\": \"Appropriate Title, Description\",\n                                    \"dataType\": \"boolean\",\n                                    \"inputType\": \"checkbox\",\n                                    \"editable\": true,\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"\"\n                                        }\n                                    ],\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Usability\",\n                            \"renderingHints\": {\n                                \"class\": \"d-grid-inline-3 display-sectionName\"\n                            },\n                            \"fields\": [\n                                {\n                                    \"code\": \"usabilityOne\",\n                                    \"name\": \"Content plays correctly\",\n                                    \"label\": \"Content plays correctly\",\n                                    \"dataType\": \"boolean\",\n                                    \"inputType\": \"checkbox\",\n                                    \"editable\": true,\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"\"\n                                        }\n                                    ],\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"relationalMetadata\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"code\": \"relName\",\n                            \"dataType\": \"text\",\n                            \"description\": \"Name of the content\",\n                            \"editable\": true,\n                            \"inputType\": \"text\",\n                            \"label\": \"Name of the content\",\n                            \"name\": \"Name of the content\",\n                            \"placeholder\": \"Name of the content\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1 required\"\n                            },\n                            \"required\": true,\n                            \"visible\": true,\n                            \"validations\": [\n                                {\n                                    \"type\": \"maxLength\",\n                                    \"value\": \"120\",\n                                    \"message\": \"Input is Exceeded\"\n                                },\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"Name is required\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"keywords\",\n                            \"visible\": true,\n                            \"editable\": true,\n                            \"dataType\": \"list\",\n                            \"name\": \"Keywords\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"Keywords for the content\",\n                            \"inputType\": \"keywords\",\n                            \"label\": \"Keywords\",\n                            \"placeholder\": \"Input the keyword and PRESS enter\",\n                            \"required\": false,\n                            \"validations\": []\n                        },\n                        {\n                            \"code\": \"relTrackable\",\n                            \"name\": \"Track in collection\",\n                            \"label\": \"Track in collection\",\n                            \"placeholder\": \"Track in collection\",\n                            \"description\": \"\",\n                            \"default\": false,\n                            \"dataType\": \"boolean\",\n                            \"inputType\": \"checkbox\",\n                            \"editable\": true,\n                            \"required\": false,\n                            \"visible\": true,\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            }\n                        }\n                    ]\n                },\n                \"review\": {},\n                \"search\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"code\": \"primaryCategory\",\n                            \"dataType\": \"list\",\n                            \"description\": \"Type\",\n                            \"editable\": true,\n                            \"default\": [],\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"inputType\": \"nestedselect\",\n                            \"label\": \"Content Type(s)\",\n                            \"name\": \"Type\",\n                            \"placeholder\": \"Select ContentType\",\n                            \"required\": false,\n                            \"visible\": true\n                        },\n                        {\n                            \"code\": \"board\",\n                            \"visible\": true,\n                            \"depends\": [],\n                            \"editable\": true,\n                            \"dataType\": \"list\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"Board\",\n                            \"label\": \"Board\",\n                            \"required\": false,\n                            \"name\": \"Board\",\n                            \"inputType\": \"select\",\n                            \"placeholder\": \"Select Board\",\n                            \"output\": \"name\"\n                        },\n                        {\n                            \"code\": \"medium\",\n                            \"visible\": true,\n                            \"depends\": [\n                                \"board\"\n                            ],\n                            \"editable\": true,\n                            \"dataType\": \"list\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Medium(s)\",\n                            \"required\": false,\n                            \"name\": \"Medium\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Medium\",\n                            \"output\": \"name\"\n                        },\n                        {\n                            \"code\": \"gradeLevel\",\n                            \"visible\": true,\n                            \"depends\": [\n                                \"board\",\n                                \"medium\"\n                            ],\n                            \"editable\": true,\n                            \"default\": \"\",\n                            \"dataType\": \"list\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"Class\",\n                            \"label\": \"Class(es)\",\n                            \"required\": false,\n                            \"name\": \"Class\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Class\",\n                            \"output\": \"name\"\n                        },\n                        {\n                            \"code\": \"subject\",\n                            \"visible\": true,\n                            \"depends\": [\n                                \"board\",\n                                \"medium\",\n                                \"gradeLevel\"\n                            ],\n                            \"editable\": true,\n                            \"default\": \"\",\n                            \"dataType\": \"list\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Subject(s)\",\n                            \"required\": false,\n                            \"name\": \"Subject\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Subject\",\n                            \"output\": \"name\"\n                        }\n                    ]\n                },\n                \"unitMetadata\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"name\": \"First Section\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"name\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Name of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Name\",\n                                    \"name\": \"Title\",\n                                    \"placeholder\": \"Name\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"120\",\n                                            \"message\": \"Exceeded the limit of 120 characters\"\n                                        },\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Name is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"description\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Description of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"textarea\",\n                                    \"label\": \"Description\",\n                                    \"name\": \"Description\",\n                                    \"placeholder\": \"Description\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"1000\",\n                                            \"message\": \"Exceeded the limit of 120 characters\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"keywords\",\n                                    \"visible\": true,\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"name\": \"Keywords\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"index\": 3,\n                                    \"description\": \"Keywords for the content\",\n                                    \"inputType\": \"keywords\",\n                                    \"label\": \"Keywords\",\n                                    \"placeholder\": \"Input the keyword and press enter\",\n                                    \"required\": false,\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"dialcodeRequired\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"QR CODE REQUIRED\",\n                                    \"editable\": true,\n                                    \"default\": \"No\",\n                                    \"index\": 5,\n                                    \"inputType\": \"radio\",\n                                    \"label\": \"QR code required?\",\n                                    \"name\": \"dialcodeRequired\",\n                                    \"placeholder\": \"QR code required?\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"range\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"required\": false,\n                                    \"visible\": true\n                                },\n                                {\n                                    \"code\": \"dialcodes\",\n                                    \"depends\": [\n                                        \"dialcodeRequired\"\n                                    ],\n                                    \"dataType\": \"list\",\n                                    \"description\": \"Digital Infrastructure for Augmented Learning\",\n                                    \"editable\": true,\n                                    \"inputType\": \"dialcode\",\n                                    \"label\": \"QR code\",\n                                    \"name\": \"dialcode\",\n                                    \"placeholder\": \"Enter code here\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"minLength\",\n                                            \"value\": \"2\"\n                                        },\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"20\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"update\": {}\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/object/category/definition/v1/update/obj-cat:digital-textbook_collection_all","urlObject":{"path":["api","object","category","definition","v1","update","obj-cat:digital-textbook_collection_all"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d23ff117-9470-4cfa-9836-ad0023ad9b82","name":"5 -Book Configuration (editor)","originalRequest":{"method":"PATCH","header":[{"key":"X-Channel-id","type":"text","value":"ttttt","disabled":true},{"key":"Authorization","type":"text","value":"{{kong_api_key}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"objectCategoryDefinition\": {\n            \"objectMetadata\": {\n                \"config\": {\n                    \"sourcingSettings\": {\n                        \"collection\": {\n                            \"maxDepth\": 4,\n                            \"objectType\": \"Collection\",\n                            \"primaryCategory\": \"Digital Textbook\",\n                            \"isRoot\": true,\n                            \"iconClass\": \"fa fa-book\",\n                            \"children\": {},\n                            \"hierarchy\": {\n                                \"level1\": {\n                                    \"name\": \"Textbook Unit\",\n                                    \"type\": \"Unit\",\n                                    \"mimeType\": \"application/vnd.ekstep.content-collection\",\n                                    \"contentType\": \"TextBookUnit\",\n                                    \"primaryCategory\": \"Textbook Unit\",\n                                    \"iconClass\": \"fa fa-folder-o\",\n                                    \"children\": {\n                                        \"Content\": [],\n                                        \"Collection\": []\n                                    }\n                                },\n                                \"level2\": {\n                                    \"name\": \"Section\",\n                                    \"type\": \"Unit\",\n                                    \"mimeType\": \"application/vnd.ekstep.content-collection\",\n                                    \"contentType\": \"TextBookUnit\",\n                                    \"primaryCategory\": \"Textbook Unit\",\n                                    \"iconClass\": \"fa fa-folder-o\",\n                                    \"children\": {\n                                        \"Content\": [],\n                                        \"Collection\": []\n                                    }\n                                },\n                                \"level3\": {\n                                    \"name\": \"Section\",\n                                    \"type\": \"Unit\",\n                                    \"mimeType\": \"application/vnd.ekstep.content-collection\",\n                                    \"contentType\": \"TextBookUnit\",\n                                    \"primaryCategory\": \"Textbook Unit\",\n                                    \"iconClass\": \"fa fa-folder-o\",\n                                    \"children\": {\n                                        \"Content\": [],\n                                        \"Collection\": []\n                                    }\n                                },\n                                \"level4\": {\n                                    \"name\": \"Section\",\n                                    \"type\": \"Unit\",\n                                    \"mimeType\": \"application/vnd.ekstep.content-collection\",\n                                    \"contentType\": \"TextBookUnit\",\n                                    \"primaryCategory\": \"Textbook Unit\",\n                                    \"iconClass\": \"fa fa-folder-o\",\n                                    \"children\": {\n                                        \"Content\": [],\n                                        \"Collection\": []\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                \"schema\": {\n                    \"properties\": {\n                        \"generateDIALCodes\": {\n                            \"type\": \"string\",\n                            \"enum\": [\n                                \"Yes\",\n                                \"No\"\n                            ],\n                            \"default\": \"Yes\"\n                        },\n                        \"trackable\": {\n                            \"type\": \"object\",\n                            \"properties\": {\n                                \"enabled\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                },\n                                \"autoBatch\": {\n                                    \"type\": \"string\",\n                                    \"enum\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"default\": \"No\"\n                                }\n                            },\n                            \"default\": {\n                                \"enabled\": \"No\",\n                                \"autoBatch\": \"No\"\n                            }\n                        },\n                        \"userConsent\": {\n                            \"type\": \"string\",\n                            \"enum\": [\n                                \"Yes\",\n                                \"No\"\n                            ],\n                            \"default\": \"Yes\"\n                        }\n                    }\n                }\n            },\n            \"name\": \"Digital Textbook\",\n            \"forms\": {\n                \"childMetadata\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"code\": \"name\",\n                            \"editable\": true,\n                            \"displayProperty\": \"Editable\",\n                            \"dataType\": \"text\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1 required\"\n                            },\n                            \"description\": \"Name\",\n                            \"index\": 1,\n                            \"label\": \"Name\",\n                            \"required\": true,\n                            \"name\": \"Name\",\n                            \"inputType\": \"text\",\n                            \"placeholder\": \"Name\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"maxLength\",\n                                    \"value\": \"120\",\n                                    \"message\": \"Exceeded the limit of 120 characters\"\n                                },\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"Name is required\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"description\",\n                            \"dataType\": \"text\",\n                            \"description\": \"Description of the content\",\n                            \"editable\": true,\n                            \"inputType\": \"textarea\",\n                            \"label\": \"Description\",\n                            \"name\": \"Description\",\n                            \"placeholder\": \"Description\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"required\": false,\n                            \"visible\": true,\n                            \"validations\": [\n                                {\n                                    \"type\": \"maxLength\",\n                                    \"value\": \"1000\",\n                                    \"message\": \"Exceeded the limit of 1000 characters\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"primaryCategory\",\n                            \"dataType\": \"text\",\n                            \"description\": \"Type\",\n                            \"editable\": false,\n                            \"renderingHints\": {},\n                            \"inputType\": \"select\",\n                            \"label\": \"Category\",\n                            \"name\": \"Type\",\n                            \"placeholder\": \"\",\n                            \"required\": true,\n                            \"visible\": true,\n                            \"validations\": []\n                        },\n                        {\n                            \"code\": \"boardIds\",\n                            \"visible\": true,\n                            \"depends\": [],\n                            \"editable\": false,\n                            \"dataType\": \"list\",\n                            \"sourceCategory\": \"board\",\n                            \"output\": \"identifier\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Board\",\n                            \"required\": true,\n                            \"name\": \"Board\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Board\"\n                        },\n                        {\n                            \"code\": \"mediumIds\",\n                            \"visible\": true,\n                            \"depends\": [],\n                            \"editable\": false,\n                            \"dataType\": \"list\",\n                            \"sourceCategory\": \"medium\",\n                            \"output\": \"identifier\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Medium(s)\",\n                            \"required\": true,\n                            \"name\": \"Medium\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Medium\"\n                        },\n                        {\n                            \"code\": \"gradeLevelIds\",\n                            \"visible\": true,\n                            \"depends\": [],\n                            \"editable\": false,\n                            \"dataType\": \"list\",\n                            \"sourceCategory\": \"gradeLevel\",\n                            \"output\": \"identifier\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Class(es)\",\n                            \"required\": true,\n                            \"name\": \"Grade Level\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Grade\"\n                        },\n                        {\n                            \"code\": \"subjectIds\",\n                            \"visible\": true,\n                            \"depends\": [],\n                            \"editable\": false,\n                            \"dataType\": \"list\",\n                            \"sourceCategory\": \"subject\",\n                            \"output\": \"identifier\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Subject(s)\",\n                            \"required\": true,\n                            \"name\": \"Subject\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Subject\"\n                        },\n                        {\n                            \"code\": \"copyright\",\n                            \"dataType\": \"text\",\n                            \"description\": \"Copyright\",\n                            \"editable\": true,\n                            \"index\": 4,\n                            \"inputType\": \"text\",\n                            \"label\": \"Copyright and Year:\",\n                            \"name\": \"Copyright\",\n                            \"placeholder\": \"Enter Copyright and Year\",\n                            \"tooltip\": \"If you are an individual, creating original content, you are the copyright holder. If you are creating this  content on behalf of an organisation, the organisation may be the copyright holder. \",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1 required\"\n                            },\n                            \"required\": true,\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"Copyright is required\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"license\",\n                            \"visible\": true,\n                            \"editable\": true,\n                            \"displayProperty\": \"Editable\",\n                            \"dataType\": \"text\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1 required\"\n                            },\n                            \"description\": \"License\",\n                            \"index\": 6,\n                            \"label\": \"License\",\n                            \"required\": true,\n                            \"name\": \"license\",\n                            \"inputType\": \"select\",\n                            \"placeholder\": \"license\",\n                            \"tooltip\": \"Choose the more appropriate Creative commons license for this Content. \",\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"License is required\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"author\",\n                            \"dataType\": \"text\",\n                            \"description\": \"Author\",\n                            \"editable\": true,\n                            \"index\": 5,\n                            \"inputType\": \"text\",\n                            \"label\": \"Author\",\n                            \"name\": \"Author\",\n                            \"placeholder\": \"Author\",\n                            \"tooltip\": \"Provide name of creator of this content.\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"required\": true,\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"Author is required\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"attributions\",\n                            \"dataType\": \"list\",\n                            \"description\": \"Attributions\",\n                            \"editable\": true,\n                            \"index\": 3,\n                            \"inputType\": \"text\",\n                            \"label\": \"Attributions\",\n                            \"name\": \"attribution\",\n                            \"placeholder\": \"\",\n                            \"tooltip\": \"If you have relied on another work to create this content, provide the name of that creator and the source of that work.\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"required\": false\n                        },\n                        {\n                            \"code\": \"contentPolicyCheck\",\n                            \"visible\": true,\n                            \"editable\": true,\n                            \"displayProperty\": \"Editable\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1 required\"\n                            },\n                            \"description\": \"Content Policy check\",\n                            \"index\": 7,\n                            \"labelHtml\": \"<p class='font-italic'>I agree that by submitting / publishing this Content, I confirm that this Content complies with prescribed guidelines, including the Terms of Use and Content Policy and that I consent to publish it under the <a class='link font-weight-bold'  href='https://creativecommons.org/licenses' target='_blank'>Creative Commons Framework in </a> accordance with the  <a class='link font-weight-bold'  href='/terms-of-use.html' target='_blank'> Content Policy.</a> I have made sure that I do not violate others' copyright or privacy rights.</p>\",\n                            \"required\": true,\n                            \"name\": \"contentPolicyCheck\",\n                            \"inputType\": \"checkbox\",\n                            \"placeholder\": \"Content Policy Check\",\n                            \"validations\": [\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"Content Policy Check is required\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"create\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"name\": \"First Section\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"appIcon\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"appIcon of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"appIcon\",\n                                    \"label\": \"Icon\",\n                                    \"name\": \"Icon\",\n                                    \"placeholder\": \"Icon\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true\n                                },\n                                {\n                                    \"code\": \"name\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Name of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Name\",\n                                    \"name\": \"Name\",\n                                    \"placeholder\": \"Name\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"120\",\n                                            \"message\": \"Exceeded the limit of 120 characters\"\n                                        },\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Name is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"description\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Description of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"textarea\",\n                                    \"label\": \"Description\",\n                                    \"name\": \"Description\",\n                                    \"placeholder\": \"Description\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"1000\",\n                                            \"message\": \"Exceeded the limit of 1000 characters\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"keywords\",\n                                    \"visible\": true,\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"name\": \"Keywords\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"description\": \"Keywords for the content\",\n                                    \"inputType\": \"keywords\",\n                                    \"label\": \"Keywords\",\n                                    \"placeholder\": \"Input the keyword and press enter\",\n                                    \"required\": false,\n                                    \"validations\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Second Section\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"dialcodeRequired\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"QR CODE REQUIRED\",\n                                    \"editable\": true,\n                                    \"default\": \"No\",\n                                    \"index\": 5,\n                                    \"inputType\": \"radio\",\n                                    \"label\": \"QR code required?\",\n                                    \"name\": \"dialcodeRequired\",\n                                    \"placeholder\": \"QR code required?\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"range\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"required\": false,\n                                    \"visible\": true\n                                },\n                                {\n                                    \"code\": \"dialcodes\",\n                                    \"depends\": [\n                                        \"dialcodeRequired\"\n                                    ],\n                                    \"dataType\": \"list\",\n                                    \"description\": \"Digital Infrastructure for Augmented Learning\",\n                                    \"editable\": true,\n                                    \"inputType\": \"dialcode\",\n                                    \"label\": \"QR code\",\n                                    \"name\": \"dialcode\",\n                                    \"placeholder\": \"Enter code here\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"minLength\",\n                                            \"value\": \"2\"\n                                        },\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"20\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Third Section\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"primaryCategory\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Type\",\n                                    \"editable\": false,\n                                    \"renderingHints\": {},\n                                    \"inputType\": \"select\",\n                                    \"label\": \"Category\",\n                                    \"name\": \"Type\",\n                                    \"placeholder\": \"\",\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Framework Terms\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"audience\",\n                                    \"dataType\": \"list\",\n                                    \"description\": \"Audience\",\n                                    \"editable\": true,\n                                    \"inputType\": \"nestedselect\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"label\": \"Audience Type\",\n                                    \"name\": \"Audience Type\",\n                                    \"placeholder\": \"Select Audience Type\",\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"range\": [\n                                        \"Student\",\n                                        \"Teacher\",\n                                        \"Parent\",\n                                        \"Administrator\",\n                                        \"Other\"\n                                    ]\n                                },\n                                {\n                                    \"code\": \"boardIds\",\n                                    \"visible\": true,\n                                    \"depends\": [],\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"sourceCategory\": \"board\",\n                                    \"output\": \"identifier\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"description\": \"Board\",\n                                    \"label\": \"Board\",\n                                    \"required\": true,\n                                    \"name\": \"Board/Syllabus\",\n                                    \"inputType\": \"select\",\n                                    \"placeholder\": \"Select Board/Syllabus\",\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Board is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"mediumIds\",\n                                    \"visible\": true,\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"sourceCategory\": \"medium\",\n                                    \"output\": \"identifier\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"description\": \"\",\n                                    \"label\": \"Medium(s)\",\n                                    \"required\": true,\n                                    \"name\": \"Medium\",\n                                    \"inputType\": \"nestedselect\",\n                                    \"placeholder\": \"Select Medium\",\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Medium is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"gradeLevelIds\",\n                                    \"visible\": true,\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"sourceCategory\": \"gradeLevel\",\n                                    \"output\": \"identifier\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"description\": \"Class\",\n                                    \"label\": \"Class(es)\",\n                                    \"required\": true,\n                                    \"name\": \"Class\",\n                                    \"inputType\": \"nestedselect\",\n                                    \"placeholder\": \"Select Class\",\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Class is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"subjectIds\",\n                                    \"visible\": true,\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"sourceCategory\": \"subject\",\n                                    \"output\": \"identifier\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"description\": \"\",\n                                    \"label\": \"Subject(s)\",\n                                    \"required\": true,\n                                    \"name\": \"Subject\",\n                                    \"inputType\": \"nestedselect\",\n                                    \"placeholder\": \"Select Subject\",\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Subject is required\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Fourth Section\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"author\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Author of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Author\",\n                                    \"name\": \"Author\",\n                                    \"placeholder\": \"Author\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": false,\n                                    \"visible\": true\n                                },\n                                {\n                                    \"code\": \"attributions\",\n                                    \"dataType\": \"list\",\n                                    \"description\": \"Attributions\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Attributions\",\n                                    \"name\": \"Attributions\",\n                                    \"placeholder\": \"Attributions\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": false,\n                                    \"visible\": true\n                                },\n                                {\n                                    \"code\": \"copyright\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Copyright\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Copyright\",\n                                    \"name\": \"Copyright\",\n                                    \"placeholder\": \"Copyright\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Copyright is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"copyrightYear\",\n                                    \"dataType\": \"number\",\n                                    \"description\": \"Year\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Copyright Year\",\n                                    \"name\": \"Copyright Year\",\n                                    \"placeholder\": \"Copyright Year\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Copyright Year is required\"\n                                        },\n                                        {\n                                            \"type\": \"minLength\",\n                                            \"message\": \"Year should be a 4 digit number\",\n                                            \"value\": 4\n                                        },\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"message\": \"Year should be a 4 digit number\",\n                                            \"value\": 4\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"license\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"license\",\n                                    \"editable\": true,\n                                    \"inputType\": \"select\",\n                                    \"label\": \"License\",\n                                    \"name\": \"license\",\n                                    \"placeholder\": \"Select License\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"defaultValue\": \"CC BY 4.0\",\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"License is required\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"delete\": {},\n                \"publish\": {},\n                \"publishchecklist\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"name\": \"Appropriateness\",\n                            \"renderingHints\": {\n                                \"class\": \"d-grid-inline-3 display-sectionName\"\n                            },\n                            \"fields\": [\n                                {\n                                    \"code\": \"appropriatenessOne\",\n                                    \"name\": \"No Hate speech, Abuse, Violence, Profanity\",\n                                    \"label\": \"No Hate speech, Abuse, Violence, Profanity\",\n                                    \"dataType\": \"boolean\",\n                                    \"inputType\": \"checkbox\",\n                                    \"editable\": true,\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"\"\n                                        }\n                                    ],\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Content details\",\n                            \"renderingHints\": {\n                                \"class\": \"d-grid-inline-3 display-sectionName\"\n                            },\n                            \"fields\": [\n                                {\n                                    \"code\": \"contentdetailsOne\",\n                                    \"name\": \"Appropriate Title, Description\",\n                                    \"label\": \"Appropriate Title, Description\",\n                                    \"dataType\": \"boolean\",\n                                    \"inputType\": \"checkbox\",\n                                    \"editable\": true,\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"\"\n                                        }\n                                    ],\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"name\": \"Usability\",\n                            \"renderingHints\": {\n                                \"class\": \"d-grid-inline-3 display-sectionName\"\n                            },\n                            \"fields\": [\n                                {\n                                    \"code\": \"usabilityOne\",\n                                    \"name\": \"Content plays correctly\",\n                                    \"label\": \"Content plays correctly\",\n                                    \"dataType\": \"boolean\",\n                                    \"inputType\": \"checkbox\",\n                                    \"editable\": true,\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"\"\n                                        }\n                                    ],\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"relationalMetadata\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"code\": \"relName\",\n                            \"dataType\": \"text\",\n                            \"description\": \"Name of the content\",\n                            \"editable\": true,\n                            \"inputType\": \"text\",\n                            \"label\": \"Name of the content\",\n                            \"name\": \"Name of the content\",\n                            \"placeholder\": \"Name of the content\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1 required\"\n                            },\n                            \"required\": true,\n                            \"visible\": true,\n                            \"validations\": [\n                                {\n                                    \"type\": \"maxLength\",\n                                    \"value\": \"120\",\n                                    \"message\": \"Input is Exceeded\"\n                                },\n                                {\n                                    \"type\": \"required\",\n                                    \"message\": \"Name is required\"\n                                }\n                            ]\n                        },\n                        {\n                            \"code\": \"keywords\",\n                            \"visible\": true,\n                            \"editable\": true,\n                            \"dataType\": \"list\",\n                            \"name\": \"Keywords\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"Keywords for the content\",\n                            \"inputType\": \"keywords\",\n                            \"label\": \"Keywords\",\n                            \"placeholder\": \"Input the keyword and PRESS enter\",\n                            \"required\": false,\n                            \"validations\": []\n                        },\n                        {\n                            \"code\": \"relTrackable\",\n                            \"name\": \"Track in collection\",\n                            \"label\": \"Track in collection\",\n                            \"placeholder\": \"Track in collection\",\n                            \"description\": \"\",\n                            \"default\": false,\n                            \"dataType\": \"boolean\",\n                            \"inputType\": \"checkbox\",\n                            \"editable\": true,\n                            \"required\": false,\n                            \"visible\": true,\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            }\n                        }\n                    ]\n                },\n                \"review\": {},\n                \"search\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"code\": \"primaryCategory\",\n                            \"dataType\": \"list\",\n                            \"description\": \"Type\",\n                            \"editable\": true,\n                            \"default\": [],\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"inputType\": \"nestedselect\",\n                            \"label\": \"Content Type(s)\",\n                            \"name\": \"Type\",\n                            \"placeholder\": \"Select ContentType\",\n                            \"required\": false,\n                            \"visible\": true\n                        },\n                        {\n                            \"code\": \"board\",\n                            \"visible\": true,\n                            \"depends\": [],\n                            \"editable\": true,\n                            \"dataType\": \"list\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"Board\",\n                            \"label\": \"Board\",\n                            \"required\": false,\n                            \"name\": \"Board\",\n                            \"inputType\": \"select\",\n                            \"placeholder\": \"Select Board\",\n                            \"output\": \"name\"\n                        },\n                        {\n                            \"code\": \"medium\",\n                            \"visible\": true,\n                            \"depends\": [\n                                \"board\"\n                            ],\n                            \"editable\": true,\n                            \"dataType\": \"list\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Medium(s)\",\n                            \"required\": false,\n                            \"name\": \"Medium\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Medium\",\n                            \"output\": \"name\"\n                        },\n                        {\n                            \"code\": \"gradeLevel\",\n                            \"visible\": true,\n                            \"depends\": [\n                                \"board\",\n                                \"medium\"\n                            ],\n                            \"editable\": true,\n                            \"default\": \"\",\n                            \"dataType\": \"list\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"Class\",\n                            \"label\": \"Class(es)\",\n                            \"required\": false,\n                            \"name\": \"Class\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Class\",\n                            \"output\": \"name\"\n                        },\n                        {\n                            \"code\": \"subject\",\n                            \"visible\": true,\n                            \"depends\": [\n                                \"board\",\n                                \"medium\",\n                                \"gradeLevel\"\n                            ],\n                            \"editable\": true,\n                            \"default\": \"\",\n                            \"dataType\": \"list\",\n                            \"renderingHints\": {\n                                \"class\": \"sb-g-col-lg-1\"\n                            },\n                            \"description\": \"\",\n                            \"label\": \"Subject(s)\",\n                            \"required\": false,\n                            \"name\": \"Subject\",\n                            \"inputType\": \"nestedselect\",\n                            \"placeholder\": \"Select Subject\",\n                            \"output\": \"name\"\n                        }\n                    ]\n                },\n                \"unitMetadata\": {\n                    \"templateName\": \"\",\n                    \"required\": [],\n                    \"properties\": [\n                        {\n                            \"name\": \"First Section\",\n                            \"fields\": [\n                                {\n                                    \"code\": \"name\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Name of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"text\",\n                                    \"label\": \"Name\",\n                                    \"name\": \"Title\",\n                                    \"placeholder\": \"Name\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1 required\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"120\",\n                                            \"message\": \"Exceeded the limit of 120 characters\"\n                                        },\n                                        {\n                                            \"type\": \"required\",\n                                            \"message\": \"Name is required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"description\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"Description of the content\",\n                                    \"editable\": true,\n                                    \"inputType\": \"textarea\",\n                                    \"label\": \"Description\",\n                                    \"name\": \"Description\",\n                                    \"placeholder\": \"Description\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": false,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"1000\",\n                                            \"message\": \"Exceeded the limit of 120 characters\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"keywords\",\n                                    \"visible\": true,\n                                    \"editable\": true,\n                                    \"dataType\": \"list\",\n                                    \"name\": \"Keywords\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"index\": 3,\n                                    \"description\": \"Keywords for the content\",\n                                    \"inputType\": \"keywords\",\n                                    \"label\": \"Keywords\",\n                                    \"placeholder\": \"Input the keyword and press enter\",\n                                    \"required\": false,\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"dialcodeRequired\",\n                                    \"dataType\": \"text\",\n                                    \"description\": \"QR CODE REQUIRED\",\n                                    \"editable\": true,\n                                    \"default\": \"No\",\n                                    \"index\": 5,\n                                    \"inputType\": \"radio\",\n                                    \"label\": \"QR code required?\",\n                                    \"name\": \"dialcodeRequired\",\n                                    \"placeholder\": \"QR code required?\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"range\": [\n                                        \"Yes\",\n                                        \"No\"\n                                    ],\n                                    \"required\": false,\n                                    \"visible\": true\n                                },\n                                {\n                                    \"code\": \"dialcodes\",\n                                    \"depends\": [\n                                        \"dialcodeRequired\"\n                                    ],\n                                    \"dataType\": \"list\",\n                                    \"description\": \"Digital Infrastructure for Augmented Learning\",\n                                    \"editable\": true,\n                                    \"inputType\": \"dialcode\",\n                                    \"label\": \"QR code\",\n                                    \"name\": \"dialcode\",\n                                    \"placeholder\": \"Enter code here\",\n                                    \"renderingHints\": {\n                                        \"class\": \"sb-g-col-lg-1\"\n                                    },\n                                    \"required\": true,\n                                    \"visible\": true,\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"minLength\",\n                                            \"value\": \"2\"\n                                        },\n                                        {\n                                            \"type\": \"maxLength\",\n                                            \"value\": \"20\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"update\": {}\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/object/category/definition/v1/update/obj-cat:digital-textbook_collection_all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Mar 2023 16:45:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-RateLimit-Limit-hour","value":"100"},{"key":"X-RateLimit-Remaining-hour","value":"96"},{"key":"Request-Time","value":"29"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Kong-Upstream-Latency","value":"31"},{"key":"X-Kong-Proxy-Latency","value":"209"},{"key":"Via","value":"kong/0.14.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.object.category.definition.update\",\n    \"ver\": \"3.0\",\n    \"ts\": \"2023-03-24T16:45:02ZZ\",\n    \"params\": {\n        \"resmsgid\": \"441d2090-4f73-49ba-b37d-9cf1999063de\",\n        \"msgid\": null,\n        \"err\": null,\n        \"status\": \"successful\",\n        \"errmsg\": null\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"identifier\": \"obj-cat:digital-textbook_collection_all\"\n    }\n}"}],"_postman_id":"e3898f4c-3eab-4112-890f-14ccfd350565"}],"id":"f11dc706-a5c3-40fd-b96a-c3cc7fc19978","_postman_id":"f11dc706-a5c3-40fd-b96a-c3cc7fc19978","description":""},{"name":"optional","item":[{"name":"1 - Collection Create","id":"6d1a22f2-513a-447e-81f7-ee59cfabbce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}"}],"body":{"mode":"raw","raw":"{\r\n    \"request\": {\r\n        \"type\": \"content\",\r\n        \"action\": \"create\",\r\n        \"subType\": \"collection\",\r\n        \"framework\": \"*\",\r\n        \"rootOrgId\": \"*\",\r\n        \"data\": {\r\n            \"templateName\": \"defaultTemplate\",\r\n            \"action\": \"create\",\r\n            \"fields\": [\r\n                {\r\n                    \"code\": \"name\",\r\n                    \"dataType\": \"text\",\r\n                    \"name\": \"Name\",\r\n                    \"label\": \"Name\",\r\n                    \"description\": \"Name\",\r\n                    \"editable\": true,\r\n                    \"placeholder\": \"Name\",\r\n                    \"inputType\": \"text\",\r\n                    \"required\": false,\r\n                    \"displayProperty\": \"Editable\",\r\n                    \"visible\": true,\r\n                    \"renderingHints\": {\r\n                        \"semanticColumnWidth\": \"twelve\"\r\n                    },\r\n                    \"index\": 1\r\n                },\r\n                {\r\n                    \"code\": \"description\",\r\n                    \"dataType\": \"text\",\r\n                    \"name\": \"Description\",\r\n                    \"label\": \"Description\",\r\n                    \"description\": \"description\",\r\n                    \"placeholder\": \"Description\",\r\n                    \"editable\": true,\r\n                    \"inputType\": \"text\",\r\n                    \"required\": false,\r\n                    \"displayProperty\": \"Editable\",\r\n                    \"visible\": true,\r\n                    \"renderingHints\": {\r\n                        \"semanticColumnWidth\": \"twelve\"\r\n                    },\r\n                    \"index\": 2\r\n                },\r\n                {\r\n                    \"code\": \"primaryCategory\",\r\n                    \"dataType\": \"text\",\r\n                    \"name\": \"Collection Type\",\r\n                    \"label\": \"Collection Type\",\r\n                    \"description\": \"Collection Type\",\r\n                    \"placeholder\": \"Select one\",\r\n                    \"editable\": true,\r\n                    \"inputType\": \"select\",\r\n                    \"required\": true,\r\n                    \"displayProperty\": \"Editable\",\r\n                    \"visible\": true,\r\n                    \"renderingHints\": {\r\n                        \"semanticColumnWidth\": \"twelve\"\r\n                    },\r\n                    \"index\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"},"url":"{{host}}/api/data/v1/form/create","description":"<p>{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}</p>\n","urlObject":{"path":["api","data","v1","form","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d1a22f2-513a-447e-81f7-ee59cfabbce0"}],"id":"47bd6441-e804-4b32-b91f-fdfbb9d1d009","_postman_id":"47bd6441-e804-4b32-b91f-fdfbb9d1d009","description":""}],"id":"df95c0c3-19fb-4570-a381-3d74bfb8837c","_postman_id":"df95c0c3-19fb-4570-a381-3d74bfb8837c","description":""},{"name":"4 - ED","item":[{"name":"Optional Forms","item":[{"name":"Forms","item":[{"name":"Read","item":[{"name":"User Location - profileConfig","id":"47d38ab8-95c4-46d5-9eea-52a09d9e88cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"type\": \"profileConfig_v2\",\n        \"action\": \"get\",\n        \"subType\": \"default\",\n        \"rootOrgId\": \"{{channel_id}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/data/v1/form/read","urlObject":{"path":["api","data","v1","form","read"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ef2723f0-62c7-4ead-830c-6196ee19c92a","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"type\": \"profileConfig_v2\",\n        \"action\": \"get\",\n        \"subType\": \"default\",\n        \"rootOrgId\": \"{{channel_id}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/data/v1/form/read"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Apr 2023 12:12:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-RateLimit-Limit-hour","value":"30000"},{"key":"X-RateLimit-Remaining-hour","value":"29999"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"2073-fYYLtqFV8/AUOyIucjm+piG7gbs\""},{"key":"set-cookie","value":"connect.sid=s%3A-mTi7haiILNiZYhHOn-ciMxfG_L13Drc.CoWy7xc9jdg4I%2FNuNoAABrBsmvrwJlPy9vKQakQYox0; Path=/; Expires=Wed, 12 Apr 2023 12:42:16 GMT; HttpOnly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Kong-Upstream-Latency","value":"166"},{"key":"X-Kong-Proxy-Latency","value":"141"},{"key":"Via","value":"kong/0.14.1"},{"key":"X-Proxy-Cache","value":"MISS"},{"key":"X-Proxy-Cache-Date","value":"Wed, 12 Apr 2023 12:12:16 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.form.read\",\n    \"params\": {\n        \"resmsgid\": \"3870cda4-8123-445a-8d56-042387f5f72d\",\n        \"msgid\": \"434a2e8c-7d1c-469f-8567-9d3bfd167cb3\",\n        \"status\": \"successful\"\n    },\n    \"responseCode\": \"OK\",\n    \"result\": {\n        \"form\": {\n            \"type\": \"profileconfig_v2\",\n            \"subtype\": \"default\",\n            \"action\": \"get\",\n            \"component\": \"*\",\n            \"framework\": \"*\",\n            \"data\": {\n                \"templateName\": \"defaultTemplate\",\n                \"action\": \"create\",\n                \"fields\": [\n                    {\n                        \"code\": \"name\",\n                        \"type\": \"input\",\n                        \"templateOptions\": {\n                            \"labelHtml\": {\n                                \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                \"values\": {\n                                    \"$0\": \"Name\"\n                                }\n                            },\n                            \"hidden\": true,\n                            \"placeHolder\": \"Enter Name\",\n                            \"multiple\": false\n                        },\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ]\n                    },\n                    {\n                        \"code\": \"persona\",\n                        \"type\": \"nested_select\",\n                        \"templateOptions\": {\n                            \"hidden\": true,\n                            \"labelHtml\": {\n                                \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                \"values\": {\n                                    \"$0\": \"Role\"\n                                }\n                            },\n                            \"placeHolder\": \"Select Role\",\n                            \"multiple\": false,\n                            \"themeType\": \"material\",\n                            \"dataSrc\": {\n                                \"marker\": \"SUPPORTED_PERSONA_LIST\"\n                            }\n                        },\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"children\": {\n                            \"administrator\": [\n                                {\n                                    \"code\": \"state\",\n                                    \"type\": \"select\",\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"State\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select State\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"STATE_LOCATION_LIST\",\n                                            \"params\": {\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"district\",\n                                    \"type\": \"select\",\n                                    \"context\": \"state\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"District\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select District\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"district\",\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"block\",\n                                    \"type\": \"select\",\n                                    \"context\": \"district\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Block\",\n                                        \"placeHolder\": \"Select Block\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"block\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"cluster\",\n                                    \"type\": \"select\",\n                                    \"context\": \"block\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Cluster\",\n                                        \"placeHolder\": \"Select Cluster\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"cluster\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                },\n                                {\n                                    \"code\": \"school\",\n                                    \"type\": \"select\",\n                                    \"context\": \"cluster\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"School\",\n                                        \"placeHolder\": \"Select School\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"school\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                }\n                            ],\n                            \"teacher\": [\n                                {\n                                    \"code\": \"state\",\n                                    \"type\": \"select\",\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"State\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select State\",\n                                        \"multiple\": false,\n                                        \"themeType\": \"material\",\n                                        \"dataSrc\": {\n                                            \"marker\": \"STATE_LOCATION_LIST\",\n                                            \"params\": {\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"district\",\n                                    \"type\": \"select\",\n                                    \"context\": \"state\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"District\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select District\",\n                                        \"multiple\": false,\n                                        \"themeType\": \"material\",\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"district\",\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"block\",\n                                    \"type\": \"select\",\n                                    \"context\": \"district\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Block\",\n                                        \"placeHolder\": \"Select Block\",\n                                        \"multiple\": false,\n                                        \"themeType\": \"material\",\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"block\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"cluster\",\n                                    \"type\": \"select\",\n                                    \"context\": \"block\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Cluster\",\n                                        \"placeHolder\": \"Select Cluster\",\n                                        \"multiple\": false,\n                                        \"themeType\": \"material\",\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"cluster\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                },\n                                {\n                                    \"code\": \"school\",\n                                    \"type\": \"select\",\n                                    \"context\": \"cluster\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"School\",\n                                        \"placeHolder\": \"Select School\",\n                                        \"multiple\": false,\n                                        \"themeType\": \"material\",\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"school\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                }\n                            ],\n                            \"student\": [\n                                {\n                                    \"code\": \"state\",\n                                    \"type\": \"select\",\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"State\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select State\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"STATE_LOCATION_LIST\",\n                                            \"params\": {\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"district\",\n                                    \"type\": \"select\",\n                                    \"context\": \"state\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"District\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select District\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"district\",\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"block\",\n                                    \"type\": \"select\",\n                                    \"context\": \"district\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Block\",\n                                        \"placeHolder\": \"Select Block\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"block\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"cluster\",\n                                    \"type\": \"select\",\n                                    \"context\": \"block\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Cluster\",\n                                        \"placeHolder\": \"Select Cluster\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"cluster\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                },\n                                {\n                                    \"code\": \"school\",\n                                    \"type\": \"select\",\n                                    \"context\": \"cluster\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"School\",\n                                        \"placeHolder\": \"Select School\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"school\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                }\n                            ],\n                            \"other\": [\n                                {\n                                    \"code\": \"state\",\n                                    \"type\": \"select\",\n                                    \"templateOptions\": {\n                                        \"placeHolder\": \"Select State\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"STATE_LOCATION_LIST\",\n                                            \"params\": {\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"district\",\n                                    \"type\": \"select\",\n                                    \"context\": \"state\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"District\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select District\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"district\",\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"block\",\n                                    \"type\": \"select\",\n                                    \"context\": \"district\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Block\",\n                                        \"placeHolder\": \"Select Block\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"block\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"cluster\",\n                                    \"type\": \"select\",\n                                    \"context\": \"block\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Cluster\",\n                                        \"placeHolder\": \"Select Cluster\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"cluster\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                },\n                                {\n                                    \"code\": \"school\",\n                                    \"type\": \"select\",\n                                    \"context\": \"cluster\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"School\",\n                                        \"placeHolder\": \"Select School\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"school\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                }\n                            ],\n                            \"parent\": [\n                                {\n                                    \"code\": \"state\",\n                                    \"type\": \"select\",\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"State\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select State\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"STATE_LOCATION_LIST\",\n                                            \"params\": {\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"district\",\n                                    \"type\": \"select\",\n                                    \"context\": \"state\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"District\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select District\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"district\",\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"block\",\n                                    \"type\": \"select\",\n                                    \"context\": \"district\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Block\",\n                                        \"placeHolder\": \"Select Block\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"block\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"cluster\",\n                                    \"type\": \"select\",\n                                    \"context\": \"block\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Cluster\",\n                                        \"placeHolder\": \"Select Cluster\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"cluster\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                },\n                                {\n                                    \"code\": \"school\",\n                                    \"type\": \"select\",\n                                    \"context\": \"cluster\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"School\",\n                                        \"placeHolder\": \"Select School\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"school\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            \"created_on\": \"2023-03-24T10:26:29.829Z\",\n            \"last_modified_on\": null,\n            \"rootOrgId\": \"*\"\n        }\n    },\n    \"ts\": \"2023-04-12T12:12:16.729Z\",\n    \"ver\": \"1.0\"\n}"},{"id":"9177d77d-3116-4204-aec7-1e70fc1b711c","name":"SERVER_ERROR","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"type\": \"profileConfig_v\",\n        \"action\": \"get\",\n        \"subType\": \"default\",\n        \"rootOrgId\": \"{{channel_id}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/data/v1/form/read"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Apr 2023 12:12:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-RateLimit-Limit-hour","value":"30000"},{"key":"X-RateLimit-Remaining-hour","value":"29998"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"5b1-UCcLQMJ4ETs2lfm22/76KdWPxyM\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Kong-Upstream-Latency","value":"16"},{"key":"X-Kong-Proxy-Latency","value":"9"},{"key":"Via","value":"kong/0.14.1"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"api.form.read\",\n    \"params\": {\n        \"resmsgid\": \"cf851b09-14ed-43fd-b9a1-dc193521f372\",\n        \"msgid\": \"4d45863f-a0ca-415d-acce-a5dc96fb59c8\",\n        \"status\": \"failed\",\n        \"err\": \"ERR_READ_FORM_DATA\",\n        \"errmsg\": {\n            \"message\": \"data.toJSON is not a function\",\n            \"stack\": \"TypeError: data.toJSON is not a function\\n    at /home/sunbird/app_dist/node_modules/@project-sunbird/form-service/server.js:163:29\\n    at tryCatcher (/home/sunbird/app_dist/node_modules/bluebird/js/release/util.js:16:23)\\n    at Promise._settlePromiseFromHandler (/home/sunbird/app_dist/node_modules/bluebird/js/release/promise.js:547:31)\\n    at Promise._settlePromise (/home/sunbird/app_dist/node_modules/bluebird/js/release/promise.js:604:18)\\n    at Promise._settlePromise0 (/home/sunbird/app_dist/node_modules/bluebird/js/release/promise.js:649:10)\\n    at Promise._settlePromises (/home/sunbird/app_dist/node_modules/bluebird/js/release/promise.js:729:18)\\n    at _drainQueueStep (/home/sunbird/app_dist/node_modules/bluebird/js/release/async.js:93:12)\\n    at _drainQueue (/home/sunbird/app_dist/node_modules/bluebird/js/release/async.js:86:9)\\n    at Async._drainQueues (/home/sunbird/app_dist/node_modules/bluebird/js/release/async.js:102:5)\\n    at Immediate.Async.drainQueues [as _onImmediate] (/home/sunbird/app_dist/node_modules/bluebird/js/release/async.js:15:14)\\n    at processImmediate (internal/timers.js:464:21)\"\n        }\n    },\n    \"responseCode\": \"SERVER_ERROR\",\n    \"result\": {},\n    \"ts\": \"2023-04-12T12:12:49.700Z\",\n    \"ver\": \"1.0\"\n}"}],"_postman_id":"47d38ab8-95c4-46d5-9eea-52a09d9e88cf"},{"name":"User Onboarding","id":"b6068c59-b1af-475b-b472-ce0ac3680201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"type\": \"profileConfig_v2\",\n        \"action\": \"get\",\n        \"subType\": \"default\",\n        \"rootOrgId\": \"{{channel_id}}\",\n        \"component\": \"*\",\n        \"framework\": \"*\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/data/v1/form/read","description":"<p>User Onboarding form.</p>\n<img src=\"https://content.pstmn.io/6c4a50f6-268a-4804-b12d-3ca7d245b823/U2NyZWVuc2hvdCAyMDIzLTAzLTIxIGF0IDEwLjQyLjA0IFBNLnBuZw==\" alt />","urlObject":{"path":["api","data","v1","form","read"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6068c59-b1af-475b-b472-ce0ac3680201"}],"id":"b129cf56-452f-4914-a4b1-38e46c0eebdf","_postman_id":"b129cf56-452f-4914-a4b1-38e46c0eebdf","description":""},{"name":"Update","item":[{"name":"User Location - profileConfig","id":"f11c1a65-d609-4ba5-a8a1-7792ebf914d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"type\": \"profileConfig_v2\",\n        \"action\": \"get\",\n        \"subType\": \"default\",\n        \"rootOrgId\": \"*\",\n        \"component\": \"*\",\n        \"framework\": \"*\",\n        \"data\": {\n            \"templateName\": \"defaultTemplate\",\n            \"action\": \"create\",\n            \"fields\": [\n                    {\n                        \"code\": \"name\",\n                        \"type\": \"input\",\n                        \"templateOptions\": {\n                            \"labelHtml\": {\n                                \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                \"values\": {\n                                    \"$0\": \"Name\"\n                                }\n                            },\n                            \"hidden\": true,\n                            \"placeHolder\": \"Enter Name\",\n                            \"multiple\": false\n                        },\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ]\n                    },\n                    {\n                        \"code\": \"persona\",\n                        \"type\": \"nested_select\",\n                        \"templateOptions\": {\n                            \"hidden\": true,\n                            \"labelHtml\": {\n                                \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                \"values\": {\n                                    \"$0\": \"Role\"\n                                }\n                            },\n                            \"placeHolder\": \"Select Role\",\n                            \"multiple\": false,\n                            \"themeType\": \"material\",\n                            \"dataSrc\": {\n                                \"marker\": \"SUPPORTED_PERSONA_LIST\"\n                            }\n                        },\n                        \"validations\": [\n                            {\n                                \"type\": \"required\"\n                            }\n                        ],\n                        \"children\": {\n                            \"administrator\": [\n                                {\n                                    \"code\": \"state\",\n                                    \"type\": \"select\",\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"State\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select State\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"STATE_LOCATION_LIST\",\n                                            \"params\": {\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"district\",\n                                    \"type\": \"select\",\n                                    \"context\": \"state\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"District\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select District\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"district\",\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"block\",\n                                    \"type\": \"select\",\n                                    \"context\": \"district\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Block\",\n                                        \"placeHolder\": \"Select Block\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"block\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"cluster\",\n                                    \"type\": \"select\",\n                                    \"context\": \"block\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Cluster\",\n                                        \"placeHolder\": \"Select Cluster\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"cluster\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                },\n                                {\n                                    \"code\": \"school\",\n                                    \"type\": \"select\",\n                                    \"context\": \"cluster\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"School\",\n                                        \"placeHolder\": \"Select School\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"school\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                }\n                            ],\n                            \"teacher\": [\n                                {\n                                    \"code\": \"state\",\n                                    \"type\": \"select\",\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"State\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select State\",\n                                        \"multiple\": false,\n                                        \"themeType\": \"material\",\n                                        \"dataSrc\": {\n                                            \"marker\": \"STATE_LOCATION_LIST\",\n                                            \"params\": {\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"district\",\n                                    \"type\": \"select\",\n                                    \"context\": \"state\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"District\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select District\",\n                                        \"multiple\": false,\n                                        \"themeType\": \"material\",\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"district\",\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"block\",\n                                    \"type\": \"select\",\n                                    \"context\": \"district\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Block\",\n                                        \"placeHolder\": \"Select Block\",\n                                        \"multiple\": false,\n                                        \"themeType\": \"material\",\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"block\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"cluster\",\n                                    \"type\": \"select\",\n                                    \"context\": \"block\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Cluster\",\n                                        \"placeHolder\": \"Select Cluster\",\n                                        \"multiple\": false,\n                                        \"themeType\": \"material\",\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"cluster\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                },\n                                {\n                                    \"code\": \"school\",\n                                    \"type\": \"select\",\n                                    \"context\": \"cluster\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"School\",\n                                        \"placeHolder\": \"Select School\",\n                                        \"multiple\": false,\n                                        \"themeType\": \"material\",\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"school\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                }\n                            ],\n                            \"student\": [\n                                {\n                                    \"code\": \"state\",\n                                    \"type\": \"select\",\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"State\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select State\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"STATE_LOCATION_LIST\",\n                                            \"params\": {\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                    ]\n                                },\n                                {\n                                    \"code\": \"district\",\n                                    \"type\": \"select\",\n                                    \"context\": \"state\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"District\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select District\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"district\",\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                    ]\n                                },\n                                {\n                                    \"code\": \"block\",\n                                    \"type\": \"select\",\n                                    \"context\": \"district\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Block\",\n                                        \"placeHolder\": \"Select Block\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"block\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"cluster\",\n                                    \"type\": \"select\",\n                                    \"context\": \"block\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Cluster\",\n                                        \"placeHolder\": \"Select Cluster\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"cluster\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                },\n                                {\n                                    \"code\": \"school\",\n                                    \"type\": \"select\",\n                                    \"context\": \"cluster\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"School\",\n                                        \"placeHolder\": \"Select School\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"school\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                }\n                            ],\n                            \"other\": [\n                                {\n                                    \"code\": \"state\",\n                                    \"type\": \"select\",\n                                    \"templateOptions\": {\n                                        \"placeHolder\": \"Select State\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"STATE_LOCATION_LIST\",\n                                            \"params\": {\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"district\",\n                                    \"type\": \"select\",\n                                    \"context\": \"state\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"District\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select District\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"district\",\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"block\",\n                                    \"type\": \"select\",\n                                    \"context\": \"district\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Block\",\n                                        \"placeHolder\": \"Select Block\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"block\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"cluster\",\n                                    \"type\": \"select\",\n                                    \"context\": \"block\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Cluster\",\n                                        \"placeHolder\": \"Select Cluster\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"cluster\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                },\n                                {\n                                    \"code\": \"school\",\n                                    \"type\": \"select\",\n                                    \"context\": \"cluster\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"School\",\n                                        \"placeHolder\": \"Select School\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"school\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                }\n                            ],\n                            \"parent\": [\n                                {\n                                    \"code\": \"state\",\n                                    \"type\": \"select\",\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"State\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select State\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"STATE_LOCATION_LIST\",\n                                            \"params\": {\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"district\",\n                                    \"type\": \"select\",\n                                    \"context\": \"state\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"labelHtml\": {\n                                            \"contents\": \"<span>$0&nbsp;<span class=\\\"required-asterisk\\\">*</span></span>\",\n                                            \"values\": {\n                                                \"$0\": \"District\"\n                                            }\n                                        },\n                                        \"placeHolder\": \"Select District\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"district\",\n                                                \"useCase\": \"SIGNEDIN_GUEST\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": [\n                                        {\n                                            \"type\": \"required\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"code\": \"block\",\n                                    \"type\": \"select\",\n                                    \"context\": \"district\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Block\",\n                                        \"placeHolder\": \"Select Block\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"block\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    },\n                                    \"validations\": []\n                                },\n                                {\n                                    \"code\": \"cluster\",\n                                    \"type\": \"select\",\n                                    \"context\": \"block\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"Cluster\",\n                                        \"placeHolder\": \"Select Cluster\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"cluster\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                },\n                                {\n                                    \"code\": \"school\",\n                                    \"type\": \"select\",\n                                    \"context\": \"cluster\",\n                                    \"default\": null,\n                                    \"templateOptions\": {\n                                        \"label\": \"School\",\n                                        \"placeHolder\": \"Select School\",\n                                        \"multiple\": false,\n                                        \"dataSrc\": {\n                                            \"marker\": \"LOCATION_LIST\",\n                                            \"params\": {\n                                                \"id\": \"school\",\n                                                \"useCase\": \"SIGNEDIN\"\n                                            }\n                                        }\n                                    }\n                                }\n                            ]\n                        }\n                    }\n                ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/data/v1/form/create","urlObject":{"path":["api","data","v1","form","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f11c1a65-d609-4ba5-a8a1-7792ebf914d7"},{"name":"User Onboarding","id":"fe4de06c-8563-436b-8b86-dd6d915d6209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{kong_api_key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"type\": \"config\",\n        \"action\": \"get\",\n        \"subType\": \"userType\",\n        \"rootOrgId\": \"*\",\n        \"component\": \"portal\",\n        \"data\": {\n            \"templateName\": \"defaultTemplate\",\n            \"action\": \"get\",\n            \"fields\": [\n                {\n                    \"code\": \"teacher\",\n                    \"name\": \"Teacher\",\n                    \"label\": \"frmelmnts.lbl.teacher\",\n                    \"visibility\": true,\n                    \"image\": \"guest-img1.svg\",\n                    \"index\": 0,\n                    \"searchFilter\": [\n                        \"Teacher\",\n                        \"Instructor\"\n                    ]\n                },\n                {\n                    \"code\": \"student\",\n                    \"name\": \"Student\",\n                    \"visibility\": true,\n                    \"label\": \"frmelmnts.lbl.student\",\n                    \"image\": \"guest-img2.svg\",\n                    \"index\": 1,\n                    \"searchFilter\": [\n                        \"Student\",\n                        \"Learner\"\n                    ]\n                },\n                {\n                    \"code\": \"administrator\",\n                    \"name\": \"School head OR Officials\",\n                    \"index\": 3,\n                    \"visibility\": true,\n                    \"label\": \"frmelmnts.lbl.administrator\",\n                    \"image\": \"guest-img5.svg\",\n                    \"searchFilter\": [\n                        \"administrator\"\n                    ]\n                },\n                {\n                    \"code\": \"parent\",\n                    \"name\": \"Parent\",\n                    \"index\": 2,\n                    \"visibility\": true,\n                    \"label\": \"frmelmnts.lbl.parent\",\n                    \"image\": \"guest-img4.svg\",\n                    \"searchFilter\": [\n                        \"Student\",\n                        \"Teacher\",\n                        \"Instructor\",\n                        \"Learner\"\n                    ]\n                },\n                {\n                    \"code\": \"other\",\n                    \"name\": \"Other\",\n                    \"visibility\": false,\n                    \"index\": 4,\n                    \"label\": \"frmelmnts.lbl.other\",\n                    \"image\": \"guest-img3.svg\",\n                    \"searchFilter\": [\n                        \"Student\",\n                        \"Teacher\",\n                        \"Instructor\",\n                        \"Learner\"\n                    ]\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/data/v1/form/update","description":"<p>User Onboarding form.</p>\n<img src=\"https://content.pstmn.io/6c4a50f6-268a-4804-b12d-3ca7d245b823/U2NyZWVuc2hvdCAyMDIzLTAzLTIxIGF0IDEwLjQyLjA0IFBNLnBuZw==\" />","urlObject":{"path":["api","data","v1","form","update"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe4de06c-8563-436b-8b86-dd6d915d6209"}],"id":"b74364f0-7ee0-456c-a2de-2e525bd8b8c5","_postman_id":"b74364f0-7ee0-456c-a2de-2e525bd8b8c5","description":""}],"id":"c494b3e5-bc98-4641-be90-da2d82534c30","_postman_id":"c494b3e5-bc98-4641-be90-da2d82534c30","description":""}],"id":"baf3f21c-5a2f-47bf-8f6a-58a22d17dbb7","_postman_id":"baf3f21c-5a2f-47bf-8f6a-58a22d17dbb7","description":""},{"name":"1 - Menubar form - Creation for all rootOrg","id":"7364ec4a-4e4d-4dc1-9428-073dae4e0e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJKRUduc21wV2UwVVZ5cHI1S0JrNTF6RlFsSlpLTkczbyJ9.qNN-u2XKrHWaiC9Nf2J_iGDD6bQvRW0z-ndO6n6dM3c"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"type\": \"contentcategory\",\n        \"action\": \"menubar\",\n        \"subType\": \"global\",\n        \"rootOrgId\": \"*\",\n        \"framework\": \"*\",\n        \"component\": \"*\",\n        \"data\":{\n            \"templateName\": \"menuConfig\",\n        \"action\": \"list\",\n         \"fields\": [\n\n            {\n                \"index\": 1,\n                \"title\": \"frmelmnts.tab.all\",\n                \"desc\": \"frmelmnts.tab.all\",\n                \"menuType\": \"Content\",\n                \"contentType\": \"all\",\n                \"isEnabled\": true,\n                \"isOnlineOnly\": true,\n                \"isLoginMandatory\": false,\n                \"theme\": {\n                    \"baseColor\": \"\",\n                    \"textColor\": \"\",\n                    \"supportingColor\": \"\",\n                    \"className\": \"all\",\n                    \"imageName\": \"all-banner-img.svg\"\n                },\n                \"anonumousUserRoute\": {\n                    \"route\": \"/explore/1\",\n                    \"queryParam\": \"all\"\n                },\n                \"loggedInUserRoute\": {\n                    \"route\": \"/search/Library/1\",\n                    \"queryParam\": \"all\"\n                },\n                \"metaData\": {\n                    \"cacheTimeout\": 3600000\n                },\n                \"search\": {\n                    \"facets\": [\n                        \"se_boards\",\n                        \"se_gradeLevels\",\n                        \"se_subjects\",\n                        \"se_mediums\",\n                        \"primaryCategory\"\n                    ],\n                    \"fields\": [\n                        \"name\",\n                        \"appIcon\",\n                        \"mimeType\",\n                        \"gradeLevel\",\n                        \"identifier\",\n                        \"medium\",\n                        \"pkgVersion\",\n                        \"board\",\n                        \"subject\",\n                        \"resourceType\",\n                        \"primaryCategory\",\n                        \"contentType\",\n                        \"channel\",\n                        \"organisation\",\n                        \"trackable\"\n                    ],\n                    \"filters\": {\n                        \"primaryCategory\": [\n                            \"Collection\",\n                            \"Resource\",\n                            \"Content Playlist\",\n                            \"Course\",\n                            \"Course Assessment\",\n                            \"Digital Textbook\",\n                            \"eTextbook\",\n                            \"Explanation Content\",\n                            \"Learning Resource\",\n                            \"Lesson Plan Unit\",\n                            \"Practice Question Set\",\n                            \"Teacher Resource\",\n                            \"Textbook Unit\",\n                            \"LessonPlan\",\n                            \"FocusSpot\",\n                            \"Learning Outcome Definition\",\n                            \"Curiosity Questions\",\n                            \"MarkingSchemeRubric\",\n                            \"ExplanationResource\",\n                            \"ExperientialResource\",\n                            \"Practice Resource\",\n                            \"TVLesson\",\n                            \"Course Unit\"\n                        ],\n                        \"visibility\": [\n                            \"Default\",\n                            \"Parent\"\n                        ]\n                    }\n                }\n            },\n           \n            {\n                \"index\": 0,\n                \"title\": \"frmelmnts.lbl.home\",\n                \"desc\": \"frmelmnts.lbl.home\",\n                \"menuType\": \"Content\",\n                \"contentType\": \"home\",\n                \"isEnabled\": true,\n                \"default\": true,\n                \"isOnlineOnly\": true,\n                \"theme\": {\n                    \"baseColor\": \"\",\n                    \"textColor\": \"\",\n                    \"supportingColor\": \"\",\n                    \"className\": \"home\",\n                    \"imageName\": \"courses-banner-img.svg\"\n                },\n                \"anonumousUserRoute\": {\n                    \"route\": \"/explore\",\n                    \"queryParam\": \"home\"\n                },\n                \"loggedInUserRoute\": {\n                    \"route\": \"/resources\",\n                    \"queryParam\": \"home\"\n                },\n                \"metaData\": {\n                    \"filters\": [\n                        \"board\",\n                        \"gradeLevel\",\n                        \"subject\",\n                        \"medium\",\n                        \"publisher\",\n                        \"audience\",\n                        \"channel\"\n                    ],\n                    \"groupByKey\": \"subject\",\n                    \"defaultFilters\": {\n                        \"board\": [\n                            \"CBSE\"\n                        ],\n                        \"gradeLevel\": [\n                            \"Class 10\"\n                        ],\n                        \"medium\": []\n                    }\n                },\n                \"search\": {\n                    \"facets\": [\n                        \"subject\",\n                        \"primaryCategory\",\n                        \"medium\",\n                        \"banner\",\n                        \"additionalCategories\",\n                        \"search\",\n                        \"ContinueLearning\"\n                    ],\n                    \"fields\": [\n                        \"name\",\n                        \"appIcon\",\n                        \"medium\",\n                        \"subject\",\n                        \"resourceType\",\n                        \"contentType\",\n                        \"organisation\",\n                        \"topic\",\n                        \"mimeType\",\n                        \"trackable\",\n                        \"gradeLevel\",\n                        \"se_boards\",\n                        \"se_subjects\",\n                        \"se_mediums\",\n                        \"se_gradeLevels\"\n                    ],\n                    \"filters\": {\n                        \"channel\": [],\n                        \"subject\": [],\n                        \"audience\": [],\n                        \"primaryCategory\": [\n                            \"Digital Textbook\",\n                            \"eTextbook\",\n                            \"Course\"\n                        ],\n                        \"board\": [],\n                        \"medium\": [],\n                        \"gradeLevel\": []\n                    }\n                },\n                \"filter\": {\n                    \"isEnabled\": false,\n                    \"type\": \"facet\"\n                },\n                \"sections\": [\n                    {\n                        \"index\": 4,\n                        \"title\": \"frmelmnts.lbl.recentlyPublishedCourses\",\n                        \"desc\": \"Section for Searched contents\",\n                        \"facetKey\": \"search\",\n                        \"isEnabled\": true,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {\n                                \"request\": {\n                                    \"filters\": {\n                                        \"contentType\": [\n                                            \"Course\"\n                                        ],\n                                        \"primaryCategory\": [\n                                            \"Course\"\n                                        ],\n                                        \"batches.enrollmentType\": \"open\",\n                                        \"batches.status\": [\n                                            1\n                                        ],\n                                        \"status\": [\n                                            \"Live\"\n                                        ],\n                                        \"se_boards\": [\n                                            \"State (Tamil Nadu)\"\n                                        ],\n                                        \"se_mediums\": [\n                                            \"English\",\n                                            \"Tamil\"\n                                        ],\n                                        \"se_gradeLevels\": [\n                                            \"Class 1\",\n                                            \"Class 2\",\n                                            \"Class 5\"\n                                        ]\n                                    },\n                                    \"limit\": 100,\n                                    \"fields\": [\n                                        \"name\",\n                                        \"appIcon\",\n                                        \"mimeType\",\n                                        \"gradeLevel\",\n                                        \"identifier\",\n                                        \"medium\",\n                                        \"pkgVersion\",\n                                        \"board\",\n                                        \"subject\",\n                                        \"resourceType\",\n                                        \"contentType\",\n                                        \"channel\",\n                                        \"organisation\",\n                                        \"trackable\",\n                                        \"se_boards\",\n                                        \"se_subjects\",\n                                        \"se_mediums\",\n                                        \"se_gradeLevels\",\n                                        \"lastPublishedOn\"\n                                    ],\n                                    \"facets\": [\n                                        \"se_subjects\"\n                                    ],\n                                    \"sort_by\": {\n                                        \"lastPublishedOn\": \"desc\"\n                                    }\n                                }\n                            },\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.search\",\n                            \"sortBy\": \"lastPublishedOn\"\n                        }\n                    },\n                    {\n                        \"index\": 0,\n                        \"title\": \"Continue Learning\",\n                        \"desc\": \"Continue Learning\",\n                        \"facetKey\": \"ContinueLearning\",\n                        \"isEnabled\": true\n                    },\n                    {\n                        \"index\": 5,\n                        \"title\": \"frmelmnts.lbl.fromncert\",\n                        \"defaultTitle\": \"From NCERT\",\n                        \"desc\": \"Section for Searched contents\",\n                        \"facetKey\": \"search\",\n                        \"isEnabled\": true,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {\n                                \"request\": {\n                                    \"filters\": {\n                                        \"primaryCategory\": [\n                                            \"Course\",\n                                            \"Digital Textbook\"\n                                        ],\n                                        \"status\": [\n                                            \"Live\"\n                                        ],\n                                        \"channel\": \"01329314824202649627\"\n                                    },\n                                    \"limit\": 100,\n                                    \"fields\": [\n                                        \"name\",\n                                        \"appIcon\",\n                                        \"mimeType\",\n                                        \"gradeLevel\",\n                                        \"identifier\",\n                                        \"medium\",\n                                        \"pkgVersion\",\n                                        \"board\",\n                                        \"subject\",\n                                        \"resourceType\",\n                                        \"contentType\",\n                                        \"channel\",\n                                        \"organisation\",\n                                        \"trackable\",\n                                        \"se_boards\",\n                                        \"se_subjects\",\n                                        \"se_mediums\",\n                                        \"se_gradeLevels\",\n                                        \"lastPublishedOn\"\n                                    ],\n                                    \"facets\": [\n                                        \"se_subjects\"\n                                    ],\n                                    \"sort_by\": {\n                                        \"lastPublishedOn\": \"desc\"\n                                    }\n                                }\n                            },\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.search\",\n                            \"sortBy\": \"lastPublishedOn\"\n                        }\n                    },\n                    {\n                        \"index\": 3,\n                        \"title\": \"frmelmnts.lbl.search\",\n                        \"desc\": \"Section for Searched contents\",\n                        \"facetKey\": \"search\",\n                        \"isEnabled\": true,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {\n                                \"request\": {\n                                    \"filters\": {\n                                        \"channel\": [],\n                                        \"subject\": [],\n                                        \"audience\": [],\n                                        \"primaryCategory\": [\n                                            \"Digital Textbook\"\n                                        ],\n                                        \"se_boards\": [\n                                            \"State (Tamil Nadu)\"\n                                        ],\n                                        \"se_mediums\": [\n                                            \"English\"\n                                        ],\n                                        \"se_gradeLevels\": [\n                                            \"Class 4\"\n                                        ]\n                                    },\n                                    \"limit\": 100,\n                                    \"fields\": [\n                                        \"name\",\n                                        \"appIcon\",\n                                        \"mimeType\",\n                                        \"gradeLevel\",\n                                        \"identifier\",\n                                        \"medium\",\n                                        \"pkgVersion\",\n                                        \"board\",\n                                        \"subject\",\n                                        \"resourceType\",\n                                        \"primaryCategory\",\n                                        \"contentType\",\n                                        \"channel\",\n                                        \"organisation\",\n                                        \"trackable\",\n                                        \"se_boards\",\n                                        \"se_subjects\",\n                                        \"se_mediums\",\n                                        \"se_gradeLevels\"\n                                    ],\n                                    \"facets\": [\n                                        \"se_subjects\"\n                                    ]\n                                }\n                            },\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.search\"\n                        }\n                    },\n                    {\n                        \"index\": 1,\n                        \"title\": \"frmelmnts.lbl.subjects\",\n                        \"desc\": \"Section for subjects\",\n                        \"facetKey\": \"subject\",\n                        \"isEnabled\": true,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {},\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.subject\"\n                        },\n                        \"theme\": {\n                            \"component\": \"sb-pills-grid\",\n                            \"limit\": 10,\n                            \"infiniteCard\": false,\n                            \"colorMapping\": [\n                                {\n                                    \"primary\": \"rgba(255,139,46,1)\",\n                                    \"secondary\": \"rgba(255,139,46,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(163,99,255,1)\",\n                                    \"secondary\": \"rgba(163,99,255,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(34,139,255,1)\",\n                                    \"secondary\": \"rgba(34,139,255,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(95,192,32,1)\",\n                                    \"secondary\": \"rgba(95,192,32,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(255,128,47,1)\",\n                                    \"secondary\": \"rgba(255,128,47,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(251,70,70,1)\",\n                                    \"secondary\": \"rgba(251,70,70,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(83,109,252,1)\",\n                                    \"secondary\": \"rgba(83,109,252,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(15,186,208,1)\",\n                                    \"secondary\": \"rgba(15,186,208,0.3)\"\n                                }\n                            ],\n                            \"icons\": {\n                                \"english\": \"assets/images/book_english.svg\",\n                                \"mathematics\": \"assets/images/calculator.svg\",\n                                \"science\": \"assets/images/globe.svg\",\n                                \"default\": \"assets/images/book_default.svg\"\n                            }\n                        },\n                        \"landing\": {\n                            \"title\": \"frmelmnts.lbl.exploretitle\",\n                            \"description\": \"frmelmnts.lbl.exploredescription\"\n                        },\n                        \"anonumousUserRoute\": {\n                            \"route\": \"/explore-course\",\n                            \"queryParam\": \"course\"\n                        },\n                        \"loggedInUserRoute\": {\n                            \"route\": \"/learn\",\n                            \"queryParam\": \"course\"\n                        }\n                    },\n                    {\n                        \"index\": 6,\n                        \"title\": \"frmelmnts.lbl.dscfrmctgries\",\n                        \"desc\": \"Section for category\",\n                        \"facetKey\": \"primaryCategory\",\n                        \"isEnabled\": true,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {},\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.primaryCategory\"\n                        },\n                        \"filter\": {\n                            \"primaryCategory\": [\n                                \"course\",\n                                \"digital textbook\",\n                                \"etextbook\"\n                            ],\n                            \"additionalCategories\": [\n                                \"tv lesson\"\n                            ]\n                        },\n                        \"merge\": {\n                            \"source\": \"primaryCategory\",\n                            \"destination\": \"additionalCategories\"\n                        },\n                        \"theme\": {\n                            \"component\": \"sb-pills-grid\",\n                            \"limit\": 10,\n                            \"infiniteCard\": false,\n                            \"colorMapping\": [\n                                {\n                                    \"primary\": \"rgba(255,255,255,1)\",\n                                    \"secondary\": \"rgba(255,255,255,1)\"\n                                }\n                            ],\n                            \"icons\": {\n                                \"digital textbooks\": \"assets/images/textbook.svg\",\n                                \"courses\": \"assets/images/course.svg\",\n                                \"tv programs\": \"assets/images/tv.svg\",\n                                \"documents\": \"assets/images/documents.svg\",\n                                \"videos\": \"assets/images/videos.svg\",\n                                \"default\": \"assets/images/all_content.svg\"\n                            }\n                        },\n                        \"landing\": {\n                            \"title\": \"frmelmnts.lbl.exploretitle\",\n                            \"description\": \"frmelmnts.lbl.exploredescription\"\n                        },\n                        \"anonumousUserRoute\": {\n                            \"route\": \"/explore-course\",\n                            \"queryParam\": \"course\"\n                        },\n                        \"loggedInUserRoute\": {\n                            \"route\": \"/learn\",\n                            \"queryParam\": \"course\"\n                        }\n                    },\n                    {\n                        \"index\": 7,\n                        \"title\": \"frmelmnts.lbl.medium\",\n                        \"desc\": \"Section for medium\",\n                        \"facetKey\": \"medium\",\n                        \"isEnabled\": false,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {},\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.medium\"\n                        },\n                        \"theme\": {\n                            \"component\": \"sb-pills-grid\",\n                            \"limit\": 10,\n                            \"infiniteCard\": false,\n                            \"colorMapping\": [\n                                {\n                                    \"primary\": \"rgba(255,139,46,1)\",\n                                    \"secondary\": \"rgba(255,139,46,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(163,99,255,1)\",\n                                    \"secondary\": \"rgba(163,99,255,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(34,139,255,1)\",\n                                    \"secondary\": \"rgba(34,139,255,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(95,192,32,1)\",\n                                    \"secondary\": \"rgba(95,192,32,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(255,128,47,1)\",\n                                    \"secondary\": \"rgba(255,128,47,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(251,70,70,1)\",\n                                    \"secondary\": \"rgba(251,70,70,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(83,109,252,1)\",\n                                    \"secondary\": \"rgba(83,109,252,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(15,186,208,1)\",\n                                    \"secondary\": \"rgba(15,186,208,0.3)\"\n                                }\n                            ]\n                        },\n                        \"anonumousUserRoute\": {\n                            \"route\": \"/home\",\n                            \"queryParam\": \"course\"\n                        },\n                        \"loggedInUserRoute\": {\n                            \"route\": \"/learn\",\n                            \"queryParam\": \"course\"\n                        }\n                    }\n                ]\n            }\n        ]\n        }\n    }\n}"},"url":"https://rituparnamajhi.online/api/data/v1/form/create","urlObject":{"protocol":"https","path":["api","data","v1","form","create"],"host":["rituparnamajhi","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"7364ec4a-4e4d-4dc1-9428-073dae4e0e3a"},{"name":"2 - Menubar form - Creation","id":"f44eed01-f8c2-4c41-b228-f23bf2546129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJKRUduc21wV2UwVVZ5cHI1S0JrNTF6RlFsSlpLTkczbyJ9.qNN-u2XKrHWaiC9Nf2J_iGDD6bQvRW0z-ndO6n6dM3c"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"type\": \"contentcategory\",\n        \"action\": \"menubar\",\n        \"subType\": \"global\",\n        \"rootOrgId\": \"0137045041578065921\",\n        \"framework\": \"*\",\n        \"component\": \"*\",\n        \"data\":{\n            \"templateName\": \"menuConfig\",\n        \"action\": \"list\",\n         \"fields\": [\n\n            {\n                \"index\": 1,\n                \"title\": \"frmelmnts.tab.all\",\n                \"desc\": \"frmelmnts.tab.all\",\n                \"menuType\": \"Content\",\n                \"contentType\": \"all\",\n                \"isEnabled\": true,\n                \"isOnlineOnly\": true,\n                \"isLoginMandatory\": false,\n                \"theme\": {\n                    \"baseColor\": \"\",\n                    \"textColor\": \"\",\n                    \"supportingColor\": \"\",\n                    \"className\": \"all\",\n                    \"imageName\": \"all-banner-img.svg\"\n                },\n                \"anonumousUserRoute\": {\n                    \"route\": \"/explore/1\",\n                    \"queryParam\": \"all\"\n                },\n                \"loggedInUserRoute\": {\n                    \"route\": \"/search/Library/1\",\n                    \"queryParam\": \"all\"\n                },\n                \"metaData\": {\n                    \"cacheTimeout\": 3600000\n                },\n                \"search\": {\n                    \"facets\": [\n                        \"se_boards\",\n                        \"se_gradeLevels\",\n                        \"se_subjects\",\n                        \"se_mediums\",\n                        \"primaryCategory\"\n                    ],\n                    \"fields\": [\n                        \"name\",\n                        \"appIcon\",\n                        \"mimeType\",\n                        \"gradeLevel\",\n                        \"identifier\",\n                        \"medium\",\n                        \"pkgVersion\",\n                        \"board\",\n                        \"subject\",\n                        \"resourceType\",\n                        \"primaryCategory\",\n                        \"contentType\",\n                        \"channel\",\n                        \"organisation\",\n                        \"trackable\"\n                    ],\n                    \"filters\": {\n                        \"primaryCategory\": [\n                            \"Collection\",\n                            \"Resource\",\n                            \"Content Playlist\",\n                            \"Course\",\n                            \"Course Assessment\",\n                            \"Digital Textbook\",\n                            \"eTextbook\",\n                            \"Explanation Content\",\n                            \"Learning Resource\",\n                            \"Lesson Plan Unit\",\n                            \"Practice Question Set\",\n                            \"Teacher Resource\",\n                            \"Textbook Unit\",\n                            \"LessonPlan\",\n                            \"FocusSpot\",\n                            \"Learning Outcome Definition\",\n                            \"Curiosity Questions\",\n                            \"MarkingSchemeRubric\",\n                            \"ExplanationResource\",\n                            \"ExperientialResource\",\n                            \"Practice Resource\",\n                            \"TVLesson\",\n                            \"Course Unit\"\n                        ],\n                        \"visibility\": [\n                            \"Default\",\n                            \"Parent\"\n                        ]\n                    }\n                }\n            },\n           \n            {\n                \"index\": 0,\n                \"title\": \"frmelmnts.lbl.home\",\n                \"desc\": \"frmelmnts.lbl.home\",\n                \"menuType\": \"Content\",\n                \"contentType\": \"home\",\n                \"isEnabled\": true,\n                \"default\": true,\n                \"isOnlineOnly\": true,\n                \"theme\": {\n                    \"baseColor\": \"\",\n                    \"textColor\": \"\",\n                    \"supportingColor\": \"\",\n                    \"className\": \"home\",\n                    \"imageName\": \"courses-banner-img.svg\"\n                },\n                \"anonumousUserRoute\": {\n                    \"route\": \"/explore\",\n                    \"queryParam\": \"home\"\n                },\n                \"loggedInUserRoute\": {\n                    \"route\": \"/resources\",\n                    \"queryParam\": \"home\"\n                },\n                \"metaData\": {\n                    \"filters\": [\n                        \"board\",\n                        \"gradeLevel\",\n                        \"subject\",\n                        \"medium\",\n                        \"publisher\",\n                        \"audience\",\n                        \"channel\"\n                    ],\n                    \"groupByKey\": \"subject\",\n                    \"defaultFilters\": {\n                        \"board\": [\n                            \"CBSE\"\n                        ],\n                        \"gradeLevel\": [\n                            \"Class 10\"\n                        ],\n                        \"medium\": []\n                    }\n                },\n                \"search\": {\n                    \"facets\": [\n                        \"subject\",\n                        \"primaryCategory\",\n                        \"medium\",\n                        \"banner\",\n                        \"additionalCategories\",\n                        \"search\",\n                        \"ContinueLearning\"\n                    ],\n                    \"fields\": [\n                        \"name\",\n                        \"appIcon\",\n                        \"medium\",\n                        \"subject\",\n                        \"resourceType\",\n                        \"contentType\",\n                        \"organisation\",\n                        \"topic\",\n                        \"mimeType\",\n                        \"trackable\",\n                        \"gradeLevel\",\n                        \"se_boards\",\n                        \"se_subjects\",\n                        \"se_mediums\",\n                        \"se_gradeLevels\"\n                    ],\n                    \"filters\": {\n                        \"channel\": [],\n                        \"subject\": [],\n                        \"audience\": [],\n                        \"primaryCategory\": [\n                            \"Digital Textbook\",\n                            \"eTextbook\",\n                            \"Course\"\n                        ],\n                        \"board\": [],\n                        \"medium\": [],\n                        \"gradeLevel\": []\n                    }\n                },\n                \"filter\": {\n                    \"isEnabled\": false,\n                    \"type\": \"facet\"\n                },\n                \"sections\": [\n                    {\n                        \"index\": 4,\n                        \"title\": \"frmelmnts.lbl.recentlyPublishedCourses\",\n                        \"desc\": \"Section for Searched contents\",\n                        \"facetKey\": \"search\",\n                        \"isEnabled\": true,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {\n                                \"request\": {\n                                    \"filters\": {\n                                        \"contentType\": [\n                                            \"Course\"\n                                        ],\n                                        \"primaryCategory\": [\n                                            \"Course\"\n                                        ],\n                                        \"batches.enrollmentType\": \"open\",\n                                        \"batches.status\": [\n                                            1\n                                        ],\n                                        \"status\": [\n                                            \"Live\"\n                                        ],\n                                        \"se_boards\": [\n                                            \"State (Tamil Nadu)\"\n                                        ],\n                                        \"se_mediums\": [\n                                            \"English\",\n                                            \"Tamil\"\n                                        ],\n                                        \"se_gradeLevels\": [\n                                            \"Class 1\",\n                                            \"Class 2\",\n                                            \"Class 5\"\n                                        ]\n                                    },\n                                    \"limit\": 100,\n                                    \"fields\": [\n                                        \"name\",\n                                        \"appIcon\",\n                                        \"mimeType\",\n                                        \"gradeLevel\",\n                                        \"identifier\",\n                                        \"medium\",\n                                        \"pkgVersion\",\n                                        \"board\",\n                                        \"subject\",\n                                        \"resourceType\",\n                                        \"contentType\",\n                                        \"channel\",\n                                        \"organisation\",\n                                        \"trackable\",\n                                        \"se_boards\",\n                                        \"se_subjects\",\n                                        \"se_mediums\",\n                                        \"se_gradeLevels\",\n                                        \"lastPublishedOn\"\n                                    ],\n                                    \"facets\": [\n                                        \"se_subjects\"\n                                    ],\n                                    \"sort_by\": {\n                                        \"lastPublishedOn\": \"desc\"\n                                    }\n                                }\n                            },\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.search\",\n                            \"sortBy\": \"lastPublishedOn\"\n                        }\n                    },\n                    {\n                        \"index\": 0,\n                        \"title\": \"Continue Learning\",\n                        \"desc\": \"Continue Learning\",\n                        \"facetKey\": \"ContinueLearning\",\n                        \"isEnabled\": true\n                    },\n                    {\n                        \"index\": 5,\n                        \"title\": \"frmelmnts.lbl.fromncert\",\n                        \"defaultTitle\": \"From NCERT\",\n                        \"desc\": \"Section for Searched contents\",\n                        \"facetKey\": \"search\",\n                        \"isEnabled\": true,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {\n                                \"request\": {\n                                    \"filters\": {\n                                        \"primaryCategory\": [\n                                            \"Course\",\n                                            \"Digital Textbook\"\n                                        ],\n                                        \"status\": [\n                                            \"Live\"\n                                        ],\n                                        \"channel\": \"01329314824202649627\"\n                                    },\n                                    \"limit\": 100,\n                                    \"fields\": [\n                                        \"name\",\n                                        \"appIcon\",\n                                        \"mimeType\",\n                                        \"gradeLevel\",\n                                        \"identifier\",\n                                        \"medium\",\n                                        \"pkgVersion\",\n                                        \"board\",\n                                        \"subject\",\n                                        \"resourceType\",\n                                        \"contentType\",\n                                        \"channel\",\n                                        \"organisation\",\n                                        \"trackable\",\n                                        \"se_boards\",\n                                        \"se_subjects\",\n                                        \"se_mediums\",\n                                        \"se_gradeLevels\",\n                                        \"lastPublishedOn\"\n                                    ],\n                                    \"facets\": [\n                                        \"se_subjects\"\n                                    ],\n                                    \"sort_by\": {\n                                        \"lastPublishedOn\": \"desc\"\n                                    }\n                                }\n                            },\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.search\",\n                            \"sortBy\": \"lastPublishedOn\"\n                        }\n                    },\n                    {\n                        \"index\": 3,\n                        \"title\": \"frmelmnts.lbl.search\",\n                        \"desc\": \"Section for Searched contents\",\n                        \"facetKey\": \"search\",\n                        \"isEnabled\": true,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {\n                                \"request\": {\n                                    \"filters\": {\n                                        \"channel\": [],\n                                        \"subject\": [],\n                                        \"audience\": [],\n                                        \"primaryCategory\": [\n                                            \"Digital Textbook\"\n                                        ],\n                                        \"se_boards\": [\n                                            \"State (Tamil Nadu)\"\n                                        ],\n                                        \"se_mediums\": [\n                                            \"English\"\n                                        ],\n                                        \"se_gradeLevels\": [\n                                            \"Class 4\"\n                                        ]\n                                    },\n                                    \"limit\": 100,\n                                    \"fields\": [\n                                        \"name\",\n                                        \"appIcon\",\n                                        \"mimeType\",\n                                        \"gradeLevel\",\n                                        \"identifier\",\n                                        \"medium\",\n                                        \"pkgVersion\",\n                                        \"board\",\n                                        \"subject\",\n                                        \"resourceType\",\n                                        \"primaryCategory\",\n                                        \"contentType\",\n                                        \"channel\",\n                                        \"organisation\",\n                                        \"trackable\",\n                                        \"se_boards\",\n                                        \"se_subjects\",\n                                        \"se_mediums\",\n                                        \"se_gradeLevels\"\n                                    ],\n                                    \"facets\": [\n                                        \"se_subjects\"\n                                    ]\n                                }\n                            },\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.search\"\n                        }\n                    },\n                    {\n                        \"index\": 1,\n                        \"title\": \"frmelmnts.lbl.subjects\",\n                        \"desc\": \"Section for subjects\",\n                        \"facetKey\": \"subject\",\n                        \"isEnabled\": true,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {},\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.subject\"\n                        },\n                        \"theme\": {\n                            \"component\": \"sb-pills-grid\",\n                            \"limit\": 10,\n                            \"infiniteCard\": false,\n                            \"colorMapping\": [\n                                {\n                                    \"primary\": \"rgba(255,139,46,1)\",\n                                    \"secondary\": \"rgba(255,139,46,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(163,99,255,1)\",\n                                    \"secondary\": \"rgba(163,99,255,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(34,139,255,1)\",\n                                    \"secondary\": \"rgba(34,139,255,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(95,192,32,1)\",\n                                    \"secondary\": \"rgba(95,192,32,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(255,128,47,1)\",\n                                    \"secondary\": \"rgba(255,128,47,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(251,70,70,1)\",\n                                    \"secondary\": \"rgba(251,70,70,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(83,109,252,1)\",\n                                    \"secondary\": \"rgba(83,109,252,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(15,186,208,1)\",\n                                    \"secondary\": \"rgba(15,186,208,0.3)\"\n                                }\n                            ],\n                            \"icons\": {\n                                \"english\": \"assets/images/book_english.svg\",\n                                \"mathematics\": \"assets/images/calculator.svg\",\n                                \"science\": \"assets/images/globe.svg\",\n                                \"default\": \"assets/images/book_default.svg\"\n                            }\n                        },\n                        \"landing\": {\n                            \"title\": \"frmelmnts.lbl.exploretitle\",\n                            \"description\": \"frmelmnts.lbl.exploredescription\"\n                        },\n                        \"anonumousUserRoute\": {\n                            \"route\": \"/explore-course\",\n                            \"queryParam\": \"course\"\n                        },\n                        \"loggedInUserRoute\": {\n                            \"route\": \"/learn\",\n                            \"queryParam\": \"course\"\n                        }\n                    },\n                    {\n                        \"index\": 6,\n                        \"title\": \"frmelmnts.lbl.dscfrmctgries\",\n                        \"desc\": \"Section for category\",\n                        \"facetKey\": \"primaryCategory\",\n                        \"isEnabled\": true,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {},\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.primaryCategory\"\n                        },\n                        \"filter\": {\n                            \"primaryCategory\": [\n                                \"course\",\n                                \"digital textbook\",\n                                \"etextbook\"\n                            ],\n                            \"additionalCategories\": [\n                                \"tv lesson\"\n                            ]\n                        },\n                        \"merge\": {\n                            \"source\": \"primaryCategory\",\n                            \"destination\": \"additionalCategories\"\n                        },\n                        \"theme\": {\n                            \"component\": \"sb-pills-grid\",\n                            \"limit\": 10,\n                            \"infiniteCard\": false,\n                            \"colorMapping\": [\n                                {\n                                    \"primary\": \"rgba(255,255,255,1)\",\n                                    \"secondary\": \"rgba(255,255,255,1)\"\n                                }\n                            ],\n                            \"icons\": {\n                                \"digital textbooks\": \"assets/images/textbook.svg\",\n                                \"courses\": \"assets/images/course.svg\",\n                                \"tv programs\": \"assets/images/tv.svg\",\n                                \"documents\": \"assets/images/documents.svg\",\n                                \"videos\": \"assets/images/videos.svg\",\n                                \"default\": \"assets/images/all_content.svg\"\n                            }\n                        },\n                        \"landing\": {\n                            \"title\": \"frmelmnts.lbl.exploretitle\",\n                            \"description\": \"frmelmnts.lbl.exploredescription\"\n                        },\n                        \"anonumousUserRoute\": {\n                            \"route\": \"/explore-course\",\n                            \"queryParam\": \"course\"\n                        },\n                        \"loggedInUserRoute\": {\n                            \"route\": \"/learn\",\n                            \"queryParam\": \"course\"\n                        }\n                    },\n                    {\n                        \"index\": 7,\n                        \"title\": \"frmelmnts.lbl.medium\",\n                        \"desc\": \"Section for medium\",\n                        \"facetKey\": \"medium\",\n                        \"isEnabled\": false,\n                        \"apiConfig\": {\n                            \"url\": \"\",\n                            \"method\": \"\",\n                            \"req\": {},\n                            \"params\": \"\",\n                            \"contextKey\": \"res.facet.medium\"\n                        },\n                        \"theme\": {\n                            \"component\": \"sb-pills-grid\",\n                            \"limit\": 10,\n                            \"infiniteCard\": false,\n                            \"colorMapping\": [\n                                {\n                                    \"primary\": \"rgba(255,139,46,1)\",\n                                    \"secondary\": \"rgba(255,139,46,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(163,99,255,1)\",\n                                    \"secondary\": \"rgba(163,99,255,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(34,139,255,1)\",\n                                    \"secondary\": \"rgba(34,139,255,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(95,192,32,1)\",\n                                    \"secondary\": \"rgba(95,192,32,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(255,128,47,1)\",\n                                    \"secondary\": \"rgba(255,128,47,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(251,70,70,1)\",\n                                    \"secondary\": \"rgba(251,70,70,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(83,109,252,1)\",\n                                    \"secondary\": \"rgba(83,109,252,0.3)\"\n                                },\n                                {\n                                    \"primary\": \"rgba(15,186,208,1)\",\n                                    \"secondary\": \"rgba(15,186,208,0.3)\"\n                                }\n                            ]\n                        },\n                        \"anonumousUserRoute\": {\n                            \"route\": \"/home\",\n                            \"queryParam\": \"course\"\n                        },\n                        \"loggedInUserRoute\": {\n                            \"route\": \"/learn\",\n                            \"queryParam\": \"course\"\n                        }\n                    }\n                ]\n            }\n        ]\n        }\n    }\n}"},"url":"https://rituparnamajhi.online/api/data/v1/form/create","urlObject":{"protocol":"https","path":["api","data","v1","form","create"],"host":["rituparnamajhi","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"f44eed01-f8c2-4c41-b228-f23bf2546129"},{"name":"3 - All Tab - Schema creation","id":"4e82fe27-cb58-4de0-8431-c8d442b98e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{kong_api_key}}"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"type\": \"schemas\",\n        \"action\": \"get\",\n        \"subType\": \"search\",\n        \"rootOrgId\": \"*\",\n        \"framework\": \"*\",\n        \"component\": \"*\",\n        \"data\":{\n        \"templateName\": \"defaultTemplate\",\n        \"action\": \"get\",\n        \"fields\": [\n          {\n            \"id\": \"content\",\n            \"schema\": {\n              \"properties\": [\n                \"name\",\n                \"code\",\n                \"createdOn\",\n                \"lastUpdatedOn\",\n                \"status\",\n                \"channel\",\n                \"mimeType\",\n                \"osId\",\n                \"contentEncoding\",\n                \"contentDisposition\",\n                \"mediaType\",\n                \"os\",\n                \"minOsVersion\",\n                \"compatibilityLevel\",\n                \"minGenieVersion\",\n                \"minSupportedVersion\",\n                \"filter\",\n                \"variants\",\n                \"config\",\n                \"visibility\",\n                \"audience\",\n                \"posterImage\",\n                \"badgeAssertions\",\n                \"targets\",\n                \"contentCredits\",\n                \"appIcon\",\n                \"grayScaleAppIcon\",\n                \"thumbnail\",\n                \"screenshots\",\n                \"format\",\n                \"duration\",\n                \"size\",\n                \"idealScreenSize\",\n                \"idealScreenDensity\",\n                \"releaseNotes\",\n                \"pkgVersion\",\n                \"semanticVersion\",\n                \"versionKey\",\n                \"resources\",\n                \"downloadUrl\",\n                \"artifactUrl\",\n                \"previewUrl\",\n                \"streamingUrl\",\n                \"objects\",\n                \"organization\",\n                \"createdFor\",\n                \"developer\",\n                \"source\",\n                \"notes\",\n                \"pageNumber\",\n                \"publication\",\n                \"edition\",\n                \"publisher\",\n                \"author\",\n                \"owner\",\n                \"attributions\",\n                \"collaborators\",\n                \"creators\",\n                \"contributors\",\n                \"voiceCredits\",\n                \"soundCredits\",\n                \"imageCredits\",\n                \"copyright\",\n                \"license\",\n                \"language\",\n                \"words\",\n                \"text\",\n                \"forkable\",\n                \"translatable\",\n                \"ageGroup\",\n                \"interactivityLevel\",\n                \"contentType\",\n                \"resourceType\",\n                \"category\",\n                \"templateType\",\n                \"genre\",\n                \"theme\",\n                \"themes\",\n                \"rating\",\n                \"rating_a\",\n                \"quality\",\n                \"genieScore\",\n                \"authoringScore\",\n                \"popularity\",\n                \"downloads\",\n                \"launchUrl\",\n                \"activity_class\",\n                \"draftImage\",\n                \"scaffolding\",\n                \"feedback\",\n                \"feedbackType\",\n                \"teachingMode\",\n                \"skills\",\n                \"keywords\",\n                \"domain\",\n                \"dialcodes\",\n                \"optStatus\",\n                \"description\",\n                \"instructions\",\n                \"body\",\n                \"oldBody\",\n                \"stageIcons\",\n                \"editorState\",\n                \"data\",\n                \"loadingMessage\",\n                \"checksum\",\n                \"learningObjective\",\n                \"createdBy\",\n                \"creator\",\n                \"reviewer\",\n                \"lastUpdatedBy\",\n                \"lastSubmittedBy\",\n                \"lastSubmittedOn\",\n                \"lastPublishedBy\",\n                \"lastPublishedOn\",\n                \"versionDate\",\n                \"origin\",\n                \"originData\",\n                \"versionCreatedBy\",\n                \"me_totalSessionsCount\",\n                \"me_creationSessions\",\n                \"me_creationTimespent\",\n                \"me_totalTimespent\",\n                \"me_totalInteractions\",\n                \"me_averageInteractionsPerMin\",\n                \"me_averageSessionsPerDevice\",\n                \"me_totalDevices\",\n                \"me_averageTimespentPerSession\",\n                \"me_averageRating\",\n                \"me_totalDownloads\",\n                \"me_totalSideloads\",\n                \"me_totalRatings\",\n                \"me_totalComments\",\n                \"me_totalUsage\",\n                \"me_totalLiveContentUsage\",\n                \"me_usageLastWeek\",\n                \"me_deletionsLastWeek\",\n                \"me_lastUsedOn\",\n                \"me_lastRemovedOn\",\n                \"me_hierarchyLevel\",\n                \"me_totalDialcodeAttached\",\n                \"me_totalDialcodeLinkedToContent\",\n                \"me_totalDialcode\",\n                \"flagReasons\",\n                \"flaggedBy\",\n                \"flags\",\n                \"lastFlaggedOn\",\n                \"tempData\",\n                \"copyType\",\n                \"pragma\",\n                \"publishChecklist\",\n                \"publishComment\",\n                \"rejectReasons\",\n                \"rejectComment\",\n                \"totalQuestions\",\n                \"totalScore\",\n                \"ownershipType\",\n                \"reservedDialcodes\",\n                \"dialcodeRequired\",\n                \"lockKey\",\n                \"badgeAssociations\",\n                \"framework\",\n                \"lastStatusChangedOn\",\n                \"uploadError\",\n                \"appId\",\n                \"s3Key\",\n                \"consumerId\",\n                \"organisation\",\n                \"nodeType\",\n                \"prevState\",\n                \"publishError\",\n                \"publish_type\",\n                \"ownedBy\",\n                \"purpose\",\n                \"toc_url\",\n                \"reviewError\",\n                \"mimeTypesCount\",\n                \"contentTypesCount\",\n                \"childNodes\",\n                \"leafNodesCount\",\n                \"depth\",\n                \"SYS_INTERNAL_LAST_UPDATED_ON\",\n                \"assets\",\n                \"version\",\n                \"qrCodeProcessId\",\n                \"migratedUrl\",\n                \"totalCompressedSize\",\n                \"programId\",\n                \"leafNodes\",\n                \"editorVersion\",\n                \"unitIdentifiers\",\n                \"questionCategories\",\n                \"certTemplate\",\n                \"subject\",\n                \"medium\",\n                \"gradeLevel\",\n                \"topic\",\n                \"subDomains\",\n                \"subjectCodes\",\n                \"difficultyLevel\",\n                \"board\",\n                \"licenseterms\",\n                \"copyrightYear\",\n                \"organisationId\",\n                \"itemSetPreviewUrl\",\n                \"textbook_name\",\n                \"level1Name\",\n                \"level1Concept\",\n                \"level2Name\",\n                \"level2Concept\",\n                \"level3Name\",\n                \"level3Concept\",\n                \"sourceURL\",\n                \"me_totalTimeSpentInSec\",\n                \"me_totalPlaySessionCount\",\n                \"me_totalRatingsCount\",\n                \"monitorable\",\n                \"userConsent\",\n                \"trackable\",\n                \"credentials\",\n                \"processId\",\n                \"primaryCategory\",\n                \"additionalCategories\",\n                \"prevStatus\",\n                \"cloudStorageKey\",\n                \"batches\",\n                \"year\",\n                \"plugins\",\n                \"showNotification\",\n                \"collectionId\",\n                \"learningOutcome\",\n                \"displayScore\",\n                \"boardIds\",\n                \"gradeLevelIds\",\n                \"subjectIds\",\n                \"mediumIds\",\n                \"topicsIds\",\n                \"targetFWIds\",\n                \"targetBoardIds\",\n                \"targetGradeLevelIds\",\n                \"targetSubjectIds\",\n                \"targetMediumIds\",\n                \"targetTopicIds\",\n                \"maxAttempts\",\n                \"se_frameworkIds\",\n                \"se_boardIds\",\n                \"se_subjectIds\",\n                \"se_mediumIds\",\n                \"se_topicIds\",\n                \"se_gradeLevelIds\",\n                \"se_boards\",\n                \"se_subjects\",\n                \"se_mediums\",\n                \"se_topics\",\n                \"se_gradeLevels\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n}"},"url":"{{host}}/api/data/v1/form/create","urlObject":{"path":["api","data","v1","form","create"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e82fe27-cb58-4de0-8431-c8d442b98e77"}],"id":"27ae073c-1809-4eed-9594-b0e92d654c07","description":"<p>Consumption portal form API's to enable the consumption workflows.</p>\n","_postman_id":"27ae073c-1809-4eed-9594-b0e92d654c07"}]}