{ "info": { "_postman_id": "609cfb23-4426-4e1b-818f-8cfdc876b689", "name": "Oneclick Installer Release 7.0.0 - Daylight Release", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "37164806" }, "item": [ { "name": "1 - Lern", "item": [ { "name": "1 - auth-token", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Your test name\", function () {", " var jsonData = pm.response.json();", " // pm.expect(jsonData.value).to.eql(100);", " pm.environment.set(\"access_token\", jsonData.access_token);", " pm.expect(jsonData.access_token).not.to.null;", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "client_id", "value": "lms", "type": "text" }, { "key": "client_secret", "value": "{{lms_client_secret}}", "type": "text" }, { "key": "grant_type", "value": "client_credentials", "type": "text" } ] }, "url": "{{host}}/auth/realms/sunbird/protocol/openid-connect/token", "description": "Don't add username & password of keyclock admin." }, "response": [] }, { "name": "2 - set setting - orgTypeConfig", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{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", "description": "This is required step to creation the Organisation of type Board or School(Lern BB - learner-service)" }, "response": [] }, { "name": "3 - sunbird-org create", "event": [ { "listen": "test", "script": { "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);", " }", "});", "setTimeout(function(){}, [5000]);" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{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": "Neo4JDefinationUpdate Job has to trigger (to get the schema data into DB).\n\nLearning service should be running. \n\nUser-token should have below access to create Org\n\n``` json\n\n\n...\n\"realm_access\": {\n \"roles\": [\n \"offline_access\",\n \"admin\",\n \"uma_authorization\"\n ]\n },\n...\n\n```\n\n```\nlearner-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\n```" }, "response": [] }, { "name": "4 - sunbird-org create for ntp", "event": [ { "listen": "test", "script": { "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" } } ], "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{access_token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"orgName\": \"SunbirdOrg NTP\",\n \"channel\": \"ntp\",\n \"description\": \"Default 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", "description": "Neo4JDefinationUpdate Job has to trigger (to get the schema data into DB).\n\nLearning service should be running. \n\nUser-token should have below access to create Org\n\n``` json\n\n\n...\n\"realm_access\": {\n \"roles\": [\n \"offline_access\",\n \"admin\",\n \"uma_authorization\"\n ]\n },\n...\n\n```\n\n```\nlearner-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\n```" }, "response": [] }, { "name": "4 - sunbird-org create for custodianOrg", "event": [ { "listen": "test", "script": { "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_custodian_id\", challenId);", "", " const reqBody = JSON.parse(pm.request.body.raw)", " pm.environment.set(\"channel_custodian_name\", reqBody.request.channel);", " }", "});", "setTimeout(function(){}, [5000]);" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{access_token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"orgName\": \"Sunbird Custodian Org\",\n \"channel\": \"sunbirdco\",\n \"description\": \"Custodian Organisation for Sunbird\",\n \"externalId\": \"sunbirdco\",\n \"isSSOEnabled\": true,\n \"organisationType\": \"board\",\n \"isTenant\": true\n }\n}\n\n", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/org/v1/create", "description": "Neo4JDefinationUpdate Job has to trigger (to get the schema data into DB).\n\nLearning service should be running. \n\nUser-token should have below access to create Org\n\n``` json\n\n\n...\n\"realm_access\": {\n \"roles\": [\n \"offline_access\",\n \"admin\",\n \"uma_authorization\"\n ]\n },\n...\n\n```\n\n```\nlearner-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\n```" }, "response": [] }, { "name": "5 - set setting - custodianOrgId", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{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_custodian_id}}\"\n\t}\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/system/settings/set" }, "response": [] }, { "name": "6 - set setting - custodianRootOrgId", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{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_custodian_id}}\"\n\t}\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/system/settings/set" }, "response": [] }, { "name": "7 - set settings - custodianOrgChannel", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{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_custodian_name}}\"\n\t}\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/system/settings/set" }, "response": [] }, { "name": "7 - get setting - custodianOrgId", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{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/get/custodianOrgId" }, "response": [] }, { "name": "7 - get setting - custodianRootOrg", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{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/get/custodianRootOrgId" }, "response": [] }, { "name": "7 - get settings - custodianOrgChannel", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{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/get/custodianOrgChannel" }, "response": [] }, { "name": "7 - get all system settings-gsp-setup", "request": { "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "url": "{{host}}/api/data/v1/system/settings/list" }, "response": [] }, { "name": "8 - User Create - Admin", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.environment.set(\"auth_username\", \"admin\");", "pm.environment.set(\"auth_password\", \"Admin@123\");" ], "type": "text/javascript" } }, { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {", " pm.response.to.have.status(200);", "});", "setTimeout(function(){}, [5000]);" ], "type": "text/javascript" } } ], "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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": "x-authenticated-user-token", "value": "{{access_token}}", "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" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"firstName\": \"Admin\",\n \"lastName\": \"\",\n \"email\": \"admin@yopmail.com\",\n \"userName\": \"{{auth_username}}\",\n \"password\": \"{{auth_password}}\",\n \"emailVerified\":true,\n \"dob\":\"2001\",\n \"channel\":\"{{channel_name}}\",\n \"roles\": [\"ORG_ADMIN\", \"REPORT_ADMIN\"]\n }\n}" }, "url": "{{host}}/api/user/v1/create" }, "response": [] }, { "name": "9 - Admin Auth Token", "event": [ { "listen": "test", "script": { "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();", " pm.globals.set(\"refresh_token\", jsonData.refresh_token);", " // pm.expect(jsonData.value).to.eql(100);", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "client_id", "value": "{{admin_client_id}}", "type": "text" }, { "key": "client_secret", "value": "{{admin_client_secret}}", "type": "text" }, { "key": "grant_type", "value": "{{admin_grant_type}}", "type": "text" }, { "key": "username", "value": "{{auth_username}}", "type": "text" }, { "key": "password", "value": "{{auth_password}}", "type": "text" } ] }, "url": "{{host}}/auth/realms/sunbird/protocol/openid-connect/token", "description": "Don't add username & password of keyclock admin." }, "response": [] }, { "name": "10 - Refresh Token", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Your test name\", function () {", " var jsonData = pm.response.json();", " var access_token = jsonData.result.access_token;", " console.log(jsonData);", " if(access_token) {", " pm.environment.set(\"access_token\", access_token);", " }", " pm.expect(access_token).to.not.null;", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "refresh_token", "value": "{{refresh_token}}", "type": "text" } ] }, "url": "{{host}}/auth/v1/refresh/token" }, "response": [] }, { "name": "11 - User Create - Content Creator", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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": "x-authenticated-user-token", "value": "{{access_token}}", "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" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"firstName\": \"Content Creator\",\n \"lastName\": \"\",\n \"email\": \"contentcreator@yopmail.com\",\n \"userName\": \"contentcreator\",\n \"password\": \"Creator@123\",\n \"emailVerified\": true,\n \"dob\":\"2001\",\n \"channel\": \"{{channel_name}}\",\n \"roles\": [\"CONTENT_CREATOR\"]\n }\n}" }, "url": "{{host}}/api/user/v1/create" }, "response": [] }, { "name": "12 - User Create - BookCreator", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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": "x-authenticated-user-token", "value": "{{access_token}}", "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" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"firstName\": \"Book Creator\",\n \"lastName\": \"\",\n \"email\": \"bookcreator@yopmail.com\",\n \"userName\": \"bookcreator\",\n \"password\": \"Bookcreator@123\",\n \"emailVerified\": true,\n \"dob\":\"2001\",\n \"channel\": \"{{channel_name}}\",\n \"roles\": [\"BOOK_CREATOR\"]\n }\n}" }, "url": "{{host}}/api/user/v1/create" }, "response": [] }, { "name": "13 - User Create - Content Reviewer", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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": "x-authenticated-user-token", "value": "{{access_token}}", "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" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"firstName\": \"Content Reviewer\",\n \"lastName\": \"\",\n \"email\": \"contentreviewer@yopmail.com\",\n \"userName\": \"contentreviewer\",\n \"password\": \"Reviewer@123\",\n \"emailVerified\": true,\n \"dob\":\"2001\",\n \"channel\": \"{{channel_name}}\",\n \"roles\": [\"CONTENT_REVIEWER\"]\n }\n}" }, "url": "{{host}}/api/user/v1/create" }, "response": [] }, { "name": "14 - User1 Create", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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": "x-authenticated-user-token", "value": "{{access_token}}", "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" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"firstName\": \"User 1\",\n \"lastName\": \"\",\n \"email\": \"user1@yopmail.com\",\n \"userName\": \"user1\",\n \"password\": \"User1@123\",\n \"emailVerified\": true,\n \"dob\":\"2001\",\n \"channel\": \"{{channel_custodian_name}}\",\n \"roles\": [\"PUBLIC\"]\n }\n}" }, "url": "{{host}}/api/user/v1/create" }, "response": [] }, { "name": "15 - User2 Create", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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": "x-authenticated-user-token", "value": "{{access_token}}", "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" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"firstName\": \"User 2\",\n \"lastName\": \"\",\n \"email\": \"user2@yopmail.com\",\n \"userName\": \"user2\",\n \"password\": \"User2@123\",\n \"emailVerified\": true,\n \"dob\":\"2001\",\n \"channel\": \"{{channel_custodian_name}}\",\n \"roles\": [\"PUBLIC\"]\n }\n}" }, "url": "{{host}}/api/user/v1/create" }, "response": [] }, { "name": "16 - State Create", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } }, { "listen": "test", "script": { "exec": [ "// Parse the response JSON", "try {", " var jsonResponse = JSON.parse(responseBody);", "", " // Check if the response has a result object and it has an id property", " if (jsonResponse && jsonResponse.result && jsonResponse.result.id) {", " // Extract the value of result.id", " var stateId = jsonResponse.result.id;", "", " // Set the environment variable state_id with the extracted value", " postman.setEnvironmentVariable(\"state_id\", stateId);", " console.log(\"Response JSON:\", responseBody);", " console.log(\"Extracted state_id:\", stateId);", " } else {", " console.error(\"Unable to extract 'result.id' from the response.\");", " }", "} catch (error) {", " console.error(\"Error parsing or processing the response:\", error.message);", "}" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "x-authenticated-user-token", "value": "{{access_token}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": { \"code\": \"ka\", \"name\": \"Karnataka\", \"type\": \"state\" }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/location/create" }, "response": [] }, { "name": "17 - District Create", "event": [ { "listen": "test", "script": { "exec": [ "" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "x-authenticated-user-token", "value": "{{access_token}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": { \"code\": \"bengaluru\", \"name\": \"Bengaluru\", \"type\": \"district\", \"parentId\": \"{{state_id}}\" }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/location/create" }, "response": [] }, { "name": "18 - set settings - googleRecaptcha", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "X-Authenticated-User-Token", "value": "{{access_token}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"id\": \"googleReCaptcha\",\n \"field\": \"googleReCaptcha\",\n \"value\": \"{{channel_id}}\"\n }\n\n}" }, "url": "{{host}}/api/data/v1/system/settings/set" }, "response": [] }, { "name": "19 - System Settings - groupsTnc", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "X-Authenticated-User-Token", "value": "{{access_token}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"id\": \"groupsTnc\",\n \"field\": \"groupsTnc\",\n \"value\": \"{\\\"latestVersion\\\":\\\"3.5.0\\\",\\\"3.5.0\\\":{\\\"url\\\":\\\"{{blob_store_path}}\\/{{public_container_name}}/termsandcondtions\\/terms-and-conditions-v9.html#groupGuidelines\\\"}}\"\n }\n\n}" }, "url": "{{host}}/api/data/v1/system/settings/set" }, "response": [] }, { "name": "20 - System Settings - sunbird", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "X-Authenticated-User-Token", "value": "{{access_token}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"id\": \"sunbird\",\n \"field\": \"sunbird\",\n \"value\": \"sunbird\"\n }\n\n}" }, "url": "{{host}}/api/data/v1/system/settings/set" }, "response": [] }, { "name": "User Create- Book Reviewer", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "x-authenticated-user-token", "value": "{{access_token}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"firstName\": \"Book Reviewer\",\n \"lastName\": \"\",\n \"email\": \"bookreviewer@yopmail.com\",\n \"userName\": \"bookreviewer\",\n \"password\": \"bookReviewer@123\",\n \"emailVerified\": true,\n \"dob\": \"2001\",\n \"channel\": \"{{channel_name}}\",\n \"roles\": [\n \"BOOK_REVIEWER\"\n ]\n }\n}" }, "url": "{{host}}/api/user/v1/create" }, "response": [] }, { "name": "22 - Cert Rule Preference", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Authenticated-User-token", "value": "{{access_token}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"data\": {\n \"templateName\": \"certRules\",\n \"action\": \"save\",\n \"fields\": [\n {\n \"code\": \"certTypes\",\n \"dataType\": \"text\",\n \"name\": \"certTypes\",\n \"label\": \"Certificate type\",\n \"description\": \"Select certificate\",\n \"editable\": true,\n \"inputType\": \"select\",\n \"required\": true,\n \"displayProperty\": \"Editable\",\n \"visible\": true,\n \"renderingHints\": {\n \"fieldColumnWidth\": \"twelve\"\n },\n \"range\": [\n {\n \"name\": \"Completion certificate\",\n \"value\": {\n \"enrollment\": {\n \"status\": 2\n }\n }\n },\n {\n \"name\": \"Merit certificate\",\n \"value\": {\n \"score\": \"= 100\"\n }\n }\n ],\n \"index\": 1\n },\n {\n \"code\": \"issueTo\",\n \"dataType\": \"text\",\n \"name\": \"issueTo\",\n \"label\": \"Issue certificate to\",\n \"description\": \"Select\",\n \"editable\": true,\n \"inputType\": \"select\",\n \"required\": true,\n \"displayProperty\": \"Editable\",\n \"visible\": true,\n \"renderingHints\": {\n \"fieldColumnWidth\": \"twelve\"\n },\n \"range\": [\n {\n \"name\": \"All\",\n \"value\": {\n \"user\": {\n \"rootid\": \"\"\n }\n }\n },\n {\n \"name\": \"My organisation user\",\n \"rootOrgId\": \"{{channel_id}}\"\n }\n ],\n \"index\": 2\n }\n ]\n },\n \"orgId\": \"{{channel_id}}\",\n \"key\": \"certRules\"\n }\n}" }, "url": "{{host}}/api/org/v2/preferences/create" }, "response": [] }, { "name": "23 - System Settings - TncConfig", "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "X-Authenticated-User-Token", "value": "{{access_token}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"id\": \"tncConfig\",\n \"field\": \"tncConfig\",\n \"value\": \"{\\\"latestVersion\\\":\\\"3.5.0\\\",\\\"3.5.0\\\":{\\\"url\\\":\\\"{{blob_store_path}}\\/{{public_container_name}}/termsandcondtions\\/terms-and-conditions-v9.html#termsOfUse\\\"}}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/system/settings/set" }, "response": [] }, { "name": "24 - set setting - enableDeleteAccount", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "x-authenticated-user-token", "value": "{{access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"id\": \"enableDeleteAccount\",\n \"field\": \"enableDeleteAccount\",\n \"value\": \"false\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{host}}/api/data/v1/system/settings/set", "host": [ "{{host}}" ], "path": [ "api", "data", "v1", "system", "settings", "set" ] } }, "response": [] }, { "name": "25 - set setting - verifyOtpOnDelete", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "x-authenticated-user-token", "value": "{{access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"id\": \"verifyOtpOnDelete\",\n \"field\": \"verifyOtpOnDelete\",\n \"value\": \"true\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{host}}/api/data/v1/system/settings/set", "host": [ "{{host}}" ], "path": [ "api", "data", "v1", "system", "settings", "set" ] } }, "response": [] } ] }, { "name": "2 - Knowlg", "item": [ { "name": "1-Create Default License", "item": [ { "name": "CC BY 4.0", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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" }, "response": [] }, { "name": "CC BY-SA 4.0", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "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": "{{host}}/api/license/v3/create" }, "response": [] }, { "name": "CC BY-NC 4.0", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "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": "{{host}}/api/license/v3/create" }, "response": [] }, { "name": "CC BY-NC-SA 4.0", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "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}}/api/license/v3/create" }, "response": [] }, { "name": "Standard YouTube License", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "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": "{{host}}/api/license/v3/create" }, "response": [] } ], "description": "```\nCreate default licenses in the system\n```" }, { "name": "2-Create Default Channel License", "item": [ { "name": "Create Default Channel License", "event": [ { "listen": "prerequest", "script": { "exec": [ "pm.globals.set(\"default_channel\", \"sunbird\");" ], "type": "text/javascript" } } ], "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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}}" }, "response": [] } ], "description": "```\nChoosing a random license from which was created in create_default_licenses\n```" }, { "name": "3-Create Other Categories", "item": [ { "name": "3.1-ObjectCategory", "item": [ { "name": "ObjectCategory - Asset", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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" }, "response": [] }, { "name": "ObjectCategory - Digital Textbook", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Digital Textbook\",\n \"description\":\"Digital Textbook\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create" }, "response": [] }, { "name": "ObjectCategory - Explanation Content", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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" }, "response": [] }, { "name": "ObjectCategory - eTextbook", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"eTextbook\",\n \"description\": \"eTextbook\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create" }, "response": [] }, { "name": "ObjectCategory - Textbook Unit", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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" }, "response": [] }, { "name": "ObjectCategory - Textbook", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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" }, "response": [] }, { "name": "ObjectCategory - Certificate Template", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "", "type": "text", "disabled": true } ], "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": "This is used as default for all asset types. Even for image updaload as well. \n\n \nTodo: This has to fix" }, "response": [] }, { "name": "ObjectCategory - Course", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "{{access_token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Course\",\n \"description\": \"Course\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create", "description": "This is used as default for all asset types. Even for image updaload as well. \n\n \nTodo: This has to fix" }, "response": [] }, { "name": "ObjectCategory - Course Unit", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "", "type": "text", "disabled": true } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Course Unit\",\n \"description\": \"Course Unit\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create", "description": "This is used as default for all asset types. Even for image updaload as well. \n\n \nTodo: This has to fix" }, "response": [] }, { "name": "ObjectCategory - Content Playlist", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "{{access_token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Content Playlist\",\n \"description\":\"Content Playlist\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create", "description": "This is used as default for all asset types. Even for image updaload as well. \n\n \nTodo: This has to fix" }, "response": [] }, { "name": "ObjectCategory - Course Assessment", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "{{access_token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Course Assessment\",\n \"description\":\"Course Assessment\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create", "description": "This is used as default for all asset types. Even for image updaload as well. \n\n \nTodo: This has to fix" }, "response": [] }, { "name": "ObjectCategory - Teacher Resource", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "{{access_token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Teacher Resource\",\n \"description\":\"Teacher Resource\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create", "description": "This is used as default for all asset types. Even for image updaload as well. \n\n \nTodo: This has to fix" }, "response": [] }, { "name": "ObjectCategory - Learning Resource", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "{{access_token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Learning Resource\",\n \"description\":\"Learning Resource\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create", "description": "This is used as default for all asset types. Even for image updaload as well. \n\n \nTodo: This has to fix" }, "response": [] }, { "name": "ObjectCategory - Practise Question Set", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Practice Question Set\",\n \"description\":\"Practice Question Set\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create" }, "response": [] }, { "name": "ObjectCategory - Multiple Choice Question", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Multiple Choice Question\",\n \"description\": \"Multiple Choice Question\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create" }, "response": [] }, { "name": "ObjectCategory - Subjective Question", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Subjective Question\",\n \"description\": \"Subjective Question\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create" }, "response": [] }, { "name": "ObjectCategory - Question Paper", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Question Paper\",\n \"description\": \"Question Paper\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create" }, "response": [] }, { "name": "ObjectCategory - Lesson Plan Unit", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Lesson Plan Unit\",\n \"description\": \"Lesson Plan Unit\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create" }, "response": [] }, { "name": "ObjectCategory - Exam Question", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategory\": {\n \"name\": \"Exam Question\",\n \"description\": \"Exam Question\"\n }\n }\n}" }, "url": "{{host}}/api/object/category/v1/create" }, "response": [] } ], "description": "[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)" }, { "name": "3.2-ObjectCategoryDefinition", "item": [ { "name": "ObjectCategoryDefinition - Asset", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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" }, "response": [] }, { "name": "ObjectCategoryDefinition - Content Playlist", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:content-playlist\",\n \"targetObjectType\": \"Collection\",\n \"objectMetadata\": {\n \"config\": {\n \"sourcingSettings\": {\n \"collection\": {\n \"maxDepth\": 4,\n \"objectType\": \"Collection\",\n \"primaryCategory\": \"Content Playlist\",\n \"isRoot\": true,\n \"iconClass\": \"fa fa-book\",\n \"children\": {},\n \"hierarchy\": {\n \"level1\": {\n \"children\": {\n \"Content\": []\n },\n \"contentType\": \"Collection\",\n \"iconClass\": \"fa fa-folder-o\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"name\": \"Collection Unit\",\n \"primaryCategory\": \"Content Playlist\"\n },\n \"level2\": {\n \"children\": {\n \"Content\": []\n },\n \"contentType\": \"Collection\",\n \"iconClass\": \"fa fa-folder-o\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"name\": \"Collection Unit\",\n \"primaryCategory\": \"Content Playlist\"\n },\n \"level3\": {\n \"children\": {\n \"Content\": []\n },\n \"contentType\": \"Collection\",\n \"iconClass\": \"fa fa-folder-o\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"name\": \"Collection Unit\",\n \"primaryCategory\": \"Content Playlist\"\n },\n \"level4\": {\n \"children\": {\n \"Content\": []\n },\n \"contentType\": \"Collection\",\n \"iconClass\": \"fa fa-folder-o\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"name\": \"Collection Unit\",\n \"primaryCategory\": \"Content Playlist\"\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 \"additionalProperties\": false\n },\n \"monitorable\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\",\n \"enum\": [\n \"progress-report\",\n \"score-report\"\n ]\n }\n },\n \"credentials\": {\n \"type\": \"object\",\n \"properties\": {\n \"enabled\": {\n \"type\": \"string\",\n \"enum\": [\n \"Yes\",\n \"No\"\n ],\n \"default\": \"No\"\n }\n },\n \"default\": {\n \"enabled\": \"No\"\n },\n \"additionalProperties\": false\n },\n \"userConsent\": {\n \"type\": \"string\",\n \"enum\": [\n \"Yes\",\n \"No\"\n ],\n \"default\": \"No\"\n },\n \"mimeType\": {\n \"type\": \"string\",\n \"enum\": [\n \"application/vnd.ekstep.content-collection\"\n ]\n }\n }\n }\n },\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\": \"50\",\n \"message\": \"Input is Exceeded\"\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 },\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\": \"additionalCategories\",\n \"visible\": true,\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"Subject of the Content to use to teach\",\n \"index\": 7,\n \"label\": \"Content Additional Categories\",\n \"required\": false,\n \"name\": \"additionalCategories\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Content Additional Categories\"\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\": \"Subjects covered in the course\",\n \"required\": true,\n \"name\": \"Subject\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Select Subject\"\n },\n {\n \"code\": \"topicsIds\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"subjectIds\"\n ],\n \"sourceCategory\": \"topic\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topic(s)\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false,\n \"output\": \"identifier\"\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 course 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\": \"Subject of the Content to use to teach\",\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\": \"

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 Creative Commons Framework in accordance with the Content Policy. I have made sure that I do not violate others' copyright or privacy rights.

\",\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\": \"Title\",\n \"name\": \"Name\",\n \"placeholder\": \"Title\",\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\": \"Title 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\": \"256\",\n \"message\": \"Input is Exceeded\"\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\": \"Second 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 \"code\": \"additionalCategories\",\n \"dataType\": \"list\",\n \"depends\": [\n \"primaryCategory\"\n ],\n \"description\": \"Additonal Category of the Content\",\n \"editable\": true,\n \"inputType\": \"nestedselect\",\n \"label\": \"Additional Category\",\n \"name\": \"Additional Category\",\n \"placeholder\": \"Select Additional Category\",\n \"renderingHints\": {},\n \"required\": false,\n \"visible\": true\n }\n ]\n },\n {\n \"name\": \"Org 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 ]\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/Syllabus Covered in the Content playlist\",\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 \"depends\": [\n \"boardIds\"\n ],\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) Covered in the Content playlist\",\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 \"depends\": [\n \"boardIds\",\n \"mediumIds\"\n ],\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) Covered in the Content playlist\",\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 \"depends\": [\n \"boardIds\",\n \"mediumIds\",\n \"gradeLevelIds\"\n ],\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) Covered in the Content playlist\",\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\": \"text\",\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 & year\",\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 },\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 \"code\": \"appropriatenessTwo\",\n \"name\": \"No Sexual content, Nudity or Vulgarity\",\n \"label\": \"No Sexual content, Nudity or Vulgarity\",\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 \"code\": \"appropriatenessThree\",\n \"name\": \"No Discrimination or Defamation\",\n \"label\": \"No Discrimination or Defamation\",\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 \"code\": \"appropriatenessFour\",\n \"name\": \"Is suitable for children\",\n \"label\": \"Is suitable for children\",\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 \"code\": \"contentdetailsTwo\",\n \"name\": \"Correct Board, Grade, Subject, Medium\",\n \"label\": \"Correct Board, Grade, Subject, Medium\",\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 \"code\": \"contentdetailsThree\",\n \"name\": \"Appropriate tags such as Resource Type, Concepts\",\n \"label\": \"Appropriate tags such as Resource Type, Concepts\",\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 \"code\": \"contentdetailsFour\",\n \"name\": \"Relevant Keywords\",\n \"label\": \"Relevant Keywords\",\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 \"code\": \"usabilityTwo\",\n \"name\": \"Can see the content clearly on Desktop and App\",\n \"label\": \"Can see the content clearly on Desktop and App\",\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 \"code\": \"usabilityThree\",\n \"name\": \"Audio (if any) is clear and easy to understand\",\n \"label\": \"Audio (if any) is clear and easy to understand\",\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 \"code\": \"usabilityFour\",\n \"name\": \"No Spelling mistakes in the text\",\n \"label\": \"No Spelling mistakes in the text\",\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 \"code\": \"usabilityFive\",\n \"name\": \"Language is simple to understand\",\n \"label\": \"Language is simple to understand\",\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 \"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 \"code\": \"topic\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"board\",\n \"medium\",\n \"gradeLevel\",\n \"subject\"\n ],\n \"default\": \"\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topic(s)\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false\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\": \"Title\",\n \"name\": \"Title\",\n \"placeholder\": \"Title\",\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\": \"Title 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\": \"256\",\n \"message\": \"Input is Exceeded\"\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\": \"topic\",\n \"visible\": true,\n \"depends\": [],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"index\": 11,\n \"inputType\": \"topicselector\",\n \"label\": \"Topics\",\n \"placeholder\": \"Choose Topics\",\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}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Explanation Content", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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" }, "response": [] }, { "name": "ObjectCategoryDefinition - eTextbook", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "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": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Certificate Template - Asset", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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" }, "response": [] }, { "name": "ObjectCategoryDefinition - Digital Textbook New", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:digital-textbook\",\n \"targetObjectType\": \"Collection\",\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 \"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\": \"additionalCategories\",\n \"visible\": true,\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"Additional Categories\",\n \"index\": 7,\n \"label\": \"Additional Categories\",\n \"required\": false,\n \"name\": \"additionalCategories\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Additional Categories\"\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\": \"topicsIds\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"boardIds\",\n \"mediumIds\",\n \"gradeLevelIds\",\n \"subjectIds\"\n ],\n \"sourceCategory\": \"topic\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"name\": \"Topic\",\n \"description\": \"Choose Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topic(s)\",\n \"placeholder\": \"Select Topic\",\n \"required\": false,\n \"output\": \"identifier\"\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\": \"

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 Creative Commons Framework in accordance with the Content Policy. I have made sure that I do not violate others' copyright or privacy rights.

\",\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 \"code\": \"additionalCategories\",\n \"dataType\": \"list\",\n \"description\": \"Additional Category of the Content\",\n \"editable\": true,\n \"inputType\": \"nestedselect\",\n \"label\": \"Additional Category\",\n \"name\": \"Additional Category\",\n \"placeholder\": \"Select Additional Category\",\n \"renderingHints\": {},\n \"required\": false,\n \"visible\": true\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 \"depends\": [\n \"boardIds\"\n ],\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 \"depends\": [\n \"boardIds\",\n \"mediumIds\"\n ],\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 \"depends\": [\n \"boardIds\",\n \"mediumIds\",\n \"gradeLevelIds\"\n ],\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 \"code\": \"appropriatenessTwo\",\n \"name\": \"No Sexual content, Nudity or Vulgarity\",\n \"label\": \"No Sexual content, Nudity or Vulgarity\",\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 \"code\": \"appropriatenessThree\",\n \"name\": \"No Discrimination or Defamation\",\n \"label\": \"No Discrimination or Defamation\",\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 \"code\": \"appropriatenessFour\",\n \"name\": \"Is suitable for children\",\n \"label\": \"Is suitable for children\",\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 \"code\": \"contentdetailsTwo\",\n \"name\": \"Correct Board, Grade, Subject, Medium\",\n \"label\": \"Correct Board, Grade, Subject, Medium\",\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 \"code\": \"contentdetailsThree\",\n \"name\": \"Appropriate tags such as Resource Type, Concepts\",\n \"label\": \"Appropriate tags such as Resource Type, Concepts\",\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 \"code\": \"contentdetailsFour\",\n \"name\": \"Relevant Keywords\",\n \"label\": \"Relevant Keywords\",\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 \"code\": \"usabilityTwo\",\n \"name\": \"Can see the content clearly on Desktop and App\",\n \"label\": \"Can see the content clearly on Desktop and App\",\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 \"code\": \"usabilityThree\",\n \"name\": \"Audio (if any) is clear and easy to understand\",\n \"label\": \"Audio (if any) is clear and easy to understand\",\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 \"code\": \"usabilityFour\",\n \"name\": \"No Spelling mistakes in the text\",\n \"label\": \"No Spelling mistakes in the text\",\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 \"code\": \"usabilityFive\",\n \"name\": \"Language is simple to understand\",\n \"label\": \"Language is simple to understand\",\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 \"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 \"code\": \"topic\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"board\",\n \"medium\",\n \"gradeLevel\",\n \"subject\"\n ],\n \"default\": \"\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topic(s)\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false\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\": \"topic\",\n \"visible\": true,\n \"depends\": [],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"index\": 11,\n \"inputType\": \"topicselector\",\n \"label\": \"Topics\",\n \"placeholder\": \"Choose Topics\",\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}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Textbook Unit", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "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" }, "response": [] }, { "name": "ObjectCategoryDefinition - Course", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "", "type": "text", "disabled": true } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:course\",\n \"targetObjectType\": \"Collection\",\n \"objectMetadata\": {\n \"config\": {\n \"frameworkMetadata\": {\n \"orgFWType\": [\n \"K-12\",\n \"TPD\"\n ],\n \"targetFWType\": [\n \"K-12\"\n ]\n },\n \"sourcingSettings\": {\n \"collection\": {\n \"maxDepth\": 4,\n \"objectType\": \"Collection\",\n \"primaryCategory\": \"Course\",\n \"isRoot\": true,\n \"iconClass\": \"fa fa-book\",\n \"children\": {},\n \"hierarchy\": {\n \"level1\": {\n \"name\": \"Course Unit\",\n \"type\": \"Unit\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"contentType\": \"CourseUnit\",\n \"primaryCategory\": \"Course Unit\",\n \"iconClass\": \"fa fa-folder-o\",\n \"children\": {\n \"Content\": []\n }\n },\n \"level2\": {\n \"name\": \"Course Unit\",\n \"type\": \"Unit\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"contentType\": \"CourseUnit\",\n \"primaryCategory\": \"Course Unit\",\n \"iconClass\": \"fa fa-folder-o\",\n \"children\": {\n \"Content\": []\n }\n },\n \"level3\": {\n \"name\": \"Course Unit\",\n \"type\": \"Unit\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"contentType\": \"CourseUnit\",\n \"primaryCategory\": \"Course Unit\",\n \"iconClass\": \"fa fa-folder-o\",\n \"children\": {\n \"Content\": []\n }\n },\n \"level4\": {\n \"name\": \"Course Unit\",\n \"type\": \"Unit\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"contentType\": \"CourseUnit\",\n \"primaryCategory\": \"Course Unit\",\n \"iconClass\": \"fa fa-folder-o\",\n \"children\": {\n \"Content\": []\n }\n }\n }\n }\n }\n },\n \"forms\": {\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\": \"framework\",\n \"label\": \"Title\",\n \"name\": \"Name\",\n \"placeholder\": \"Description\",\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\": \"Title 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\": \"512\",\n \"message\": \"Input is Exceeded\"\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\": \"dialcodeRequired\",\n \"dataType\": \"list\",\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\": \"Second 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 \"code\": \"additionalCategories\",\n \"dataType\": \"list\",\n \"depends\": [\n \"primaryCategory\"\n ],\n \"description\": \"Additonal Category of the Content\",\n \"editable\": true,\n \"inputType\": \"nestedselect\",\n \"label\": \"Additional Category\",\n \"name\": \"Additional Category\",\n \"placeholder\": \"Select Additional Category\",\n \"renderingHints\": {},\n \"required\": false,\n \"visible\": true\n }\n ]\n },\n {\n \"name\": \"Organisation Framework Terms\",\n \"fields\": [\n {\n \"code\": \"framework\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"description\": \"\",\n \"label\": \"Course Type\",\n \"required\": true,\n \"name\": \"Framework\",\n \"inputType\": \"framework\",\n \"placeholder\": \"Select Course Type\",\n \"output\": \"identifier\",\n \"validations\": [\n {\n \"type\": \"required\",\n \"message\": \"Course Type is required\"\n }\n ]\n },\n {\n \"code\": \"subjectIds\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"framework\"\n ],\n \"sourceCategory\": \"subject\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"description\": \"\",\n \"label\": \"Subjects covered in the course\",\n \"required\": true,\n \"name\": \"Subject\",\n \"inputType\": \"frameworkCategorySelect\",\n \"placeholder\": \"Select Subject(s)\",\n \"output\": \"identifier\",\n \"validations\": [\n {\n \"type\": \"required\",\n \"message\": \"Subjects Taught is required\"\n }\n ]\n },\n {\n \"code\": \"topicsIds\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"framework\",\n \"subjectIds\"\n ],\n \"sourceCategory\": \"topic\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topics covered in the course\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false,\n \"output\": \"identifier\"\n }\n ]\n },\n {\n \"name\": \"Target 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\": \"targetBoardIds\",\n \"visible\": true,\n \"depends\": [],\n \"editable\": true,\n \"dataType\": \"text\",\n \"sourceCategory\": \"board\",\n \"output\": \"identifier\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"description\": \"Board\",\n \"label\": \"Board/Syllabus of the audience\",\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\": \"targetMediumIds\",\n \"visible\": true,\n \"depends\": [\n \"targetBoardIds\"\n ],\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) of the audience\",\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\": \"targetGradeLevelIds\",\n \"visible\": true,\n \"depends\": [\n \"targetBoardIds\",\n \"targetMediumIds\"\n ],\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) of the audience\",\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\": \"targetSubjectIds\",\n \"visible\": true,\n \"depends\": [\n \"targetBoardIds\",\n \"targetMediumIds\",\n \"targetGradeLevelIds\"\n ],\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) of the audience\",\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\": \"text\",\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 & year\",\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\": \"showTimer\",\n \"name\": \"Show Timer\",\n \"label\": \"Show Timer\",\n \"placeholder\": \"Show Timer\",\n \"description\": \"Show Timer\",\n \"default\": \"No\",\n \"dataType\": \"text\",\n \"inputType\": \"select\",\n \"range\": [\n \"Yes\",\n \"No\"\n ],\n \"editable\": true,\n \"required\": true,\n \"visible\": true,\n \"depends\": [\n \"maxTime\"\n ],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\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 },\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\": \"Yes\"\n },\n \"autoBatch\": {\n \"type\": \"string\",\n \"enum\": [\n \"Yes\",\n \"No\"\n ],\n \"default\": \"No\"\n }\n },\n \"default\": {\n \"enabled\": \"Yes\",\n \"autoBatch\": \"No\"\n },\n \"additionalProperties\": false\n },\n \"monitorable\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\",\n \"enum\": [\n \"progress-report\",\n \"score-report\"\n ]\n }\n },\n \"credentials\": {\n \"type\": \"object\",\n \"properties\": {\n \"enabled\": {\n \"type\": \"string\",\n \"enum\": [\n \"Yes\",\n \"No\"\n ],\n \"default\": \"Yes\"\n }\n },\n \"default\": {\n \"enabled\": \"Yes\"\n },\n \"additionalProperties\": false\n },\n \"userConsent\": {\n \"type\": \"string\",\n \"enum\": [\n \"Yes\",\n \"No\"\n ],\n \"default\": \"Yes\"\n },\n \"mimeType\": {\n \"type\": \"string\",\n \"enum\": [\n \"application/vnd.ekstep.content-collection\"\n ]\n },\n \"audience\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\",\n \"enum\": [\n \"Student\",\n \"Teacher\",\n \"Administrator\",\n \"Parent\",\n \"Other\"\n ]\n },\n \"default\": [\n \"Student\"\n ]\n },\n \"discussionForum\": {\n \"type\": \"object\",\n \"properties\": {\n \"enabled\": {\n \"type\": \"string\",\n \"enum\": [\n \"Yes\",\n \"No\"\n ],\n \"default\": \"Yes\"\n }\n },\n \"default\": {\n \"enabled\": \"Yes\"\n },\n \"additionalProperties\": false\n }\n }\n }\n },\n \"languageCode\": [],\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\": \"50\",\n \"message\": \"Input is Exceeded\"\n }\n ]\n },\n {\n \"code\": \"learningOutcomeIds\",\n \"dataType\": \"list\",\n \"description\": \"\",\n \"editable\": true,\n \"index\": 2,\n \"inputType\": \"select\",\n \"label\": \"Learning Outcome :\",\n \"sourceCategory\": \"learningOutcome\",\n \"name\": \"Learning Outcome :\",\n \"placeholder\": \"Select Learning Outcome\",\n \"depends\": [\n \"topicsIds\"\n ],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"required\": false\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\": \"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 },\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 course content on behalf of an organisation, the organisation may be the copyright holder. \",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"required\": true\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\"\n },\n \"description\": \"Subject of the Content to use to teach\",\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 },\n {\n \"code\": \"additionalCategories\",\n \"visible\": true,\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"Subject of the Content to use to teach\",\n \"index\": 7,\n \"label\": \"Content Additional Categories\",\n \"required\": false,\n \"name\": \"additionalCategories\",\n \"inputType\": \"multiSelect\",\n \"placeholder\": \"Content Additional Categories\"\n }\n ]\n },\n \"create\": {\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\": \"Title\",\n \"name\": \"Name\",\n \"placeholder\": \"Title\",\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\": \"Title 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\": \"256\",\n \"message\": \"Input is Exceeded\"\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 \"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\": \"additionalCategories\",\n \"dataType\": \"list\",\n \"depends\": [\n \"primaryCategory\"\n ],\n \"description\": \"Additonal Category of the Content\",\n \"editable\": true,\n \"inputType\": \"nestedselect\",\n \"label\": \"Additional Category\",\n \"name\": \"Additional Category\",\n \"placeholder\": \"Select Additional Category\",\n \"renderingHints\": {},\n \"required\": false,\n \"visible\": true\n }\n ]\n },\n {\n \"name\": \"Organisation Framework Terms\",\n \"fields\": [\n {\n \"code\": \"framework\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"\",\n \"label\": \"Course Type\",\n \"required\": true,\n \"name\": \"Framework\",\n \"inputType\": \"framework\",\n \"placeholder\": \"Select Course Type\",\n \"output\": \"identifier\",\n \"validations\": []\n },\n {\n \"code\": \"subjectIds\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"framework\"\n ],\n \"sourceCategory\": \"subject\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"\",\n \"label\": \"Subjects covered in the course\",\n \"required\": true,\n \"name\": \"Subject\",\n \"inputType\": \"frameworkCategorySelect\",\n \"placeholder\": \"Select Subject(s)\",\n \"output\": \"identifier\",\n \"validations\": []\n },\n {\n \"code\": \"topicsIds\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"framework\",\n \"subjectIds\"\n ],\n \"sourceCategory\": \"topic\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topics covered in the course\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false,\n \"output\": \"identifier\"\n }\n ]\n },\n {\n \"name\": \"Target 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\": \"targetBoardIds\",\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\"\n },\n \"description\": \"Board\",\n \"label\": \"Board/Syllabus of the audience\",\n \"required\": true,\n \"name\": \"Board/Syllabus\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board/Syllabus\",\n \"validations\": []\n },\n {\n \"code\": \"targetMediumIds\",\n \"visible\": true,\n \"depends\": [\n \"targetBoardIds\"\n ],\n \"editable\": true,\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) of the audience\",\n \"required\": true,\n \"name\": \"Medium\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Select Medium\",\n \"validations\": []\n },\n {\n \"code\": \"targetGradeLevelIds\",\n \"visible\": true,\n \"depends\": [\n \"targetBoardIds\",\n \"targetMediumIds\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"sourceCategory\": \"gradeLevel\",\n \"output\": \"identifier\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"Class\",\n \"label\": \"Class(es) of the audience\",\n \"required\": true,\n \"name\": \"Class\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Select Class\",\n \"validations\": []\n },\n {\n \"code\": \"targetSubjectIds\",\n \"visible\": true,\n \"depends\": [\n \"targetBoardIds\",\n \"targetMediumIds\",\n \"targetGradeLevelIds\"\n ],\n \"editable\": true,\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) of the audience\",\n \"required\": true,\n \"name\": \"Subject\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Select Subject\",\n \"validations\": []\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\": \"text\",\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 & year\",\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 },\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 \"code\": \"appropriatenessTwo\",\n \"name\": \"No Sexual content, Nudity or Vulgarity\",\n \"label\": \"No Sexual content, Nudity or Vulgarity\",\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 \"code\": \"appropriatenessThree\",\n \"name\": \"No Discrimination or Defamation\",\n \"label\": \"No Discrimination or Defamation\",\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 \"code\": \"appropriatenessFour\",\n \"name\": \"Is suitable for children\",\n \"label\": \"Is suitable for children\",\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 \"code\": \"contentdetailsTwo\",\n \"name\": \"Correct Board, Grade, Subject, Medium\",\n \"label\": \"Correct Board, Grade, Subject, Medium\",\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 \"code\": \"contentdetailsThree\",\n \"name\": \"Appropriate tags such as Resource Type, Concepts\",\n \"label\": \"Appropriate tags such as Resource Type, Concepts\",\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 \"code\": \"contentdetailsFour\",\n \"name\": \"Relevant Keywords\",\n \"label\": \"Relevant Keywords\",\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 \"code\": \"usabilityTwo\",\n \"name\": \"Can see the content clearly on Desktop and App\",\n \"label\": \"Can see the content clearly on Desktop and App\",\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 \"code\": \"usabilityThree\",\n \"name\": \"Audio (if any) is clear and easy to understand\",\n \"label\": \"Audio (if any) is clear and easy to understand\",\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 \"code\": \"usabilityFour\",\n \"name\": \"No Spelling mistakes in the text\",\n \"label\": \"No Spelling mistakes in the text\",\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 \"code\": \"usabilityFive\",\n \"name\": \"Language is simple to understand\",\n \"label\": \"Language is simple to understand\",\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 \"requestforchangeschecklist\": {\n \"templateName\": \"\",\n \"required\": [],\n \"properties\": [\n {\n \"otherReason\": \"Other Issue(s) (if there are any other issues, tick this and provide details in the comments box)\",\n \"contents\": [\n {\n \"name\": \"Appropriateness\",\n \"checkList\": [\n \"Has Hate speech, Abuse, Violence, Profanity\",\n \"Has Sexual content, Nudity or Vulgarity\",\n \"Has Discriminatory or Defamatory content\",\n \"Is not suitable for children\"\n ]\n },\n {\n \"name\": \"Content details\",\n \"checkList\": [\n \"Inappropriate Title or Description\",\n \"Incorrect Board, Grade, Subject or Medium\",\n \"Inappropriate tags such as Resource Type or Concepts\",\n \"Irrelevant Keywords\"\n ]\n },\n {\n \"name\": \"Usability\",\n \"checkList\": [\n \"Content is NOT playing correctly\",\n \"CANNOT see the content clearly on Desktop and App\",\n \"Audio is NOT clear or NOT easy to understand\",\n \"Spelling mistakes found in text used\",\n \"Language is NOT simple to understand\"\n ]\n }\n ],\n \"title\": \"Please tick the reasons for requesting changes and provide detailed comments:\"\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 \"code\": \"topic\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"board\",\n \"medium\",\n \"gradeLevel\",\n \"subject\"\n ],\n \"default\": \"\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topic(s)\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false\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\": \"Title\",\n \"name\": \"Title\",\n \"placeholder\": \"Title\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"required\": true,\n \"visible\": true,\n \"validations\": [\n {\n \"type\": \"max\",\n \"value\": \"120\",\n \"message\": \"Input is Exceeded\"\n },\n {\n \"type\": \"required\",\n \"message\": \"Title 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 required\"\n },\n \"required\": true,\n \"visible\": true,\n \"validations\": [\n {\n \"type\": \"max\",\n \"value\": \"120\",\n \"message\": \"Input is Exceeded\"\n },\n {\n \"type\": \"required\",\n \"message\": \"Title 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\": \"topic\",\n \"visible\": true,\n \"depends\": [],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"index\": 11,\n \"inputType\": \"topicselector\",\n \"label\": \"Topics\",\n \"placeholder\": \"Choose Topics\",\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 \"templateName\": \"\",\n \"required\": [],\n \"properties\": [\n {\n \"code\": \"name\",\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"twelve\"\n },\n \"description\": \"Name\",\n \"index\": 1,\n \"label\": \"Name\",\n \"required\": false,\n \"name\": \"Name\",\n \"inputType\": \"text\",\n \"placeholder\": \"Name\"\n },\n {\n \"code\": \"board\",\n \"depends\": [\n \"medium\",\n \"gradeLevel\",\n \"subject\"\n ],\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"six\"\n },\n \"description\": \"Education Board (Like MP Board, NCERT, etc)\",\n \"index\": 2,\n \"label\": \"Board\",\n \"required\": false,\n \"name\": \"Board\",\n \"inputType\": \"select\",\n \"placeholder\": \"Board\"\n },\n {\n \"code\": \"medium\",\n \"depends\": [\n \"gradeLevel\",\n \"subject\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"six\"\n },\n \"description\": \"Medium of instruction\",\n \"index\": 3,\n \"label\": \"Medium\",\n \"required\": false,\n \"name\": \"Medium\",\n \"inputType\": \"multiSelect\",\n \"placeholder\": \"Medium\"\n },\n {\n \"code\": \"gradeLevel\",\n \"depends\": [\n \"subject\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"six\"\n },\n \"description\": \"Grade\",\n \"index\": 4,\n \"label\": \"Grade\",\n \"required\": false,\n \"name\": \"Grade\",\n \"inputType\": \"multiSelect\",\n \"placeholder\": \"Grade\"\n },\n {\n \"code\": \"subject\",\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"six\"\n },\n \"name\": \"Subject\",\n \"description\": \"Subject of the Content to use to teach\",\n \"index\": 5,\n \"inputType\": \"multiSelect\",\n \"label\": \"Subject\",\n \"placeholder\": \"Grade\",\n \"required\": false\n },\n {\n \"code\": \"learningOutcome\",\n \"dataType\": \"list\",\n \"description\": \"\",\n \"editable\": true,\n \"index\": 6,\n \"inputType\": \"select\",\n \"label\": \"Learning Outcome :\",\n \"name\": \"Learning Outcome :\",\n \"placeholder\": \"Select Learning Outcome\",\n \"depends\": [\n \"topic\"\n ],\n \"renderingHints\": {},\n \"required\": false\n },\n {\n \"code\": \"attributions\",\n \"dataType\": \"list\",\n \"description\": \"Attributions\",\n \"editable\": true,\n \"index\": 7,\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 \"required\": false\n },\n {\n \"code\": \"author\",\n \"dataType\": \"text\",\n \"description\": \"Author\",\n \"editable\": true,\n \"index\": 8,\n \"inputType\": \"text\",\n \"label\": \"Author\",\n \"name\": \"Author\",\n \"placeholder\": \"Author\",\n \"tooltip\": \"Provide name of creator of this content.\",\n \"renderingHints\": {},\n \"required\": false\n },\n {\n \"code\": \"copyright\",\n \"dataType\": \"text\",\n \"description\": \"Copyright\",\n \"editable\": true,\n \"index\": 9,\n \"inputType\": \"text\",\n \"label\": \"Copyright\",\n \"name\": \"Copyright\",\n \"placeholder\": \"Copyright\",\n \"tooltip\": \"If you are an individual, creating original content, you are the copyright holder. If you are creating this course content on behalf of an organisation, the organisation may be the copyright holder. \",\n \"renderingHints\": {},\n \"required\": false\n }\n ]\n }\n }\n }\n }\n}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Course unit new", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "", "type": "text", "disabled": true } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:course-unit\",\n \"targetObjectType\": \"Collection\",\n \"objectMetadata\": {\n \"config\": {},\n \"schema\": {}\n }\n }\n }\n}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Course Assessment", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "", "type": "text", "disabled": true } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:course-assessment\",\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 \"autoBatch\": {\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" }, "response": [] }, { "name": "ObjectCategoryDefinition - Teacher Resource", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:teacher-resource\",\n \"targetObjectType\": \"Content\",\n \"objectMetadata\": {\n \"config\": {},\n \"schema\": {}\n }\n }\n }\n}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Learning Resource", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:learning-resource\",\n \"targetObjectType\": \"Content\",\n \"objectMetadata\": {\n \"config\": {},\n \"schema\": {}\n }\n }\n }\n}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Practice Question Set", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:practice-question-set\",\n \"targetObjectType\": \"QuestionSet\",\n \"objectMetadata\": {\n \"config\": {\n \"sourcingSettings\": {\n \"collection\": {\n \"maxDepth\": 1,\n \"objectType\": \"QuestionSet\",\n \"primaryCategory\": \"Practice Question Set\",\n \"isRoot\": true,\n \"iconClass\": \"fa fa-book\",\n \"children\": {},\n \"hierarchy\": {\n \"level1\": {\n \"name\": \"Section\",\n \"type\": \"Unit\",\n \"mimeType\": \"application/vnd.sunbird.questionset\",\n \"primaryCategory\": \"Practice Question Set\",\n \"iconClass\": \"fa fa-folder-o\",\n \"children\": {\n \"Question\": [\n \"Multiple Choice Question\",\n \"Subjective Question\"\n ]\n }\n }\n }\n }\n }\n },\n \"schema\": {\n \"properties\": {\n \"mimeType\": {\n \"type\": \"string\",\n \"enum\": [\n \"application/vnd.sunbird.questionset\"\n ]\n }\n }\n }\n },\n \"forms\": {\n \"childMetadata\": {\n \"templateName\": \"\",\n \"required\": [],\n \"properties\": [\n {\n \"code\": \"name\",\n \"dataType\": \"text\",\n \"description\": \"Name of the content\",\n \"editable\": true,\n \"inputType\": \"text\",\n \"label\": \"Title\",\n \"name\": \"Title\",\n \"placeholder\": \"Title\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"required\": true,\n \"visible\": true,\n \"validations\": [\n {\n \"type\": \"max\",\n \"value\": \"100\",\n \"message\": \"Input is Exceeded\"\n },\n {\n \"type\": \"required\",\n \"message\": \"Title is required\"\n }\n ]\n },\n {\n \"code\": \"board\",\n \"default\": \"\",\n \"visible\": true,\n \"editable\": false,\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"Board\",\n \"label\": \"Board/Syllabus\",\n \"required\": false,\n \"name\": \"Board/Syllabus\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board/Syllabus\"\n },\n {\n \"code\": \"medium\",\n \"visible\": true,\n \"editable\": true,\n \"default\": \"\",\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"\",\n \"label\": \"Medium\",\n \"required\": false,\n \"name\": \"Medium\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Medium\"\n },\n {\n \"code\": \"gradeLevel\",\n \"visible\": true,\n \"editable\": true,\n \"default\": \"\",\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"Class\",\n \"label\": \"Class\",\n \"required\": false,\n \"name\": \"Class\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Class\"\n },\n {\n \"code\": \"subject\",\n \"visible\": true,\n \"editable\": true,\n \"default\": \"\",\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"\",\n \"label\": \"Subject\",\n \"required\": false,\n \"name\": \"Subject\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Subject\"\n },\n {\n \"code\": \"maxScore\",\n \"dataType\": \"number\",\n \"description\": \"Marks\",\n \"editable\": true,\n \"inputType\": \"text\",\n \"label\": \"Marks:\",\n \"name\": \"Marks\",\n \"placeholder\": \"Marks\",\n \"tooltip\": \"Provide marks of this question.\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"validations\": [\n {\n \"type\": \"pattern\",\n \"value\": \"^[1-9]{1}[0-9]*$\",\n \"message\": \"Input should be numeric\"\n },\n {\n \"type\": \"required\",\n \"message\": \"Marks is required\"\n }\n ]\n }\n ]\n },\n \"create\": {\n \"templateName\": \"\",\n \"required\": [],\n \"properties\": [\n {\n \"name\": \"Basic details\",\n \"fields\": [\n {\n \"code\": \"appIcon\",\n \"name\": \"Icon\",\n \"label\": \"Icon\",\n \"placeholder\": \"Icon\",\n \"description\": \"Icon for the question set\",\n \"dataType\": \"text\",\n \"inputType\": \"appIcon\",\n \"editable\": true,\n \"required\": true,\n \"visible\": true,\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n }\n },\n {\n \"code\": \"name\",\n \"name\": \"Name\",\n \"label\": \"Name\",\n \"placeholder\": \"Name\",\n \"description\": \"Name of the QuestionSet\",\n \"dataType\": \"text\",\n \"inputType\": \"text\",\n \"editable\": true,\n \"required\": true,\n \"visible\": true,\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"validations\": [\n {\n \"type\": \"max\",\n \"value\": \"120\",\n \"message\": \"Input is Exceeded\"\n },\n {\n \"type\": \"required\",\n \"message\": \"Name is required\"\n }\n ]\n },\n {\n \"code\": \"description\",\n \"name\": \"Description\",\n \"label\": \"Description\",\n \"placeholder\": \"Description\",\n \"description\": \"Description of the content\",\n \"dataType\": \"text\",\n \"inputType\": \"textarea\",\n \"editable\": true,\n \"required\": true,\n \"visible\": true,\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"validations\": [\n {\n \"type\": \"required\",\n \"message\": \"description is required\"\n }\n ]\n },\n {\n \"code\": \"keywords\",\n \"name\": \"Keywords\",\n \"label\": \"keywords\",\n \"placeholder\": \"Enter Keywords\",\n \"description\": \"Keywords for the Question Set\",\n \"dataType\": \"list\",\n \"inputType\": \"keywords\",\n \"editable\": true,\n \"required\": false,\n \"visible\": true,\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n }\n },\n {\n \"code\": \"instructions\",\n \"name\": \"Instructions\",\n \"label\": \"Instructions\",\n \"placeholder\": \"Enter Instructions\",\n \"description\": \"Instructions for the question set\",\n \"dataType\": \"text\",\n \"inputType\": \"richtext\",\n \"editable\": true,\n \"required\": false,\n \"visible\": true,\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-2\"\n },\n \"validations\": [\n {\n \"type\": \"maxLength\",\n \"value\": \"500\",\n \"message\": \"Input is Exceeded\"\n }\n ]\n },\n {\n \"code\": \"primaryCategory\",\n \"name\": \"Type\",\n \"label\": \"Type\",\n \"placeholder\": \"\",\n \"description\": \"Type or Category of the Question Set\",\n \"dataType\": \"text\",\n \"inputType\": \"text\",\n \"editable\": false,\n \"required\": false,\n \"visible\": true,\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n }\n }\n ]\n },\n {\n \"name\": \"Framework details\",\n \"fields\": [\n {\n \"code\": \"board\",\n \"name\": \"Board/Syllabus\",\n \"label\": \"Board/Syllabus\",\n \"placeholder\": \"Select Board/Syllabus\",\n \"description\": \"Board or Syallbus of the Question Set\",\n \"default\": \"\",\n \"dataType\": \"text\",\n \"inputType\": \"select\",\n \"editable\": true,\n \"required\": true,\n \"visible\": true,\n \"depends\": [],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"validations\": [\n {\n \"type\": \"required\",\n \"message\": \"Board is required\"\n }\n ]\n },\n {\n \"code\": \"medium\",\n \"name\": \"Medium\",\n \"label\": \"Medium\",\n \"placeholder\": \"Select Medium\",\n \"description\": \"Medium of Instruction for the Question Set\",\n \"default\": \"\",\n \"dataType\": \"list\",\n \"inputType\": \"select\",\n \"editable\": true,\n \"required\": true,\n \"visible\": true,\n \"depends\": [\n \"board\"\n ],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"validations\": [\n {\n \"type\": \"required\",\n \"message\": \"Medium is required\"\n }\n ]\n },\n {\n \"code\": \"gradeLevel\",\n \"name\": \"Class\",\n \"label\": \"Class\",\n \"placeholder\": \"Select Class\",\n \"description\": \"Class of the Question Set\",\n \"default\": \"\",\n \"dataType\": \"list\",\n \"inputType\": \"select\",\n \"editable\": true,\n \"required\": true,\n \"visible\": true,\n \"depends\": [\n \"board\",\n \"medium\"\n ],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"validations\": [\n {\n \"type\": \"required\",\n \"message\": \"Class is required\"\n }\n ]\n },\n {\n \"code\": \"subject\",\n \"name\": \"Subject\",\n \"label\": \"Subject\",\n \"placeholder\": \"Select Subject\",\n \"description\": \"Subject of the Question Set\",\n \"default\": \"\",\n \"dataType\": \"list\",\n \"inputType\": \"select\",\n \"editable\": true,\n \"required\": true,\n \"visible\": true,\n \"depends\": [\n \"board\",\n \"medium\",\n \"gradeLevel\"\n ],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"validations\": [\n {\n \"type\": \"required\",\n \"message\": \"Subject is required\"\n }\n ]\n },\n {\n \"code\": \"audience\",\n \"name\": \"Audience\",\n \"label\": \"Audience\",\n \"placeholder\": \"Select Audience\",\n \"description\": \"Audience of the Question Set\",\n \"dataType\": \"list\",\n \"inputType\": \"select\",\n \"editable\": true,\n \"required\": true,\n \"visible\": true,\n \"range\": [\n \"Student\",\n \"Teacher\",\n \"Administrator\"\n ],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"validations\": [\n {\n \"type\": \"required\",\n \"message\": \"Audience is required\"\n }\n ]\n }\n ]\n },\n {\n \"name\": \"Question set behaviour\",\n \"fields\": [\n {\n \"code\": \"maxTime\",\n \"name\": \"MaxTimer\",\n \"label\": \"Set Maximum Time\",\n \"placeholder\": \"HH:mm:ss\",\n \"description\": \"This is the maximum time allowed for the users to complete the assessment\",\n \"default\": \"3600\",\n \"dataType\": \"text\",\n \"inputType\": \"timer\",\n \"editable\": true,\n \"required\": true,\n \"visible\": true,\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"validations\": [\n {\n \"type\": \"time\",\n \"message\": \"Please enter in hh:mm:ss\",\n \"value\": \"HH:mm:ss\"\n },\n {\n \"type\": \"max\",\n \"value\": \"05:59:59\",\n \"message\": \"max time should be less than 05:59:59\"\n }\n ]\n },\n {\n \"code\": \"showTimer\",\n \"name\": \"show Timer\",\n \"label\": \"show Timer\",\n \"placeholder\": \"show Timer\",\n \"description\": \"show Timer\",\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 \"code\": \"requiresSubmit\",\n \"name\": \"Submit Confirmation\",\n \"label\": \"Submit Confirmation Page\",\n \"placeholder\": \"Select Submit Confirmation\",\n \"description\": \"Allows users to review and submit the assessment\",\n \"dataType\": \"text\",\n \"inputType\": \"select\",\n \"output\": \"identifier\",\n \"range\": [\n {\n \"identifier\": \"Yes\",\n \"label\": \"Enable\"\n },\n {\n \"identifier\": \"No\",\n \"label\": \"Disable\"\n }\n ],\n \"editable\": true,\n \"required\": false,\n \"visible\": true,\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n }\n },\n {\n \"code\": \"maxAttempts\",\n \"name\": \"Max Attempts\",\n \"label\": \"Max Attempts\",\n \"placeholder\": \"Max Attempts\",\n \"description\": \"Max Attempts\",\n \"dataType\": \"number\",\n \"inputType\": \"select\",\n \"editable\": true,\n \"required\": false,\n \"visible\": true,\n \"range\": [\n 1,\n 2,\n 3,\n 4,\n 5,\n 6,\n 7,\n 8,\n 9,\n 10,\n 11,\n 12,\n 13,\n 14,\n 15,\n 16,\n 17,\n 18,\n 19,\n 20,\n 21,\n 22,\n 23,\n 24,\n 25\n ],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n }\n },\n {\n \"code\": \"summaryType\",\n \"name\": \"summaryType\",\n \"label\": \"Summary Type\",\n \"placeholder\": \"Select Summary Type\",\n \"description\": \"summaryType\",\n \"dataType\": \"text\",\n \"inputType\": \"select\",\n \"editable\": true,\n \"required\": false,\n \"visible\": true,\n \"range\": [\n \"Complete\",\n \"Score\",\n \"Duration\",\n \"Score & Duration\"\n ],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n }\n }\n ]\n }\n ]\n },\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\": \"Question Type(s)\",\n \"name\": \"Type\",\n \"placeholder\": \"Select QuestionType\",\n \"required\": false,\n \"visible\": true\n },\n {\n \"code\": \"board\",\n \"visible\": true,\n \"depends\": [],\n \"editable\": true,\n \"dataType\": \"list\",\n \"description\": \"Board\",\n \"label\": \"Board\",\n \"required\": false,\n \"name\": \"Board\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board\",\n \"output\": \"name\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n }\n },\n {\n \"code\": \"medium\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"description\": \"Medium of Question\",\n \"label\": \"Medium(s)\",\n \"required\": false,\n \"name\": \"Medium\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Select Medium\",\n \"output\": \"name\",\n \"depends\": [\n \"board\"\n ],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n }\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\": \"Subject of the Question\",\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 \"code\": \"name\",\n \"dataType\": \"text\",\n \"description\": \"Name of the content\",\n \"editable\": true,\n \"inputType\": \"text\",\n \"label\": \"Title\",\n \"name\": \"Title\",\n \"placeholder\": \"Title\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"required\": true,\n \"visible\": true,\n \"validations\": [\n {\n \"type\": \"max\",\n \"value\": \"120\",\n \"message\": \"Input is Exceeded\"\n },\n {\n \"type\": \"required\",\n \"message\": \"Title 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 required\"\n },\n \"required\": true,\n \"visible\": true,\n \"validations\": [\n {\n \"type\": \"max\",\n \"value\": \"500\",\n \"message\": \"Input is Exceeded\"\n }\n ]\n },\n {\n \"code\": \"instructions\",\n \"name\": \"Instructions\",\n \"label\": \"Instructions\",\n \"placeholder\": \"Enter Instructions\",\n \"description\": \"Instructions for the section\",\n \"dataType\": \"text\",\n \"inputType\": \"richtext\",\n \"editable\": true,\n \"required\": false,\n \"visible\": true,\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-2 required\"\n },\n \"validations\": [\n {\n \"type\": \"maxLength\",\n \"value\": \"500\",\n \"message\": \"Input is Exceeded\"\n }\n ]\n },\n {\n \"code\": \"maxQuestions\",\n \"name\": \"Show Questions\",\n \"label\": \"Count of questions to be displayed in this section\",\n \"placeholder\": \"Input count of questions to be displayed\",\n \"description\": \"By default all questions are shown unless specific count is entered.\",\n \"default\": \"\",\n \"dataType\": \"number\",\n \"inputType\": \"select\",\n \"editable\": true,\n \"required\": false,\n \"visible\": true,\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n }\n },\n {\n \"code\": \"shuffle\",\n \"name\": \"Shuffle Questions\",\n \"label\": \"Shuffle Questions\",\n \"placeholder\": \"Shuffle Questions\",\n \"description\": \"If shuffle questions is selected, users are presented with questions in a random order whenever they attempt the assessment\",\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 \"code\": \"showFeedback\",\n \"name\": \"Show Feedback\",\n \"label\": \"Show Question Feedback\",\n \"placeholder\": \"Select Option\",\n \"description\": \"If feedback is selected, users are informed whether they have correctly answered question or not\",\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 \"code\": \"showSolutions\",\n \"name\": \"Show Solution\",\n \"label\": \"Show Solution\",\n \"placeholder\": \"Select Option\",\n \"description\": \"If show solution is selected then solutions for each question will be shown to the user\",\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 }\n }\n }\n}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Subjective Question", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:subjective-question\",\n \"targetObjectType\": \"Question\",\n \"objectMetadata\": {\n \"config\": {},\n \"schema\": {\n \"properties\": {\n \"mimeType\": {\n \"type\": \"string\",\n \"enum\": [\n \"application/vnd.sunbird.question\"\n ]\n }\n }\n }\n }\n }\n }\n}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Multiple Choice Question", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:multiple-choice-question\",\n \"targetObjectType\": \"Question\",\n \"objectMetadata\": {\n \"config\": {},\n \"schema\": {\n \"properties\": {\n \"mimeType\": {\n \"type\": \"string\",\n \"enum\": [\n \"application/vnd.sunbird.question\"\n ]\n },\n \"interactionTypes\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\",\n \"enum\": [\n \"choice\"\n ]\n }\n }\n }\n }\n },\n \"forms\": {}\n }\n }\n}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Question Paper", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:question-paper\",\n \"targetObjectType\": \"Collection\",\n \"objectMetadata\": {\n \"config\": {\n \"sourcingSettings\": {\n \"collection\": {\n \"maxDepth\": 4,\n \"objectType\": \"Collection\",\n \"primaryCategory\": \"Question Paper\",\n \"isRoot\": true,\n \"iconClass\": \"fa fa-book\",\n \"children\": {},\n \"hierarchy\": {\n \"level1\": {\n \"children\": {\n \"Content\": []\n },\n \"contentType\": \"Collection\",\n \"iconClass\": \"fa fa-folder-o\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"name\": \"Collection Unit\",\n \"primaryCategory\": \"Question Paper\"\n },\n \"level2\": {\n \"children\": {\n \"Content\": []\n },\n \"contentType\": \"Collection\",\n \"iconClass\": \"fa fa-folder-o\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"name\": \"Collection Unit\",\n \"primaryCategory\": \"Question Paper\"\n },\n \"level3\": {\n \"children\": {\n \"Content\": []\n },\n \"contentType\": \"Collection\",\n \"iconClass\": \"fa fa-folder-o\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"name\": \"Collection Unit\",\n \"primaryCategory\": \"Question Paper\"\n },\n \"level4\": {\n \"children\": {\n \"Content\": []\n },\n \"contentType\": \"Collection\",\n \"iconClass\": \"fa fa-folder-o\",\n \"mimeType\": \"application/vnd.ekstep.content-collection\",\n \"name\": \"Collection Unit\",\n \"primaryCategory\": \"Question Paper\"\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 \"additionalProperties\": false\n },\n \"monitorable\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\",\n \"enum\": [\n \"progress-report\",\n \"score-report\"\n ]\n }\n },\n \"credentials\": {\n \"type\": \"object\",\n \"properties\": {\n \"enabled\": {\n \"type\": \"string\",\n \"enum\": [\n \"Yes\",\n \"No\"\n ],\n \"default\": \"No\"\n }\n },\n \"default\": {\n \"enabled\": \"No\"\n },\n \"additionalProperties\": false\n },\n \"userConsent\": {\n \"type\": \"string\",\n \"enum\": [\n \"Yes\",\n \"No\"\n ],\n \"default\": \"No\"\n },\n \"mimeType\": {\n \"type\": \"string\",\n \"enum\": [\n \"application/vnd.ekstep.content-collection\"\n ]\n }\n }\n }\n },\n \"forms\": {\n \"blueprintCreate\": {\n \"templateName\": \"\",\n \"required\": [],\n \"properties\": [\n {\n \"code\": \"topics\",\n \"dataType\": \"list\",\n \"description\": \"\",\n \"editable\": true,\n \"index\": 0,\n \"inputType\": \"multiSelect\",\n \"label\": \"Chapters\",\n \"name\": \"Chapters\",\n \"placeholder\": \"Please select chapters\",\n \"renderingHints\": {},\n \"required\": true\n },\n {\n \"code\": \"learningOutcomes\",\n \"dataType\": \"list\",\n \"description\": \"\",\n \"editable\": true,\n \"index\": 1,\n \"inputType\": \"multiSelect\",\n \"label\": \"Competencies\",\n \"name\": \"Competencies\",\n \"placeholder\": \"Please select Competencies\",\n \"depends\": [\n \"chapters\"\n ],\n \"renderingHints\": {},\n \"required\": true\n },\n {\n \"code\": \"learningLevels\",\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"twelve\"\n },\n \"label\": \"Skills Tested\",\n \"required\": true,\n \"name\": \"Learning Levels\",\n \"index\": 2,\n \"inputType\": \"select\",\n \"placeholder\": \"\",\n \"default\": 0,\n \"options\": [\n 0,\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"children\": [\n {\n \"type\": \"learningLevel\",\n \"label\": \"Knowledge\",\n \"code\": \"remember\"\n },\n {\n \"type\": \"learningLevel\",\n \"label\": \"Understanding\",\n \"code\": \"understand\"\n },\n {\n \"type\": \"learningLevel\",\n \"label\": \"Application\",\n \"code\": \"apply\"\n }\n ]\n },\n {\n \"code\": \"questionTypes\",\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"twelve\"\n },\n \"description\": \"Question Types\",\n \"index\": 2,\n \"label\": \"Question Types\",\n \"default\": 0,\n \"required\": true,\n \"name\": \"Question Types\",\n \"inputType\": \"select\",\n \"children\": [\n {\n \"type\": \"questionType\",\n \"label\": \"Objective\",\n \"code\": \"Objective\"\n },\n {\n \"type\": \"questionType\",\n \"label\": \"Very Short Answer\",\n \"code\": \"VSA\"\n },\n {\n \"type\": \"questionType\",\n \"label\": \"Short Answer\",\n \"code\": \"SA\"\n },\n {\n \"type\": \"questionType\",\n \"label\": \"Long Answer\",\n \"code\": \"LA\"\n }\n ],\n \"options\": [\n 0,\n 1,\n 2,\n 3,\n 4,\n 5\n ],\n \"placeholder\": \"Question Types\"\n },\n {\n \"code\": \"totalMarks\",\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"three\"\n },\n \"description\": \"Total Marks\",\n \"index\": 4,\n \"label\": \"Total Marks\",\n \"required\": true,\n \"default\": 0,\n \"name\": \"Total Marks\",\n \"inputType\": \"text\",\n \"placeholder\": \"\"\n }\n ]\n },\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\": \"50\",\n \"message\": \"Input is Exceeded\"\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 },\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\": \"additionalCategories\",\n \"visible\": true,\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"Additional Categories\",\n \"index\": 7,\n \"label\": \"Content Additional Categories\",\n \"required\": false,\n \"name\": \"additionalCategories\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Content Additional Categories\"\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\": \"topicsIds\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"boardIds\",\n \"mediumIds\",\n \"gradeLevelIds\",\n \"subjectIds\"\n ],\n \"sourceCategory\": \"topic\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"name\": \"Topic\",\n \"description\": \"Choose Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topic(s)\",\n \"placeholder\": \"Select Topic\",\n \"required\": false,\n \"output\": \"identifier\"\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 course 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\": \"Subject of the Content to use to teach\",\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\": \"

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 Creative Commons Framework in accordance with the Content Policy. I have made sure that I do not violate others' copyright or privacy rights.

\",\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\": \"Title\",\n \"name\": \"Name\",\n \"placeholder\": \"Title\",\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\": \"Title 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\": \"256\",\n \"message\": \"Input is Exceeded\"\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\": \"Second 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 \"code\": \"additionalCategories\",\n \"dataType\": \"list\",\n \"depends\": [\n \"primaryCategory\"\n ],\n \"description\": \"Additonal Category of the Content\",\n \"editable\": true,\n \"inputType\": \"nestedselect\",\n \"label\": \"Additional Category\",\n \"name\": \"Additional Category\",\n \"placeholder\": \"Select Additional Category\",\n \"renderingHints\": {},\n \"required\": false,\n \"visible\": true\n }\n ]\n },\n {\n \"name\": \"Org 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 \"Administrator\",\n \"Others\"\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 \"depends\": [\n \"boardIds\"\n ],\n \"editable\": true,\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 \"validations\": [\n {\n \"type\": \"required\",\n \"message\": \"Medium is required\"\n }\n ]\n },\n {\n \"code\": \"gradeLevelIds\",\n \"visible\": true,\n \"depends\": [\n \"boardIds\",\n \"mediumIds\"\n ],\n \"editable\": true,\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\": \"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 \"depends\": [\n \"boardIds\",\n \"mediumIds\",\n \"gradeLevelIds\"\n ],\n \"editable\": true,\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 \"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\": \"text\",\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 & year\",\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 },\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 \"code\": \"appropriatenessTwo\",\n \"name\": \"No Sexual content, Nudity or Vulgarity\",\n \"label\": \"No Sexual content, Nudity or Vulgarity\",\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 \"code\": \"appropriatenessThree\",\n \"name\": \"No Discrimination or Defamation\",\n \"label\": \"No Discrimination or Defamation\",\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 \"code\": \"appropriatenessFour\",\n \"name\": \"Is suitable for children\",\n \"label\": \"Is suitable for children\",\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 \"code\": \"contentdetailsTwo\",\n \"name\": \"Correct Board, Grade, Subject, Medium\",\n \"label\": \"Correct Board, Grade, Subject, Medium\",\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 \"code\": \"contentdetailsThree\",\n \"name\": \"Appropriate tags such as Resource Type, Concepts\",\n \"label\": \"Appropriate tags such as Resource Type, Concepts\",\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 \"code\": \"contentdetailsFour\",\n \"name\": \"Relevant Keywords\",\n \"label\": \"Relevant Keywords\",\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 \"code\": \"usabilityTwo\",\n \"name\": \"Can see the content clearly on Desktop and App\",\n \"label\": \"Can see the content clearly on Desktop and App\",\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 \"code\": \"usabilityThree\",\n \"name\": \"Audio (if any) is clear and easy to understand\",\n \"label\": \"Audio (if any) is clear and easy to understand\",\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 \"code\": \"usabilityFour\",\n \"name\": \"No Spelling mistakes in the text\",\n \"label\": \"No Spelling mistakes in the text\",\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 \"code\": \"usabilityFive\",\n \"name\": \"Language is simple to understand\",\n \"label\": \"Language is simple to understand\",\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 \"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\": \"Framework\",\n \"required\": false,\n \"name\": \"Board\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Framework\",\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 \"code\": \"topic\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"board\",\n \"medium\",\n \"gradeLevel\",\n \"subject\"\n ],\n \"default\": \"\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topic(s)\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false\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\": \"Title\",\n \"name\": \"Title\",\n \"placeholder\": \"Title\",\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\": \"Title 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\": \"256\",\n \"message\": \"Input is Exceeded\"\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\": \"topic\",\n \"visible\": true,\n \"depends\": [\n \"board\",\n \"medium\",\n \"gradeLevel\",\n \"subject\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"index\": 11,\n \"inputType\": \"topicselector\",\n \"label\": \"Topics\",\n \"placeholder\": \"Choose Topics\",\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}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Lesson Plan Unit", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:lesson-plan-unit\",\n \"targetObjectType\": \"Collection\",\n \"objectMetadata\": {\n \"config\": {},\n \"schema\": {}\n },\n \"forms\": {}\n }\n }\n}" }, "url": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Exam Question", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\n \"categoryId\": \"obj-cat:exam-question\",\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": "{{host}}/api/object/category/definition/v1/create" }, "response": [] }, { "name": "ObjectCategoryDefinition - Course - read", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "X-Authenticated-User-token", "value": "", "type": "text", "disabled": true } ], "url": { "raw": "{{host}}/api/object/category/definition/v1/read/obj-cat:course_collection_all?fields=objectMetadata,forms", "host": [ "{{host}}" ], "path": [ "api", "object", "category", "definition", "v1", "read", "obj-cat:course_collection_all" ], "query": [ { "key": "fields", "value": "objectMetadata,forms" } ] } }, "response": [] } ] } ], "description": "- Create ObjectCategory\n- Create ObjectCategoryDefinition" }, { "name": "4-Create Framework", "item": [ { "name": "Create Framework - K-12", "event": [ { "listen": "prerequest", "script": { "exec": [ " pm.environment.set(\"framework_default\", \"NCF\");" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"request\":{\"framework\":{\"name\":\"CBSE\",\"description\":\"Sunbird k-12 framework\",\"type\":\"K-12\",\"code\":\"{{framework_default}}\",\"channels\":[{\"identifier\":\"{{channel_id}}\"}],\"systemDefault\":\"Yes\"}}}" }, "url": "{{host}}/api/framework/v1/create", "description": "Framework type is case sensitive. Make sure framework type while creating & updating to the channel with the same value(Case sensitive)\n\n#### Example:\n\n`\"type\": \"K-12\",`\n\n`Or`\n\n`\"type\": \"TPD\",`" }, "response": [] }, { "name": "Create Framework - TPD", "event": [ { "listen": "prerequest", "script": { "exec": [ " pm.environment.set(\"default_Course_Framework\", \"TPD\");" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"request\":{\"framework\":{\"name\":\"{{default_Course_Framework}}\",\"description\":\"Sunbird TPD framework\",\"type\":\"TPD\",\"code\":\"{{default_Course_Framework}}\",\"channels\":[{\"identifier\":\"{{channel_id}}\"}],\"systemDefault\":\"Yes\"}}}" }, "url": "{{host}}/api/framework/v1/create", "description": "Framework type is case sensitive. Make sure framework type while creating & updating to the channel with the same value(Case sensitive)\n\n#### Example:\n\n`\"type\": \"K-12\",`\n\n`Or`\n\n`\"type\": \"TPD\",`" }, "response": [] } ] }, { "name": "5-Create Framework Master Categories", "item": [ { "name": "Framework Master Category - Board", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ], "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}}/api/framework/v3/category/master/create" }, "response": [] }, { "name": "Framework Master Category - Medium", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "X-Channel-Id", "value": "{{channel_id}}", "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}}/api/framework/v3/category/master/create" }, "response": [] }, { "name": "Framework Master Category - GradeLevel", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "X-Channel-Id", "value": "{{channel_id}}", "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}}/api/framework/v3/category/master/create" }, "response": [] }, { "name": "Framework Master Category - Subject", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "X-Channel-Id", "value": "{{channel_id}}", "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}}/api/framework/v3/category/master/create" }, "response": [] } ], "description": "[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)\n\n \n\nShould be executed on the server directly as it is not on-boarded to Kong.\n\nOn Learning-Service" }, { "name": "6-Create Framework Categories Instance - K12", "item": [ { "name": "Create Framework Categories - Board", "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"category\": {\n \"name\": \"Board\",\n \"code\": \"board\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/category/create?framework={{framework_default}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "category", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "", "value": null, "disabled": true } ] } }, "response": [] }, { "name": "Create Framework Categories - Medium", "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"category\": {\n \"name\": \"Medium\",\n \"code\": \"medium\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/category/create?framework={{framework_default}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "category", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" } ] } }, "response": [] }, { "name": "Create Framework Categories - GradeLevel", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"category\": {\n \"name\": \"Grade Level\",\n \"code\": \"gradeLevel\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/category/create?framework={{framework_default}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "category", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" } ] } }, "response": [] }, { "name": "Create Framework Categories - Subject", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"category\": {\n \"name\": \"Subject\",\n \"code\": \"subject\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/category/create?framework={{framework_default}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "category", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" } ] } }, "response": [] }, { "name": "Read Framework Categories - Subject", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "url": { "raw": "{{host}}/api/framework/v1/category/read/board?framework={{framework_default}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "category", "read", "board" ], "query": [ { "key": "framework", "value": "{{framework_default}}" } ] } }, "response": [] } ] }, { "name": "7-Create Framework Categories Instance - TPD", "item": [ { "name": "Create Framework Categories - Board", "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"category\": {\n \"name\": \"Board\",\n \"code\": \"board\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/category/create?framework={{default_Course_Framework}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "category", "create" ], "query": [ { "key": "", "value": "", "disabled": true }, { "key": "framework", "value": "{{default_Course_Framework}}" } ] } }, "response": [] }, { "name": "Create Framework Categories - Medium", "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"category\": {\n \"name\": \"Medium\",\n \"code\": \"medium\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/category/create?framework={{default_Course_Framework}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "category", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" } ] } }, "response": [] }, { "name": "Create Framework Categories - GradeLevel", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"category\": {\n \"name\": \"Grade Level\",\n \"code\": \"gradeLevel\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/category/create?framework={{default_Course_Framework}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "category", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" } ] } }, "response": [] }, { "name": "Create Framework Categories - Subject", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"category\": {\n \"name\": \"Subject\",\n \"code\": \"subject\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/category/create?framework={{default_Course_Framework}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "category", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" } ] } }, "response": [] }, { "name": "Read Framework Categories - Subject", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "url": { "raw": "{{host}}/api/framework/v1/category/read/board?framework={{default_Course_Framework}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "category", "read", "board" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" } ] } }, "response": [] } ] }, { "name": "8-Create Framework Terms - K12", "item": [ { "name": "Create Framework Term - Board", "item": [ { "name": "Create Framework Term - Board - mscert", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"mscert\",\n \"name\": \"State (Maharashtra)\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework=NCF&category=board", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "NCF" }, { "key": "category", "value": "board" } ] } }, "response": [] }, { "name": "Create Framework Term - Board - cbse", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"name\": \"CBSE\",\n \"code\": \"cbse\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=board", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "board" } ] } }, "response": [] }, { "name": "Create Framework Term - Board - ka", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"ka\",\n \"name\": \"State (Karnataka)\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=board&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "board" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - Board - statetelangana", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"statetelangana\",\n \"name\": \"State (Telangana)\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=board&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "board" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] } ] }, { "name": "Create Framework Term - Medium", "item": [ { "name": "Create Framework Term - Medium - English", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"name\": \"English\",\n \"code\": \"english\"\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" } ] } }, "response": [] }, { "name": "Create Framework Term - Medium - Tamil", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"tamil\",\n \"name\": \"Tamil\"\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" } ] } }, "response": [] }, { "name": "Create Framework Term - Medium - Telugu", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"telugu\",\n \"name\": \"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" } ] } }, "response": [] }, { "name": "Create Framework Term - Medium - Hindi", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"hindi\",\n \"name\": \"Hindi\"\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" } ] } }, "response": [] } ] }, { "name": "Create Framework Term - GradeLevel", "item": [ { "name": "Create Framework Term - GradeLevel - class1", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": \n {\n \"name\": \"Class 1\",\n \"code\": \"class1\"\n }\n }\n }" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=gradeLevel&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "gradeLevel" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - GradeLevel - class2", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"class2\",\n \"name\": \"Class 2\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=gradeLevel&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "gradeLevel" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - GradeLevel - class3", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"class3\",\n \"name\": \"Class 3\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=gradeLevel&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "gradeLevel" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - GradeLevel - class4", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"class4\",\n \"name\": \"Class 4\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=gradeLevel&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "gradeLevel" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] } ] }, { "name": "Create Framework Term - Subject", "item": [ { "name": "Create Framework Term - Subject - english", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_name}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"name\": \"English\",\n \"code\": \"english\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=subject&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "subject" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - Subject - hindi", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_name}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": \n {\n \"code\": \"hindi\",\n \"name\": \"Hindi\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=subject&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "subject" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - Subject - tamil", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"tamil\",\n \"name\": \"Tamil\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=subject", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "subject" } ] } }, "response": [] }, { "name": "Create Framework Term - Subject - telugu", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"telugu\",\n \"name\": \"Telugu\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{framework_default}}&category=subject", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "subject" } ] } }, "response": [] } ] } ] }, { "name": "9-Create Framework Terms - TPD", "item": [ { "name": "Create Framework Term - Board", "item": [ { "name": "Create Framework Term - Board - mscert", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"mscert\",\n \"name\": \"State (Maharashtra)\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=board", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "board" } ] } }, "response": [] }, { "name": "Create Framework Term - Board - cbse", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"name\": \"CBSE\",\n \"code\": \"cbse\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=board", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "board" } ] } }, "response": [] }, { "name": "Create Framework Term - Board - ka", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"ka\",\n \"name\": \"State (Karnataka)\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=board", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "board" } ] } }, "response": [] }, { "name": "Create Framework Term - Board - statetelangana", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"statetelangana\",\n \"name\": \"State (Telangana)\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=board", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "board" } ] } }, "response": [] } ] }, { "name": "Create Framework Term - Medium", "item": [ { "name": "Create Framework Term - Medium - English", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"name\": \"English\",\n \"code\": \"english\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=medium&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "medium" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - Medium - Tamil", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"tamil\",\n \"name\": \"Tamil\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=medium", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "medium" } ] } }, "response": [] }, { "name": "Create Framework Term - Medium - Telugu", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_name}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"telugu\",\n \"name\": \"Telugu\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=medium&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "medium" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - Medium - Hindi", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_name}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"hindi\",\n \"name\": \"Hindi\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=medium&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "medium" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] } ] }, { "name": "Create Framework Term - GradeLevel", "item": [ { "name": "Create Framework Term - GradeLevel - class1", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": \n {\n \"name\": \"Class 1\",\n \"code\": \"class1\"\n }\n }\n }" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=gradeLevel&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "gradeLevel" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - GradeLevel - class2", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"class2\",\n \"name\": \"Class 2\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=gradeLevel&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "gradeLevel" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - GradeLevel - class3", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"class3\",\n \"name\": \"Class 3\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=gradeLevel&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "gradeLevel" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - GradeLevel - class4", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "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": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"class4\",\n \"name\": \"Class 4\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=gradeLevel&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "gradeLevel" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] } ] }, { "name": "Create Framework Term - Subject", "item": [ { "name": "Create Framework Term - Subject - english", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"name\": \"English\",\n \"code\": \"english\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=subject", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "subject" } ] } }, "response": [] }, { "name": "Create Framework Term - Subject - hindi", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_name}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": \n {\n \"code\": \"hindi\",\n \"name\": \"Hindi\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=subject&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "subject" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - Subject - tamil", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_name}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"tamil\",\n \"name\": \"Tamil\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=subject&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "subject" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] }, { "name": "Create Framework Term - Subject - telugu", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_name}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"code\": \"telugu\",\n \"name\": \"Telugu\"\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/create?framework={{default_Course_Framework}}&category=subject&X-Channel-Id={{channel_id}}", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "create" ], "query": [ { "key": "framework", "value": "{{default_Course_Framework}}" }, { "key": "category", "value": "subject" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" } ] } }, "response": [] } ] } ] }, { "name": "10-Associating framework with channel", "item": [ { "name": "Associating framework with channel", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-channel-id", "value": "{{channel_id}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"channel\": {\n \"frameworks\": [\n {\n \"identifier\": \"{{framework_default}}\",\n \"name\": \"CBSE\"\n }\n ],\n \"defaultFramework\": \"{{framework_default}}\"\n }\n }\n}" }, "url": "{{host}}/api/channel/v1/update/{{channel_id}}" }, "response": [] }, { "name": "Associating framework board with medium", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } } ], "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-channel-id", "value": "{{channel_id}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"associations\": [\n {\n \"identifier\": \"ncf_medium_english\"\n },\n {\n \"identifier\": \"ncf_medium_hindi\"\n }\n ]\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/update/cbse?framework={{framework_default}}&category=board", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "update", "cbse" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "board" } ] } }, "response": [] }, { "name": "Associating framework medium with gradeLevel", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } } ], "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-channel-id", "value": "{{channel_id}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"associations\": [\n {\n \"identifier\": \"ncf_gradelevel_class1\"\n },\n {\n \"identifier\": \"ncf_gradelevel_class2\"\n },\n {\n \"identifier\": \"ncf_gradelevel_class3\"\n }\n ]\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/update/english?framework={{framework_default}}&category=medium", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "update", "english" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "medium" } ] } }, "response": [] }, { "name": "Associating framework gradeLevel with subject", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } } ], "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-channel-id", "value": "{{channel_id}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"term\": {\n \"associations\": [\n {\n \"identifier\": \"ncf_subject_english\"\n },\n {\n \"identifier\": \"ncf_subject_hindi\"\n }\n ]\n }\n }\n}" }, "url": { "raw": "{{host}}/api/framework/v1/term/update/class1?framework={{framework_default}}&category=gradeLevel", "host": [ "{{host}}" ], "path": [ "api", "framework", "v1", "term", "update", "class1" ], "query": [ { "key": "framework", "value": "{{framework_default}}" }, { "key": "category", "value": "gradeLevel" } ] } }, "response": [] }, { "name": "Associating framework with Custodian channel", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "x-channel-id", "value": "{{channel_custodian_id}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"channel\": {\n \"frameworks\": [\n {\n \"identifier\": \"{{framework_default}}\",\n \"name\": \"CBSE\"\n }\n ],\n \"defaultFramework\": \"{{framework_default}}\"\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/channel/v1/update/{{channel_custodian_id}}" }, "response": [] } ] }, { "name": "11-Publish Framework", "item": [ { "name": "Publish Framework", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{}" }, "url": "{{host}}/api/framework/v1/publish/{{framework_default}}" }, "response": [] }, { "name": "Publish Framework for TPD", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{}" }, "url": "{{host}}/api/framework/v1/publish/{{default_Course_Framework}}" }, "response": [] }, { "name": "2 - Read Framework", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript" } }, { "listen": "test", "script": { "exec": [ "pm.test(\"Status code is 200\", function () {", " pm.response.to.have.status(200);", "});" ], "type": "text/javascript" } } ], "request": { "method": "GET", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "url": "{{host}}/api/framework/v1/read/{{framework_default}}" }, "response": [] } ] }, { "name": "12- List Framework", "item": [ { "name": "List Framework", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "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" }, "response": [] } ] }, { "name": "13-update Channel", "item": [ { "name": "Update channel for course framework", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-channel-id", "value": "{{channel_id}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"channel\": {\n \"defaultCourseFramework\": \"{{default_Course_Framework}}\",\n \"defaultFramework\": \"{{framework_default}}\"\n }\n }\n}" }, "url": "{{host}}/api/channel/v1/update/{{channel_id}}" }, "response": [] } ] }, { "name": "14-Cert As Asset", "item": [ { "name": "Auth Token- content creator", "event": [ { "listen": "test", "script": { "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();", " pm.globals.set(\"creator_refresh_token\", jsonData.refresh_token);", " // pm.expect(jsonData.value).to.eql(100);", "});" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "client_id", "value": "{{admin_client_id}}", "type": "text" }, { "key": "client_secret", "value": "{{admin_client_secret}}", "type": "text" }, { "key": "grant_type", "value": "password", "type": "text" }, { "key": "username", "value": "contentcreator@yopmail.com", "type": "text" }, { "key": "password", "value": "Creator@123", "type": "text" } ] }, "url": "{{host}}/auth/realms/sunbird/protocol/openid-connect/token" }, "response": [] }, { "name": "Refresh Token", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Your test name\", function () {", " var jsonData = pm.response.json();", " var access_token = jsonData.result.access_token;", " console.log(jsonData);", " if(access_token) {", " pm.environment.set(\"creator_access_token\", access_token);", " }", "});" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "refresh_token", "value": "{{creator_refresh_token}}", "type": "text" } ] }, "url": "{{host}}/auth/v1/refresh/token" }, "response": [] }, { "name": "Create certificate template for default org", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Your do id\", function () {", " var jsonData = pm.response.json();", " var cert_content_id = jsonData.result.identifier;", " console.log(jsonData);", " if(cert_content_id) {", " pm.environment.set(\"cert_content_id\", cert_content_id);", " }", "});" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "x-authenticated-user-token", "value": "{{creator_access_token}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"asset\": {\n \"certType\": \"cert template\",\n \"code\": \"1 logo 1 signature\",\n \"data\": {\n \"title\": \"1 logo 1 signature\"\n },\n \"channel\": \"{{channel_id}}\",\n \"mimeType\": \"image/svg+xml\",\n \"issuer\": {\n \"name\": \"cbse\",\n \"url\": \"{{host}}/\"\n },\n \"primaryCategory\": \"Certificate Template\",\n \"mediaType\": \"image\",\n \"signatoryList\": [\n {\n \"image\": \"{{host}}/assets/images/sunbird_logo.png\",\n \"name\": \"CBSE\",\n \"id\": \"cbse\",\n \"designation\": \"XBSE\"\n }\n ],\n \"license\": \"CC BY 4.0\",\n \"name\": \"1 logo 1 signature\"\n }\n }\n}" }, "url": "{{host}}/api/asset/v1/create" }, "response": [] }, { "name": "Create certificate template layout for default org", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Your do id\", function () {", " var jsonData = pm.response.json();", " var cert_layout_content_id = jsonData.result.identifier;", " console.log(jsonData);", " if(cert_layout_content_id) {", " pm.environment.set(\"cert_layout_content_id\", cert_layout_content_id);", " }", "});" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Channel-Id", "value": "{{channel_id}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "x-authenticated-user-token", "value": "{{creator_access_token}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"asset\": {\n \"certType\": \"cert template layout\",\n \"code\": \"1 logo 1 signature\",\n \"data\": {\n \"title\": \"1 logo 1 signature\"\n },\n \"channel\": \"{{channel_id}}\",\n \"mimeType\": \"image/svg+xml\",\n \"issuer\": {\n \"name\": \"cbse\",\n \"url\": \"{{host}}/\"\n },\n \"primaryCategory\": \"Certificate Template\",\n \"mediaType\": \"image\",\n \"signatoryList\": [\n {\n \"image\": \"{{host}}/assets/images/sunbird_logo.png\",\n \"name\": \"CBSE\",\n \"id\": \"cbse\",\n \"designation\": \"XBSE\"\n }\n ],\n \"license\": \"CC BY 4.0\",\n \"name\": \"1 logo 1 signature\"\n }\n }\n}" }, "url": "{{host}}/api/asset/v1/create" }, "response": [] }, { "name": "Upload Certificate Template for Default org", "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "x-authenticated-user-token", "value": "{{creator_access_token}}" }, { "key": "X-Channel-Id", "value": "{{channel_id}}", "type": "text" } ], "body": { "mode": "formdata", "formdata": [ { "key": "fileUrl", "value": "https://downloadableartifacts.blob.core.windows.net/release600/certificate_template.svg", "type": "text" } ] }, "url": "{{host}}/api/asset/v1/upload/{{cert_content_id}}" }, "response": [] }, { "name": "Upload Certificate Template Layout for Default org", "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "x-authenticated-user-token", "value": "{{creator_access_token}}" }, { "key": "X-Channel-Id", "value": "{{channel_id}}", "type": "text" } ], "body": { "mode": "formdata", "formdata": [ { "key": "fileUrl", "value": "https://downloadableartifacts.blob.core.windows.net/release600/certificate_template.svg", "type": "text" } ] }, "url": "{{host}}/api/asset/v1/upload/{{cert_layout_content_id}}" }, "response": [] } ] } ], "description": "### \nNeo4J Cypher Queries:\n\nRemove the duplicate nodes if exist while any issues if you noticed as part of configurations \n\n**Identify the duplicate nodes:**\n\nUse the below cypher query directly on Neo4J DB\n\n``` powershell\nmatch (n:domain{IL_UNIQUE_ID:\"ncf_board\"}) RETURN n;pppp\n```\n\n**Remove the duplicate nodes:**\n\n``` powershell\nMATCH (n:domain{IL_UNIQUE_ID:\"sunbird_k-12\"}) DETACH DELETE n;\n```" }, { "name": "3 - Forms", "item": [ { "name": "Content", "item": [ { "name": "1 - Content Save", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\": {\r\n \"action\": \"save\",\r\n \"subType\": \"resource\",\r\n \"framework\": \"*\",\r\n \"rootOrgId\": \"*\",\r\n \"type\": \"content\",\r\n \"popup\": true,\r\n \"editMode\": true,\r\n \"data\": {\r\n \"templateName\": \"defaultTemplate\",\r\n \"action\": \"save\",\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\": false\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\": false,\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\": false,\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\": false,\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\": false,\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": "{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}" }, "response": [] }, { "name": "2 - Content Review", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\": {\r\n \"action\": \"review\",\r\n \"subType\": \"resource\",\r\n \"framework\": \"*\",\r\n \"rootOrgId\": \"*\",\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\": false\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\": false,\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\": false,\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\": false,\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\": false,\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": "{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}" }, "response": [] }, { "name": "3 - Content Publish", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "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": "{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}" }, "response": [] }, { "name": "4 - Content Create", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\": {\r\n \"action\": \"create\",\r\n \"subType\": \"resource\",\r\n \"framework\": \"*\",\r\n \"rootOrgId\": \"*\",\r\n \"type\": \"content\",\r\n \"popup\": true,\r\n \"editMode\": true,\r\n \"data\": {\r\n \"templateName\": \"defaultTemplate\",\r\n \"action\": \"create\",\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 },\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 },\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 }\r\n \r\n ]\r\n }\r\n }\r\n}" }, "url": "{{host}}/api/data/v1/form/create", "description": "{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}" }, "response": [] }, { "name": "5 - Book Create", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "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\": false,\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\": \"80\",\r\n \"message\": \"Input is Exceded\"\r\n }\r\n ]\r\n },\r\n {\r\n \"code\": \"board\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Board\",\r\n \"label\": \"Board\",\r\n \"description\": \"Education Board (Like MP Board, NCERT, etc)\",\r\n \"editable\": true,\r\n \"placeholder\": \"Board\",\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\": 2,\r\n \"depends\": [\r\n \"medium\"\r\n ]\r\n },\r\n {\r\n \"code\": \"medium\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Medium\",\r\n \"label\": \"Medium\",\r\n \"description\": \"Medium of instruction\",\r\n \"editable\": true,\r\n \"placeholder\": \"Medium\",\r\n \"inputType\": \"multiSelect\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"six\"\r\n },\r\n \"index\": 3,\r\n \"depends\": [\r\n \"gradeLevel\"\r\n ]\r\n },\r\n {\r\n \"code\": \"gradeLevel\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Grade\",\r\n \"label\": \"Grade\",\r\n \"description\": \"Grade\",\r\n \"editable\": true,\r\n \"placeholder\": \"Grade\",\r\n \"inputType\": \"multiSelect\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"six\"\r\n },\r\n \"index\": 4,\r\n \"depends\": [\r\n \"subject\"\r\n ]\r\n },\r\n {\r\n \"code\": \"subject\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Subject\",\r\n \"label\": \"Subject\",\r\n \"description\": \"Subject of the Content to use to teach\",\r\n \"editable\": true,\r\n \"placeholder\": \"Grade\",\r\n \"inputType\": \"multiSelect\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"six\"\r\n },\r\n \"index\": 5\r\n },\r\n {\r\n \"code\": \"publisher\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Publisher\",\r\n \"label\": \"Publisher\",\r\n \"description\": \"Medium of instruction\",\r\n \"editable\": true,\r\n \"placeholder\": \"Publisher\",\r\n \"inputType\": \"text\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"six\"\r\n },\r\n \"index\": 6,\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\": \"25\",\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": "{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}" }, "response": [] }, { "name": "6 - DigitalTextBook Configuration (editor)", "request": { "method": "PATCH", "header": [ { "key": "X-Channel-id", "value": "{{channel_name}}", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" } ], "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\": \"

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 Creative Commons Framework in accordance with the Content Policy. I have made sure that I do not violate others' copyright or privacy rights.

\",\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" }, "response": [] }, { "name": "7 - Course Configuration (editor)", "request": { "method": "PATCH", "header": [ { "key": "X-Channel-id", "value": "{{channel_name}}", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"objectCategoryDefinition\": {\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\": \"50\",\n \"message\": \"Input is Exceeded\"\n }\n ]\n },\n {\n \"code\": \"learningOutcomeIds\",\n \"dataType\": \"list\",\n \"description\": \"\",\n \"editable\": true,\n \"index\": 2,\n \"inputType\": \"select\",\n \"label\": \"Learning Outcome :\",\n \"sourceCategory\": \"learningOutcome\",\n \"name\": \"Learning Outcome :\",\n \"placeholder\": \"Select Learning Outcome\",\n \"depends\": [\n \"topicsIds\"\n ],\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"required\": false\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\": \"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 },\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 course content on behalf of an organisation, the organisation may be the copyright holder. \",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"required\": true\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\"\n },\n \"description\": \"Subject of the Content to use to teach\",\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 },\n {\n \"code\": \"additionalCategories\",\n \"visible\": true,\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"Subject of the Content to use to teach\",\n \"index\": 7,\n \"label\": \"Content Additional Categories\",\n \"required\": false,\n \"name\": \"additionalCategories\",\n \"inputType\": \"multiSelect\",\n \"placeholder\": \"Content Additional Categories\"\n }\n ]\n },\n \"create\": {\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\": \"Title\",\n \"name\": \"Name\",\n \"placeholder\": \"Title\",\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\": \"Title 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\": \"256\",\n \"message\": \"Input is Exceeded\"\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\": false\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\": false,\n \"validations\": [\n {\n \"type\": \"minLength\",\n \"value\": \"2\"\n },\n {\n \"type\": \"maxLength\",\n \"value\": \"20\"\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\": \"additionalCategories\",\n \"dataType\": \"list\",\n \"depends\": [\n \"primaryCategory\"\n ],\n \"description\": \"Additonal Category of the Content\",\n \"editable\": true,\n \"inputType\": \"nestedselect\",\n \"label\": \"Additional Category\",\n \"name\": \"Additional Category\",\n \"placeholder\": \"Select Additional Category\",\n \"renderingHints\": {},\n \"required\": false,\n \"visible\": true\n }\n ]\n },\n {\n \"name\": \"Organisation Framework Terms\",\n \"fields\": [\n {\n \"code\": \"framework\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"\",\n \"label\": \"Course Type\",\n \"required\": true,\n \"name\": \"Framework\",\n \"inputType\": \"framework\",\n \"placeholder\": \"Select Course Type\",\n \"output\": \"identifier\",\n \"validations\": []\n },\n {\n \"code\": \"subjectIds\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"framework\"\n ],\n \"sourceCategory\": \"subject\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"\",\n \"label\": \"Subjects covered in the course\",\n \"required\": true,\n \"name\": \"Subject\",\n \"inputType\": \"frameworkCategorySelect\",\n \"placeholder\": \"Select Subject(s)\",\n \"output\": \"identifier\",\n \"validations\": []\n },\n {\n \"code\": \"topicsIds\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"framework\",\n \"subjectIds\"\n ],\n \"sourceCategory\": \"topic\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topics covered in the course\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false,\n \"output\": \"identifier\"\n }\n ]\n },\n {\n \"name\": \"Target 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\": \"targetBoardIds\",\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\"\n },\n \"description\": \"Board\",\n \"label\": \"Board/Syllabus of the audience\",\n \"required\": true,\n \"name\": \"Board/Syllabus\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board/Syllabus\",\n \"validations\": []\n },\n {\n \"code\": \"targetMediumIds\",\n \"visible\": true,\n \"depends\": [\n \"targetBoardIds\"\n ],\n \"editable\": true,\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) of the audience\",\n \"required\": true,\n \"name\": \"Medium\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Select Medium\",\n \"validations\": []\n },\n {\n \"code\": \"targetGradeLevelIds\",\n \"visible\": true,\n \"depends\": [\n \"targetBoardIds\",\n \"targetMediumIds\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"sourceCategory\": \"gradeLevel\",\n \"output\": \"identifier\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"description\": \"Class\",\n \"label\": \"Class(es) of the audience\",\n \"required\": true,\n \"name\": \"Class\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Select Class\",\n \"validations\": []\n },\n {\n \"code\": \"targetSubjectIds\",\n \"visible\": true,\n \"depends\": [\n \"targetBoardIds\",\n \"targetMediumIds\",\n \"targetGradeLevelIds\"\n ],\n \"editable\": true,\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) of the audience\",\n \"required\": true,\n \"name\": \"Subject\",\n \"inputType\": \"nestedselect\",\n \"placeholder\": \"Select Subject\",\n \"validations\": []\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\": \"text\",\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 & year\",\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 },\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 \"code\": \"appropriatenessTwo\",\n \"name\": \"No Sexual content, Nudity or Vulgarity\",\n \"label\": \"No Sexual content, Nudity or Vulgarity\",\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 \"code\": \"appropriatenessThree\",\n \"name\": \"No Discrimination or Defamation\",\n \"label\": \"No Discrimination or Defamation\",\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 \"code\": \"appropriatenessFour\",\n \"name\": \"Is suitable for children\",\n \"label\": \"Is suitable for children\",\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 \"code\": \"contentdetailsTwo\",\n \"name\": \"Correct Board, Grade, Subject, Medium\",\n \"label\": \"Correct Board, Grade, Subject, Medium\",\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 \"code\": \"contentdetailsThree\",\n \"name\": \"Appropriate tags such as Resource Type, Concepts\",\n \"label\": \"Appropriate tags such as Resource Type, Concepts\",\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 \"code\": \"contentdetailsFour\",\n \"name\": \"Relevant Keywords\",\n \"label\": \"Relevant Keywords\",\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 \"code\": \"usabilityTwo\",\n \"name\": \"Can see the content clearly on Desktop and App\",\n \"label\": \"Can see the content clearly on Desktop and App\",\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 \"code\": \"usabilityThree\",\n \"name\": \"Audio (if any) is clear and easy to understand\",\n \"label\": \"Audio (if any) is clear and easy to understand\",\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 \"code\": \"usabilityFour\",\n \"name\": \"No Spelling mistakes in the text\",\n \"label\": \"No Spelling mistakes in the text\",\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 \"code\": \"usabilityFive\",\n \"name\": \"Language is simple to understand\",\n \"label\": \"Language is simple to understand\",\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 \"requestforchangeschecklist\": {\n \"templateName\": \"\",\n \"required\": [],\n \"properties\": [\n {\n \"otherReason\": \"Other Issue(s) (if there are any other issues, tick this and provide details in the comments box)\",\n \"contents\": [\n {\n \"name\": \"Appropriateness\",\n \"checkList\": [\n \"Has Hate speech, Abuse, Violence, Profanity\",\n \"Has Sexual content, Nudity or Vulgarity\",\n \"Has Discriminatory or Defamatory content\",\n \"Is not suitable for children\"\n ]\n },\n {\n \"name\": \"Content details\",\n \"checkList\": [\n \"Inappropriate Title or Description\",\n \"Incorrect Board, Grade, Subject or Medium\",\n \"Inappropriate tags such as Resource Type or Concepts\",\n \"Irrelevant Keywords\"\n ]\n },\n {\n \"name\": \"Usability\",\n \"checkList\": [\n \"Content is NOT playing correctly\",\n \"CANNOT see the content clearly on Desktop and App\",\n \"Audio is NOT clear or NOT easy to understand\",\n \"Spelling mistakes found in text used\",\n \"Language is NOT simple to understand\"\n ]\n }\n ],\n \"title\": \"Please tick the reasons for requesting changes and provide detailed comments:\"\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 \"code\": \"topic\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"depends\": [\n \"board\",\n \"medium\",\n \"gradeLevel\",\n \"subject\"\n ],\n \"default\": \"\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1\"\n },\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"inputType\": \"topicselector\",\n \"label\": \"Topic(s)\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false\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\": \"Title\",\n \"name\": \"Title\",\n \"placeholder\": \"Title\",\n \"renderingHints\": {\n \"class\": \"sb-g-col-lg-1 required\"\n },\n \"required\": true,\n \"visible\": true,\n \"validations\": [\n {\n \"type\": \"max\",\n \"value\": \"120\",\n \"message\": \"Input is Exceeded\"\n },\n {\n \"type\": \"required\",\n \"message\": \"Title 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 required\"\n },\n \"required\": true,\n \"visible\": true,\n \"validations\": [\n {\n \"type\": \"max\",\n \"value\": \"120\",\n \"message\": \"Input is Exceeded\"\n },\n {\n \"type\": \"required\",\n \"message\": \"Title 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\": \"topic\",\n \"visible\": true,\n \"depends\": [],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"index\": 11,\n \"inputType\": \"topicselector\",\n \"label\": \"Topics\",\n \"placeholder\": \"Choose Topics\",\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\": false\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\": false,\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 \"templateName\": \"\",\n \"required\": [],\n \"properties\": [\n {\n \"code\": \"name\",\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"twelve\"\n },\n \"description\": \"Name\",\n \"index\": 1,\n \"label\": \"Name\",\n \"required\": false,\n \"name\": \"Name\",\n \"inputType\": \"text\",\n \"placeholder\": \"Name\"\n },\n {\n \"code\": \"board\",\n \"depends\": [\n \"medium\",\n \"gradeLevel\",\n \"subject\"\n ],\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"six\"\n },\n \"description\": \"Education Board (Like MP Board, NCERT, etc)\",\n \"index\": 2,\n \"label\": \"Board\",\n \"required\": false,\n \"name\": \"Board\",\n \"inputType\": \"select\",\n \"placeholder\": \"Board\"\n },\n {\n \"code\": \"medium\",\n \"depends\": [\n \"gradeLevel\",\n \"subject\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"six\"\n },\n \"description\": \"Medium of instruction\",\n \"index\": 3,\n \"label\": \"Medium\",\n \"required\": false,\n \"name\": \"Medium\",\n \"inputType\": \"multiSelect\",\n \"placeholder\": \"Medium\"\n },\n {\n \"code\": \"gradeLevel\",\n \"depends\": [\n \"subject\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"six\"\n },\n \"description\": \"Grade\",\n \"index\": 4,\n \"label\": \"Grade\",\n \"required\": false,\n \"name\": \"Grade\",\n \"inputType\": \"multiSelect\",\n \"placeholder\": \"Grade\"\n },\n {\n \"code\": \"subject\",\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"six\"\n },\n \"name\": \"Subject\",\n \"description\": \"Subject of the Content to use to teach\",\n \"index\": 5,\n \"inputType\": \"multiSelect\",\n \"label\": \"Subject\",\n \"placeholder\": \"Grade\",\n \"required\": false\n },\n {\n \"code\": \"learningOutcome\",\n \"dataType\": \"list\",\n \"description\": \"\",\n \"editable\": true,\n \"index\": 6,\n \"inputType\": \"select\",\n \"label\": \"Learning Outcome :\",\n \"name\": \"Learning Outcome :\",\n \"placeholder\": \"Select Learning Outcome\",\n \"depends\": [\n \"topic\"\n ],\n \"renderingHints\": {},\n \"required\": false\n },\n {\n \"code\": \"attributions\",\n \"dataType\": \"list\",\n \"description\": \"Attributions\",\n \"editable\": true,\n \"index\": 7,\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 \"required\": false\n },\n {\n \"code\": \"author\",\n \"dataType\": \"text\",\n \"description\": \"Author\",\n \"editable\": true,\n \"index\": 8,\n \"inputType\": \"text\",\n \"label\": \"Author\",\n \"name\": \"Author\",\n \"placeholder\": \"Author\",\n \"tooltip\": \"Provide name of creator of this content.\",\n \"renderingHints\": {},\n \"required\": false\n },\n {\n \"code\": \"copyright\",\n \"dataType\": \"text\",\n \"description\": \"Copyright\",\n \"editable\": true,\n \"index\": 9,\n \"inputType\": \"text\",\n \"label\": \"Copyright\",\n \"name\": \"Copyright\",\n \"placeholder\": \"Copyright\",\n \"tooltip\": \"If you are an individual, creating original content, you are the copyright holder. If you are creating this course content on behalf of an organisation, the organisation may be the copyright holder. \",\n \"renderingHints\": {},\n \"required\": false\n }\n ]\n }\n }\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/object/category/definition/v1/update/obj-cat:course_collection_all" }, "response": [] }, { "name": "8 - Update form", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"action\": \"create\",\n \"subType\": \"resource\",\n \"framework\": \"*\",\n \"rootOrgId\": \"*\",\n \"type\": \"content\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"get\",\n \"fields\": [\n {\n \"code\": \"appicon\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"url\",\n \"renderingHints\": {},\n \"name\": \"App Icon\",\n \"description\": \"App Icon\",\n \"index\": 1,\n \"inputType\": \"file\",\n \"label\": \"Icon\",\n \"placeholder\": \"App Icon\",\n \"required\": false\n },\n {\n \"code\": \"name\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Title\",\n \"description\": \"Title of the content\",\n \"index\": 2,\n \"inputType\": \"text\",\n \"label\": \"Title\",\n \"placeholder\": \"Enter Title For Book\",\n \"required\": false\n },\n {\n \"code\": \"description\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Description\",\n \"description\": \"Brief description\",\n \"index\": 3,\n \"inputType\": \"textarea\",\n \"label\": \"Description\",\n \"placeholder\": \"Brief description about the Book\",\n \"required\": false\n },\n {\n \"code\": \"board\",\n \"visible\": true,\n \"depends\": [\n \"medium\",\n \"gradeLevel\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"Board\",\n \"index\": 5,\n \"label\": \"Board/Syllabus\",\n \"required\": false,\n \"name\": \"Board/Syllabus\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board/Syllabus\"\n },\n {\n \"code\": \"medium\",\n \"visible\": true,\n \"depends\": [\n \"gradeLevel\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 6,\n \"label\": \"Medium\",\n \"required\": false,\n \"name\": \"medium\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Medium\"\n },\n {\n \"code\": \"gradeLevel\",\n \"visible\": true,\n \"depends\": [\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"Class\",\n \"index\": 7,\n \"label\": \"Class\",\n \"required\": false,\n \"name\": \"Class\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Class\"\n },\n {\n \"code\": \"subject\",\n \"visible\": true,\n \"depends\": [\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 8,\n \"label\": \"Subject\",\n \"required\": false,\n \"name\": \"Subject\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Subject\"\n }\n ]\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/form/update" }, "response": [] }, { "name": "9 - Collection Create", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "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": "{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}" }, "response": [] }, { "name": "10 - Workspace options", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"workspace\",\n \"subType\": \"categories\",\n \"action\": \"get\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"display\",\n \"fields\": [\n {\n \"code\": \"book\",\n \"name\": \"Book\",\n \"visible\": true\n },\n {\n \"code\": \"course\",\n \"name\": \"Course\",\n \"visible\": true\n },\n {\n \"code\": \"resource\",\n \"name\": \"Resource\",\n \"visible\": true\n },\n {\n \"code\": \"collection\",\n \"name\": \"Collection\",\n \"visible\": true\n },\n {\n \"code\": \"lessonPlan\",\n \"name\": \"Lesson Plan\",\n \"visible\": true\n },\n {\n \"code\": \"contentupload\",\n \"name\": \"Upload Content\",\n \"visible\": true\n },\n {\n \"code\": \"contentuploadlarge\",\n \"name\": \"Upload Large Videos(>50MB)\",\n \"visible\": true\n },\n {\n \"code\": \"assessment\",\n \"name\": \"Cource Assesment\",\n \"visible\": true\n },\n {\n \"code\": \"questionsets\",\n \"name\": \"Questionsets\",\n \"visible\": true\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create", "description": "Generated from Node.js script" }, "response": [] } ] }, { "name": "4 - ED", "item": [ { "name": "1 - Menubar form - Creation for all rootOrg", "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "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 \"index\": 2,\n \"search\": {\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 \"facets\": [\n \"board\",\n \"gradeLevel\",\n \"subject\",\n \"medium\",\n \"primaryCategory\",\n \"mimeType\",\n \"publisher\",\n \"audience\"\n ],\n \"filters\": {\n \"mimeType\": [\n {\n \"values\": [\n \"application/vnd.ekstep.ecml-archive\",\n \"application/vnd.sunbird.questionset\",\n \"application/vnd.ekstep.html-archive\",\n \"application/vnd.android.package-archive\",\n \"application/vnd.ekstep.content-archive\",\n \"application/vnd.ekstep.content-collection\",\n \"application/vnd.ekstep.plugin-archive\",\n \"application/vnd.ekstep.h5p-archive\",\n \"application/epub\",\n \"text/x-url\",\n \"video/x-youtube\",\n \"application/octet-stream\",\n \"application/msword\",\n \"application/pdf\",\n \"image/jpeg\",\n \"image/jpg\",\n \"image/png\",\n \"image/tiff\",\n \"image/bmp\",\n \"image/gif\",\n \"image/svg+xml\",\n \"video/avi\",\n \"video/mpeg\",\n \"video/quicktime\",\n \"video/3gpp\",\n \"video/mpeg\",\n \"video/mp4\",\n \"video/ogg\",\n \"video/webm\",\n \"audio/mp3\",\n \"audio/mp4\",\n \"audio/mpeg\",\n \"audio/ogg\",\n \"audio/webm\",\n \"audio/x-wav\",\n \"audio/wav\"\n ],\n \"name\": \"all\"\n },\n {\n \"values\": [\n \"video/avi\",\n \"video/mpeg\",\n \"video/quicktime\",\n \"video/3gpp\",\n \"video/mpeg\",\n \"video/mp4\",\n \"video/ogg\",\n \"video/webm\"\n ],\n \"name\": \"video\"\n },\n {\n \"values\": [\n \"application/pdf\",\n \"application/epub\",\n \"application/msword\"\n ],\n \"name\": \"documents\"\n },\n {\n \"values\": [\n \"application/vnd.ekstep.ecml-archive\",\n \"application/vnd.ekstep.h5p-archive\",\n \"application/vnd.ekstep.html-archive\"\n ],\n \"name\": \"interactive\"\n },\n {\n \"values\": [\n \"audio/mp3\",\n \"audio/mp4\",\n \"audio/mpeg\",\n \"audio/ogg\",\n \"audio/webm\",\n \"audio/x-wav\",\n \"audio/wav\"\n ],\n \"name\": \"audio\"\n }\n ],\n \"primaryCategory\": [\n \"Digital Textbook\",\n \"eTextbook\"\n ]\n }\n },\n \"contentType\": \"mydownloads\",\n \"title\": \"frmelmnts.lbl.desktop.mylibrary\",\n \"isLoginMandatory\": false,\n \"isEnabled\": true,\n \"anonumousUserRoute\": {\n \"route\": \"/mydownloads\",\n \"queryParam\": \"mydownloads\"\n },\n \"loggedInUserRoute\": {\n \"route\": \"/mydownloads\",\n \"queryParam\": \"mydownloads\"\n },\n \"theme\": {\n \"className\": \"myDownloads\",\n \"baseColor\": \"\",\n \"textColor\": \"\",\n \"supportingColor\": \"\",\n \"imageName\": \"textbooks-banner-img.svg\"\n },\n \"isOnlineOnly\": false,\n \"menuType\": \"Content\",\n \"desc\": \"frmelmnts.lbl.desktop.mylibrary\"\n },\n {\n \"index\": 6,\n \"search\": {\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 \"creator\"\n ],\n \"facets\": [\n \"creator\",\n \"organisation\"\n ],\n \"filters\": {\n \"status\": [\n \"Live\"\n ],\n \"contentType\": [\n \"Course\"\n ],\n \"primaryCategory\": [\n \"Course\",\n \"Course Assessment\"\n ]\n }\n },\n \"contentType\": \"course\",\n \"title\": \"frmelmnts.tab.courses\",\n \"isLoginMandatory\": false,\n \"isEnabled\": true,\n \"anonumousUserRoute\": {\n \"route\": \"/explore\",\n \"queryParam\": \"course\"\n },\n \"loggedInUserRoute\": {\n \"route\": \"/resources\",\n \"queryParam\": \"course\"\n },\n \"theme\": {\n \"className\": \"courses\",\n \"baseColor\": \"\",\n \"textColor\": \"\",\n \"supportingColor\": \"\",\n \"imageName\": \"courses-banner-img.svg\"\n },\n \"batchEndCounter\": 4,\n \"desc\": \"frmelmnts.tab.courses\",\n \"isOnlineOnly\": true,\n \"menuType\": \"Content\",\n \"metaData\": {\n \"defaultFilters\": {\n \"medium\": [],\n \"board\": [\n \"CBSE\"\n ],\n \"gradeLevel\": [\n \"Class 10\"\n ]\n },\n \"cacheTimeout\": 86400000,\n \"groupByKey\": \"subject\",\n \"filters\": [\n \"board\",\n \"gradeLevel\",\n \"subject\",\n \"medium\",\n \"publisher\",\n \"audience\",\n \"channel\",\n \"creator\",\n \"organisation\"\n ],\n \"searchFilterConfig\": [\n {\n \"category\": \"board\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.board\",\n \"defaultLabelText\": \"board\",\n \"placeholderText\": \"frmelmnts.lbl.selectBoard\",\n \"defaultPlaceholderText\": \"select board\",\n \"dataSource\": \"framework\",\n \"multiple\": false\n },\n {\n \"category\": \"medium\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.medium\",\n \"defaultLabelText\": \"medium\",\n \"placeholderText\": \"frmelmnts.lbl.selectMedium\",\n \"defaultPlaceholderText\": \"select medium\",\n \"dataSource\": \"framework\",\n \"multiple\": true\n },\n {\n \"category\": \"gradeLevel\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.class\",\n \"defaultLabelText\": \"grade\",\n \"placeholderText\": \"frmelmnts.lbl.selectClass\",\n \"defaultPlaceholderText\": \"select grade\",\n \"dataSource\": \"framework\",\n \"multiple\": true\n },\n {\n \"category\": \"subject\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.subject\",\n \"defaultLabelText\": \"subjects\",\n \"placeholderText\": \"frmelmnts.lbl.selectSubject\",\n \"dataSource\": \"framework\",\n \"defaultPlaceholderText\": \"select subjects\",\n \"multiple\": true\n },\n {\n \"category\": \"audience\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.publishedUserType\",\n \"defaultLabelText\": \"audience\",\n \"placeholderText\": \"Select User Type\",\n \"dataSource\": \"framework\",\n \"defaultPlaceholderText\": \"Select User Type\",\n \"multiple\": true\n },\n {\n \"category\": \"creator\",\n \"type\": \"dropdown\",\n \"labelText\": \"Creator\",\n \"defaultLabelText\": \"creator\",\n \"placeholderText\": \"Select Creator\",\n \"dataSource\": \"facet\",\n \"defaultPlaceholderText\": \"Select creator\",\n \"multiple\": true\n },\n {\n \"category\": \"organisation\",\n \"type\": \"dropdown\",\n \"labelText\": \"Organisation\",\n \"defaultLabelText\": \"Organization\",\n \"placeholderText\": \"Select Organisation\",\n \"dataSource\": \"facet\",\n \"defaultPlaceholderText\": \"Select Organizations\",\n \"multiple\": true\n }\n ]\n }\n },\n {\n \"index\": 3,\n \"search\": {\n \"fields\": [\n \"audience\",\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 \"creator\"\n ],\n \"facets\": [\n \"audience\",\n \"organisation\",\n \"creator\"\n ],\n \"filters\": {\n \"primaryCategory\": [\n \"Digital Textbook\",\n \"eTextbook\"\n ]\n }\n },\n \"contentType\": \"textbook\",\n \"title\": \"frmelmnts.lbl.textbooks\",\n \"isLoginMandatory\": false,\n \"isEnabled\": true,\n \"anonumousUserRoute\": {\n \"route\": \"/explore\",\n \"queryParam\": \"textbook\"\n },\n \"loggedInUserRoute\": {\n \"route\": \"/resources\",\n \"queryParam\": \"textbook\"\n },\n \"theme\": {\n \"className\": \"textbooks\",\n \"baseColor\": \"\",\n \"textColor\": \"\",\n \"supportingColor\": \"\",\n \"imageName\": \"textbooks-banner-img.svg\"\n },\n \"desc\": \"frmelmnts.lbl.textbooks\",\n \"isOnlineOnly\": true,\n \"menuType\": \"Content\",\n \"metaData\": {\n \"defaultFilters\": {\n \"medium\": [],\n \"board\": [],\n \"gradeLevel\": []\n },\n \"cacheTimeout\": 86400000,\n \"groupByKey\": \"subject\",\n \"filters\": [\n \"board\",\n \"gradeLevel\",\n \"subject\",\n \"medium\",\n \"publisher\",\n \"audience\",\n \"channel\",\n \"creator\",\n \"organisation\"\n ],\n \"searchFilterConfig\": [\n {\n \"category\": \"board\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.board\",\n \"defaultLabelText\": \"board\",\n \"placeholderText\": \"frmelmnts.lbl.selectBoard\",\n \"defaultPlaceholderText\": \"select board\",\n \"dataSource\": \"framework\",\n \"multiple\": false\n },\n {\n \"category\": \"medium\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.medium\",\n \"defaultLabelText\": \"medium\",\n \"placeholderText\": \"frmelmnts.lbl.selectMedium\",\n \"defaultPlaceholderText\": \"select medium\",\n \"dataSource\": \"framework\",\n \"multiple\": true\n },\n {\n \"category\": \"gradeLevel\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.class\",\n \"defaultLabelText\": \"grade\",\n \"placeholderText\": \"frmelmnts.lbl.selectClass\",\n \"defaultPlaceholderText\": \"select grade\",\n \"dataSource\": \"framework\",\n \"multiple\": true\n },\n {\n \"category\": \"subject\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.subject\",\n \"defaultLabelText\": \"subject\",\n \"placeholderText\": \"frmelmnts.lbl.selectSubject\",\n \"dataSource\": \"framework\",\n \"defaultPlaceholderText\": \"select subject\",\n \"multiple\": true\n },\n {\n \"category\": \"audience\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.publishedUserType\",\n \"defaultLabelText\": \"audience\",\n \"placeholderText\": \"Select User Type\",\n \"dataSource\": \"framework\",\n \"defaultPlaceholderText\": \"Select User Type\",\n \"multiple\": true\n },\n {\n \"category\": \"creator\",\n \"type\": \"dropdown\",\n \"labelText\": \"Creator\",\n \"defaultLabelText\": \"creator\",\n \"placeholderText\": \"Select Creator\",\n \"dataSource\": \"facet\",\n \"defaultPlaceholderText\": \"Select creator\",\n \"multiple\": true\n }\n ]\n }\n },\n {\n \"index\": 10,\n \"search\": {\n \"fields\": [\n \"se_boards\",\n \"se_subjects\",\n \"se_mediums\",\n \"se_gradeLevels\",\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 \"facets\": [\n \"se_boards\",\n \"se_gradeLevels\",\n \"se_subjects\",\n \"se_mediums\",\n \"primaryCategory\"\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 \"Exam Question\",\n \"Question paper\"\n ],\n \"visibility\": [\n \"Default\",\n \"Parent\"\n ]\n }\n },\n \"contentType\": \"all\",\n \"title\": \"frmelmnts.tab.all\",\n \"isLoginMandatory\": false,\n \"isEnabled\": true,\n \"anonumousUserRoute\": {\n \"route\": \"/explore/1\",\n \"queryParam\": \"all\"\n },\n \"loggedInUserRoute\": {\n \"route\": \"/search/Library/1\",\n \"queryParam\": \"all\"\n },\n \"theme\": {\n \"className\": \"all\",\n \"baseColor\": \"\",\n \"textColor\": \"\",\n \"supportingColor\": \"\",\n \"imageName\": \"all-banner-img.svg\"\n },\n \"desc\": \"frmelmnts.tab.all\",\n \"isOnlineOnly\": true,\n \"menuType\": \"Content\",\n \"metaData\": {\n \"globalFilterConfig\": [\n {\n \"index\": 1,\n \"code\": \"board\",\n \"alternativeCode\": \"se_boards\",\n \"label\": \"board\",\n \"placeHolder\": \"selectBoard\",\n \"type\": \"framework\"\n },\n {\n \"index\": 2,\n \"code\": \"medium\",\n \"alternativeCode\": \"se_mediums\",\n \"label\": \"medium\",\n \"placeHolder\": \"selectMedium\",\n \"type\": \"framework\"\n },\n {\n \"index\": 3,\n \"code\": \"gradeLevel\",\n \"alternativeCode\": \"se_gradeLevels\",\n \"label\": \"grade\",\n \"placeHolder\": \"selectClass\",\n \"type\": \"framework\"\n },\n {\n \"index\": 4,\n \"code\": \"subject\",\n \"alternativeCode\": \"se_subjects\",\n \"label\": \"subject\",\n \"placeHolder\": \"selectSubject\",\n \"type\": \"framework\"\n },\n {\n \"index\": 5,\n \"code\": \"primaryCategory\",\n \"alternativeCode\": \"\",\n \"label\": \"contentType\",\n \"placeHolder\": \"selectContentType\",\n \"type\": \"filter\"\n },\n {\n \"index\": 6,\n \"code\": \"additionalCategories\",\n \"alternativeCode\": \"\",\n \"label\": \"additionalCategories\",\n \"placeHolder\": \"selectAdditionalCategories\",\n \"type\": \"filter\"\n }\n ]\n }\n },\n {\n \"index\": 9,\n \"search\": {\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 \"filters\": {\n \"primaryCategory\": [\n \"Practice Question Set\"\n ]\n }\n },\n \"contentType\": \"questionSets\",\n \"title\": \"frmelmnts.lbl.questionSets\",\n \"isLoginMandatory\": false,\n \"isEnabled\": true,\n \"anonumousUserRoute\": {\n \"route\": \"/explore\",\n \"queryParam\": \"questionSets\"\n },\n \"loggedInUserRoute\": {\n \"route\": \"/resources\",\n \"queryParam\": \"questionSets\"\n },\n \"theme\": {\n \"className\": \"questionSet\",\n \"baseColor\": \"\",\n \"textColor\": \"\",\n \"supportingColor\": \"\",\n \"imageName\": \"textbooks-banner-img.svg\"\n },\n \"desc\": \"frmelmnts.lbl.questionSets\",\n \"isOnlineOnly\": true,\n \"menuType\": \"Content\",\n \"metaData\": {\n \"defaultFilters\": {\n \"medium\": [],\n \"board\": [],\n \"gradeLevel\": []\n },\n \"cacheTimeout\": 86400000,\n \"groupByKey\": \"subject\",\n \"filters\": [\n \"board\",\n \"gradeLevel\",\n \"subject\",\n \"medium\",\n \"channel\"\n ],\n \"searchFilterConfig\": [\n {\n \"category\": \"board\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.board\",\n \"defaultLabelText\": \"board\",\n \"placeholderText\": \"frmelmnts.lbl.selectBoard\",\n \"defaultPlaceholderText\": \"select board\",\n \"dataSource\": \"framework\",\n \"multiple\": false\n },\n {\n \"category\": \"medium\",\n \"type\": \"dropdown\",\n \"labelText\": \"frmelmnts.lbl.medium\",\n \"defaultLabelText\": \"medium\",\n \"placeholderText\": \"frmelmnts.lbl.selectMedium\",\n \"defaultPlaceholderText\": \"select medium\",\n \"dataSource\": \"framework\",\n \"multiple\": true\n }\n ]\n }\n },\n {\n \"index\": 8,\n \"contentType\": \"observation\",\n \"anonumousUserRoute\": {\n \"route\": \"/observation\",\n \"queryParam\": \"observation\"\n },\n \"isLoginMandatory\": true,\n \"isEnabled\": true,\n \"title\": \"frmelmnts.lbl.observation\",\n \"loggedInUserRoute\": {\n \"route\": \"/observation\",\n \"queryParam\": \"observation\"\n },\n \"theme\": {\n \"className\": \"tests\",\n \"baseColor\": \"\",\n \"textColor\": \"\",\n \"supportingColor\": \"\",\n \"imageName\": \"observation.svg\"\n },\n \"isOnlineOnly\": true,\n \"menuType\": \"Content\",\n \"desc\": \"frmelmnts.lbl.observation\"\n },\n {\n \"index\": 0,\n \"search\": {\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 \"facets\": [\n \"subject\",\n \"primaryCategory\",\n \"medium\",\n \"banner\",\n \"additionalCategories\",\n \"search\",\n \"ContinueLearning\"\n ],\n \"filters\": {\n \"medium\": [],\n \"gradeLevel\": [],\n \"audience\": [],\n \"board\": [],\n \"primaryCategory\": [\n \"Digital Textbook\",\n \"eTextbook\",\n \"Course\"\n ],\n \"channel\": [],\n \"subject\": []\n }\n },\n \"contentType\": \"home\",\n \"title\": \"frmelmnts.lbl.home\",\n \"default\": true,\n \"isEnabled\": true,\n \"anonumousUserRoute\": {\n \"route\": \"/explore\",\n \"queryParam\": \"home\"\n },\n \"loggedInUserRoute\": {\n \"route\": \"/resources\",\n \"queryParam\": \"home\"\n },\n \"filter\": {\n \"isEnabled\": false,\n \"type\": \"facet\"\n },\n \"theme\": {\n \"className\": \"home\",\n \"baseColor\": \"\",\n \"textColor\": \"\",\n \"supportingColor\": \"\",\n \"imageName\": \"courses-banner-img.svg\"\n },\n \"desc\": \"frmelmnts.lbl.home\",\n \"isOnlineOnly\": true,\n \"sections\": [\n {\n \"index\": 4,\n \"apiConfig\": {\n \"url\": \"\",\n \"req\": {\n \"request\": {\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 \"limit\": 100,\n \"filters\": {\n \"status\": [\n \"Live\"\n ],\n \"contentType\": [\n \"Course\"\n ],\n \"batches.status\": [\n 1\n ],\n \"se_gradeLevels\": [\n \"Class 1\",\n \"Class 2\",\n \"Class 5\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"se_mediums\": [\n \"English\",\n \"Tamil\"\n ],\n \"se_boards\": [\n \"State (Tamil Nadu)\"\n ],\n \"primaryCategory\": [\n \"Course\"\n ]\n },\n \"sort_by\": {\n \"lastPublishedOn\": \"desc\"\n }\n }\n },\n \"params\": \"\",\n \"sortBy\": \"lastPublishedOn\",\n \"contextKey\": \"res.facet.search\",\n \"method\": \"\"\n },\n \"title\": \"frmelmnts.lbl.recentlyPublishedCourses\",\n \"isEnabled\": true,\n \"facetKey\": \"search\",\n \"desc\": \"Section for Searched contents\"\n },\n {\n \"index\": 0,\n \"facetKey\": \"ContinueLearning\",\n \"title\": \"Continue Learning\",\n \"isEnabled\": true,\n \"desc\": \"Continue Learning\"\n },\n {\n \"index\": 5,\n \"apiConfig\": {\n \"url\": \"\",\n \"req\": {\n \"request\": {\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 \"limit\": 100,\n \"filters\": {\n \"status\": [\n \"Live\"\n ],\n \"primaryCategory\": [\n \"Course\",\n \"Digital Textbook\"\n ],\n \"channel\": \"01329314824202649627\"\n },\n \"sort_by\": {\n \"lastPublishedOn\": \"desc\"\n }\n }\n },\n \"params\": \"\",\n \"sortBy\": \"lastPublishedOn\",\n \"contextKey\": \"res.facet.search\",\n \"method\": \"\"\n },\n \"title\": \"frmelmnts.lbl.fromncert\",\n \"isEnabled\": true,\n \"defaultTitle\": \"From NCERT\",\n \"facetKey\": \"search\",\n \"desc\": \"Section for Searched contents\"\n },\n {\n \"index\": 3,\n \"apiConfig\": {\n \"url\": \"\",\n \"params\": \"\",\n \"req\": {\n \"request\": {\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 \"limit\": 100,\n \"filters\": {\n \"se_gradeLevels\": [\n \"Class 4\"\n ],\n \"audience\": [],\n \"se_mediums\": [\n \"English\"\n ],\n \"se_boards\": [\n \"State (Tamil Nadu)\"\n ],\n \"primaryCategory\": [\n \"Digital Textbook\"\n ],\n \"channel\": [],\n \"subject\": []\n }\n }\n },\n \"contextKey\": \"res.facet.search\",\n \"method\": \"\"\n },\n \"title\": \"frmelmnts.lbl.search\",\n \"isEnabled\": true,\n \"facetKey\": \"search\",\n \"desc\": \"Section for Searched contents\"\n },\n {\n \"index\": 2,\n \"facetKey\": \"banner\",\n \"title\": \"frmelmnts.lbl.bannerTitle\",\n \"isEnabled\": true,\n \"desc\": \"Section for Banner\"\n },\n {\n \"index\": 1,\n \"apiConfig\": {\n \"url\": \"\",\n \"params\": \"\",\n \"req\": {},\n \"contextKey\": \"res.facet.subject\",\n \"method\": \"\"\n },\n \"anonumousUserRoute\": {\n \"route\": \"/explore-course\",\n \"queryParam\": \"course\"\n },\n \"isEnabled\": false,\n \"title\": \"frmelmnts.lbl.subjects\",\n \"loggedInUserRoute\": {\n \"route\": \"/learn\",\n \"queryParam\": \"course\"\n },\n \"landing\": {\n \"description\": \"frmelmnts.lbl.exploredescription\",\n \"title\": \"frmelmnts.lbl.exploretitle\"\n },\n \"theme\": {\n \"component\": \"sb-pills-grid\",\n \"limit\": 10,\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 \"infiniteCard\": false,\n \"icons\": {\n \"default\": \"assets/images/book_default.svg\",\n \"science\": \"assets/images/globe.svg\",\n \"english\": \"assets/images/book_english.svg\",\n \"mathematics\": \"assets/images/calculator.svg\"\n }\n },\n \"facetKey\": \"subject\",\n \"desc\": \"Section for subjects\"\n },\n {\n \"index\": 6,\n \"apiConfig\": {\n \"url\": \"\",\n \"params\": \"\",\n \"req\": {},\n \"contextKey\": \"res.facet.primaryCategory\",\n \"method\": \"\"\n },\n \"anonumousUserRoute\": {\n \"route\": \"/explore-course\",\n \"queryParam\": \"course\"\n },\n \"isEnabled\": true,\n \"search\": {\n \"facets\": [\n \"se_boards\",\n \"se_gradeLevels\",\n \"se_subjects\",\n \"se_mediums\",\n \"primaryCategory\",\n \"additionalCategories\"\n ]\n },\n \"title\": \"frmelmnts.lbl.dscfrmctgries\",\n \"loggedInUserRoute\": {\n \"route\": \"/learn\",\n \"queryParam\": \"course\"\n },\n \"landing\": {\n \"description\": \"frmelmnts.lbl.exploredescription\",\n \"title\": \"frmelmnts.lbl.exploretitle\"\n },\n \"filter\": {\n \"additionalCategories\": [\n \"tv lesson\"\n ],\n \"primaryCategory\": [\n \"course\",\n \"digital textbook\",\n \"etextbook\"\n ]\n },\n \"merge\": {\n \"source\": \"primaryCategory\",\n \"destination\": \"additionalCategories\"\n },\n \"theme\": {\n \"component\": \"sb-pills-grid\",\n \"limit\": 10,\n \"colorMapping\": [\n {\n \"primary\": \"rgba(255,255,255,1)\",\n \"secondary\": \"rgba(255,255,255,1)\"\n }\n ],\n \"infiniteCard\": false,\n \"icons\": {\n \"digital textbooks\": \"assets/images/textbook.svg\",\n \"documents\": \"assets/images/documents.svg\",\n \"videos\": \"assets/images/videos.svg\",\n \"default\": \"assets/images/all_content.svg\",\n \"courses\": \"assets/images/course.svg\",\n \"tv programs\": \"assets/images/tv.svg\"\n }\n },\n \"facetKey\": \"primaryCategory\",\n \"desc\": \"Section for category\"\n },\n {\n \"index\": 7,\n \"apiConfig\": {\n \"url\": \"\",\n \"params\": \"\",\n \"req\": {},\n \"contextKey\": \"res.facet.medium\",\n \"method\": \"\"\n },\n \"anonumousUserRoute\": {\n \"route\": \"/home\",\n \"queryParam\": \"course\"\n },\n \"isEnabled\": false,\n \"title\": \"frmelmnts.lbl.medium\",\n \"loggedInUserRoute\": {\n \"route\": \"/learn\",\n \"queryParam\": \"course\"\n },\n \"theme\": {\n \"component\": \"sb-pills-grid\",\n \"limit\": 10,\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 \"infiniteCard\": false\n },\n \"facetKey\": \"medium\",\n \"desc\": \"Section for medium\"\n }\n ],\n \"menuType\": \"Content\",\n \"metaData\": {\n \"defaultFilters\": {\n \"medium\": [],\n \"board\": [\n \"CBSE\"\n ],\n \"gradeLevel\": [\n \"Class 10\"\n ]\n },\n \"groupByKey\": \"subject\",\n \"filters\": [\n \"board\",\n \"gradeLevel\",\n \"subject\",\n \"medium\",\n \"publisher\",\n \"audience\",\n \"channel\"\n ]\n }\n },\n {\n \"index\": 1,\n \"search\": {\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 \"facets\": [\n \"primaryCategory\",\n \"se_boards\"\n ],\n \"filters\": {\n \"medium\": [],\n \"gradeLevel\": [],\n \"audience\": [],\n \"board\": [],\n \"primaryCategory\": [\n \"Digital Textbook\",\n \"eTextbook\"\n ],\n \"channel\": [],\n \"subject\": []\n }\n },\n \"contentType\": \"explore\",\n \"title\": \"frmelmnts.lbl.explore\",\n \"isEnabled\": false,\n \"anonumousUserRoute\": {\n \"route\": \"/explore\",\n \"queryParam\": \"explore\"\n },\n \"loggedInUserRoute\": {\n \"route\": \"/resources\",\n \"queryParam\": \"explore\"\n },\n \"filter\": {\n \"isEnabled\": false,\n \"type\": \"facet\"\n },\n \"theme\": {\n \"className\": \"explore\",\n \"baseColor\": \"\",\n \"textColor\": \"\",\n \"supportingColor\": \"\",\n \"imageName\": \"courses-banner-img.svg\"\n },\n \"desc\": \"frmelmnts.lbl.explore\",\n \"isOnlineOnly\": true,\n \"sections\": [\n {\n \"index\": 0,\n \"apiConfig\": {\n \"url\": \"\",\n \"params\": \"\",\n \"req\": {},\n \"contextKey\": \"res.facet.primaryCategory\",\n \"method\": \"\"\n },\n \"anonumousUserRoute\": {\n \"route\": \"/explore-course\",\n \"queryParam\": \"course\"\n },\n \"isEnabled\": true,\n \"title\": \"frmelmnts.lbl.dscfrmctgries\",\n \"loggedInUserRoute\": {\n \"route\": \"/learn\",\n \"queryParam\": \"course\"\n },\n \"landing\": {\n \"description\": \"frmelmnts.lbl.exploredescription\",\n \"title\": \"frmelmnts.lbl.exploretitle\"\n },\n \"theme\": {\n \"component\": \"sb-pills-grid\",\n \"limit\": 10,\n \"colorMapping\": [],\n \"infiniteCard\": false,\n \"icons\": {\n \"digital textbooks\": \"assets/images/textbook.svg\",\n \"documents\": \"assets/images/documents.svg\",\n \"tv classes\": \"assets/images/tv.svg\",\n \"videos\": \"assets/images/videos.svg\",\n \"default\": \"assets/images/all_content.svg\",\n \"courses\": \"assets/images/course.svg\"\n }\n },\n \"facetKey\": \"primaryCategory\",\n \"data\": [\n {\n \"index\": 0,\n \"name\": \"Digital Textbook\",\n \"value\": \"digital textbook\",\n \"searchCriteria\": {\n \"facets\": [],\n \"primaryCategories\": [\n \"Digital Textbook\"\n ],\n \"mode\": \"soft\",\n \"searchType\": \"search\"\n }\n },\n {\n \"index\": 1,\n \"name\": \"Course\",\n \"value\": \"course\",\n \"searchCriteria\": {\n \"facets\": [],\n \"primaryCategories\": [\n \"Course\"\n ],\n \"mode\": \"soft\",\n \"searchType\": \"search\"\n }\n }\n ],\n \"desc\": \"Section for category\"\n },\n {\n \"index\": 0,\n \"apiConfig\": {\n \"url\": \"\",\n \"params\": \"\",\n \"req\": {},\n \"contextKey\": \"res.facet.subject\",\n \"method\": \"\"\n },\n \"anonumousUserRoute\": {\n \"route\": \"/explore-course\",\n \"queryParam\": \"course\"\n },\n \"isEnabled\": true,\n \"title\": \"frmelmnts.lbl.board\",\n \"loggedInUserRoute\": {\n \"route\": \"/learn\",\n \"queryParam\": \"course\"\n },\n \"landing\": {\n \"description\": \"frmelmnts.lbl.exploredescription\",\n \"title\": \"frmelmnts.lbl.exploretitle\"\n },\n \"theme\": {\n \"component\": \"sb-pills-grid\",\n \"limit\": 10,\n \"colorMapping\": [],\n \"infiniteCard\": false,\n \"icons\": {\n \"state (telangana)\": \"https://diksha.gov.in/ts/logo.png\",\n \"state (haryana)\": \"https://diksha.gov.in/hr/logo.png\",\n \"ut (ladakh)\": \"https://diksha.gov.in/ld/appLogo.png\",\n \"state (kerala)\": \"https://diksha.gov.in/logo.png\",\n \"state (uttar pradesh)\": \"https://diksha.gov.in/up/appLogo.png\",\n \"state (andhra pradesh)\": \"https://diksha.gov.in/ap/logo.png\",\n \"state (nagaland)\": \"https://diksha.gov.in/nl/logo.png\",\n \"state (tamil nadu)\": \"https://diksha.gov.in/tn/appLogo.png\",\n \"state (himachal pradesh)\": \"https://diksha.gov.in/logo.png\",\n \"state (jammu and kashmir)\": \"https://diksha.gov.in/jk/logo.png\",\n \"state (goa)\": \"https://diksha.gov.in/ga/logo.png\",\n \"state (punjab)\": \"https://diksha.gov.in/pb/appLogo.png\",\n \"igot-health\": \"https://diksha.gov.in/igot/logo.png\",\n \"ut (dnh and dd)\": \"https://diksha.gov.in/dd/appLogo.png\",\n \"state (jharkhand)\": \"https://diksha.gov.in/jh/logo.png\",\n \"state (mizoram)\": \"https://diksha.gov.in/mz/logo.png\",\n \"state (manipur)\": \"https://diksha.gov.in/mn/appLogo.png\",\n \"state (uttarakhand)\": \"https://diksha.gov.in/logo.png\",\n \"state (rajasthan)\": \"https://diksha.gov.in/rj/appLogo.png\",\n \"state (odisha)\": \"https://diksha.gov.in/od/appLogo.png\",\n \"state (delhi)\": \"https://diksha.gov.in/dl/logo.png\",\n \"ut (puducherry)\": \"https://diksha.gov.in/py/appLogo.png\",\n \"state (chandigarh)\": \"https://diksha.gov.in/logo.png\",\n \"state (meghalya)\": \"https://diksha.gov.in/ml/logo.png\",\n \"cbse\": \"https://diksha.gov.in/cbse/cbse-logo.png\",\n \"state (sikkim)\": \"https://diksha.gov.in/sk/logo.png\",\n \"state (karnataka)\": \"https://diksha.gov.in/ka/appLogo.png\",\n \"state (gujarat)\": \"https://diksha.gov.in/gj/logo.png\",\n \"state (madhya pradesh)\": \"https://diksha.gov.in/mp/logo.png\",\n \"state (arunachal pradesh)\": \"https://diksha.gov.in/ar/logo.png\",\n \"state (maharashtra)\": \"https://diksha.gov.in/mh/logo.png\",\n \"state (assam)\": \"https://diksha.gov.in/as/logo.png\",\n \"state (tripura)\": \"https://diksha.gov.in/logo.png\",\n \"state (bihar)\": \"https://diksha.gov.in/br/logo.png\",\n \"ut (andaman and nicobar islands)\": \"https://diksha.gov.in/an/logo.png\",\n \"state (chhattisgarh)\": \"https://diksha.gov.in/cg/logo.png\"\n }\n },\n \"facetKey\": \"se_boards\",\n \"data\": [\n {\n \"index\": 0,\n \"name\": \"CBSE/NCERT\",\n \"value\": \"cbse\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"CBSE\"\n ]\n }\n },\n {\n \"index\": 1,\n \"name\": \"IGOT-Health\",\n \"value\": \"igot-health\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"IGOT-Health\"\n ]\n }\n },\n {\n \"index\": 2,\n \"name\": \"State (Arunachal Pradesh)\",\n \"value\": \"state (arunachal pradesh)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Arunachal Pradesh)\"\n ]\n }\n },\n {\n \"index\": 3,\n \"name\": \"State (Andhra Pradesh)\",\n \"value\": \"state (andhra pradesh)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Andhra Pradesh)\"\n ]\n }\n },\n {\n \"index\": 4,\n \"name\": \"State (Assam)\",\n \"value\": \"state (assam)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Assam)\"\n ]\n }\n },\n {\n \"index\": 5,\n \"name\": \"State (Bihar)\",\n \"value\": \"state (bihar)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Bihar)\"\n ]\n }\n },\n {\n \"index\": 6,\n \"name\": \"State (Chandigarh)\",\n \"value\": \"state (chandigarh)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Chandigarh)\"\n ]\n }\n },\n {\n \"index\": 7,\n \"name\": \"State (Chhattisgarh)\",\n \"value\": \"state (chhattisgarh)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Chhattisgarh)\"\n ]\n }\n },\n {\n \"index\": 8,\n \"name\": \"State (Delhi)\",\n \"value\": \"state (delhi)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Delhi)\"\n ]\n }\n },\n {\n \"index\": 9,\n \"name\": \"State (Goa)\",\n \"value\": \"state (goa)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Goa)\"\n ]\n }\n },\n {\n \"index\": 10,\n \"name\": \"State (Gujarat)\",\n \"value\": \"state (gujarat)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Gujarat)\"\n ]\n }\n },\n {\n \"index\": 11,\n \"name\": \"State (Haryana)\",\n \"value\": \"state (haryana)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Haryana)\"\n ]\n }\n },\n {\n \"index\": 12,\n \"name\": \"State (Himachal Pradesh)\",\n \"value\": \"state (himachal pradesh)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Himachal Pradesh)\"\n ]\n }\n },\n {\n \"index\": 13,\n \"name\": \"State (Jammu And Kashmir)\",\n \"value\": \"state (jammu and kashmir)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Jammu And Kashmir)\"\n ]\n }\n },\n {\n \"index\": 14,\n \"name\": \"State (Jharkhand)\",\n \"value\": \"state (jharkhand)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Jharkhand)\"\n ]\n }\n },\n {\n \"index\": 15,\n \"name\": \"State (Karnataka)\",\n \"value\": \"state (karnataka)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Karnataka)\"\n ]\n }\n },\n {\n \"index\": 16,\n \"name\": \"State (Kerala)\",\n \"value\": \"state (kerala)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Kerala)\"\n ]\n }\n },\n {\n \"index\": 17,\n \"name\": \"State (Madhya Pradesh)\",\n \"value\": \"state (madhya pradesh)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Madhya Pradesh)\"\n ]\n }\n },\n {\n \"index\": 18,\n \"name\": \"State (Maharashtra)\",\n \"value\": \"state (maharashtra)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Maharashtra)\"\n ]\n }\n },\n {\n \"index\": 19,\n \"name\": \"State (Manipur)\",\n \"value\": \"state (manipur)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Manipur)\"\n ]\n }\n },\n {\n \"index\": 20,\n \"name\": \"State (Meghalya)\",\n \"value\": \"state (meghalya)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Meghalya)\"\n ]\n }\n },\n {\n \"index\": 21,\n \"name\": \"State (Mizoram)\",\n \"value\": \"state (mizoram)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Mizoram)\"\n ]\n }\n },\n {\n \"index\": 22,\n \"name\": \"State (Nagaland)\",\n \"value\": \"state (nagaland)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Nagaland)\"\n ]\n }\n },\n {\n \"index\": 23,\n \"name\": \"State (Odisha)\",\n \"value\": \"state (odisha)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Odisha)\"\n ]\n }\n },\n {\n \"index\": 24,\n \"name\": \"State (Punjab)\",\n \"value\": \"state (punjab)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Punjab)\"\n ]\n }\n },\n {\n \"index\": 25,\n \"name\": \"State (Rajasthan)\",\n \"value\": \"state (rajasthan)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Rajasthan)\"\n ]\n }\n },\n {\n \"index\": 26,\n \"name\": \"State (Sikkim)\",\n \"value\": \"state (sikkim)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Sikkim)\"\n ]\n }\n },\n {\n \"index\": 27,\n \"name\": \"State (Tamil Nadu)\",\n \"value\": \"state (tamil nadu)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Tamil Nadu)\"\n ]\n }\n },\n {\n \"index\": 28,\n \"name\": \"State (Telangana)\",\n \"value\": \"state (telangana)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Telangana)\"\n ]\n }\n },\n {\n \"index\": 29,\n \"name\": \"State (Tripura)\",\n \"value\": \"state (tripura)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Tripura)\"\n ]\n }\n },\n {\n \"index\": 30,\n \"name\": \"State (Uttar Pradesh)\",\n \"value\": \"state (uttar pradesh)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Uttar Pradesh)\"\n ]\n }\n },\n {\n \"index\": 31,\n \"name\": \"State (Uttarakhand)\",\n \"value\": \"state (uttarakhand)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"State (Uttarakhand)\"\n ]\n }\n },\n {\n \"index\": 32,\n \"name\": \"UT (Andaman and Nicobar Islands)\",\n \"value\": \"ut (andaman and nicobar islands)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"UT (Andaman and Nicobar Islands)\"\n ]\n }\n },\n {\n \"index\": 33,\n \"name\": \"UT (DNH and DD)\",\n \"value\": \"ut (dnh and dd)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"UT (DNH and DD)\"\n ]\n }\n },\n {\n \"index\": 34,\n \"name\": \"UT (Ladakh)\",\n \"value\": \"ut (ladakh)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"UT (Ladakh)\"\n ]\n }\n },\n {\n \"index\": 35,\n \"name\": \"UT (Puducherry)\",\n \"value\": \"ut (puducherry)\",\n \"searchCriteria\": {\n \"facets\": [\n \"board\"\n ],\n \"board\": [\n \"UT (Puducherry)\"\n ]\n }\n }\n ],\n \"desc\": \"Section for explore\"\n },\n {\n \"index\": 2,\n \"apiConfig\": {\n \"url\": \"\",\n \"params\": \"\",\n \"req\": {},\n \"contextKey\": \"res.facet.audience\",\n \"method\": \"\"\n },\n \"anonumousUserRoute\": {\n \"route\": \"/explore-course\",\n \"queryParam\": \"course\"\n },\n \"isEnabled\": true,\n \"title\": \"frmelmnts.lbl.audience\",\n \"loggedInUserRoute\": {\n \"route\": \"/learn\",\n \"queryParam\": \"course\"\n },\n \"landing\": {\n \"description\": \"frmelmnts.lbl.exploredescription\",\n \"title\": \"frmelmnts.lbl.exploretitle\"\n },\n \"theme\": {\n \"component\": \"sb-pills-grid\",\n \"limit\": 10,\n \"colorMapping\": [],\n \"infiniteCard\": false,\n \"icons\": {\n \"default\": \"assets/images/guest-img3.svg\",\n \"administrator\": \"assets/images/guest-img5.svg\",\n \"teacher\": \"assets/images/guest-img1.svg\",\n \"parent\": \"assets/images/guest-img4.svg\",\n \"student\": \"assets/images/guest-img2.svg\"\n }\n },\n \"facetKey\": \"audience\",\n \"data\": [\n {\n \"index\": 0,\n \"name\": \"School head OR Officials\",\n \"value\": \"administrator\",\n \"searchCriteria\": {\n \"facets\": [],\n \"audience\": [\n \"Administrator\"\n ],\n \"searchType\": \"search\",\n \"mode\": \"soft\"\n }\n },\n {\n \"index\": 1,\n \"name\": \"Other\",\n \"value\": \"other\",\n \"searchCriteria\": {\n \"facets\": [],\n \"audience\": [\n \"Other\"\n ],\n \"searchType\": \"search\",\n \"mode\": \"soft\"\n }\n },\n {\n \"index\": 2,\n \"name\": \"Parent/Guardian\",\n \"value\": \"parent\",\n \"searchCriteria\": {\n \"facets\": [],\n \"audience\": [\n \"Parent\"\n ],\n \"searchType\": \"search\",\n \"mode\": \"soft\"\n }\n },\n {\n \"index\": 4,\n \"name\": \"Teacher\",\n \"value\": \"teacher\",\n \"searchCriteria\": {\n \"facets\": [],\n \"audience\": [\n \"Teacher\"\n ],\n \"searchType\": \"search\",\n \"mode\": \"soft\"\n }\n },\n {\n \"index\": 3,\n \"name\": \"Student\",\n \"value\": \"student\",\n \"searchCriteria\": {\n \"facets\": [],\n \"audience\": [\n \"Student\"\n ],\n \"searchType\": \"search\",\n \"mode\": \"soft\"\n }\n }\n ],\n \"desc\": \"Section for audience\"\n }\n ],\n \"menuType\": \"Content\",\n \"metaData\": {\n \"defaultFilters\": {\n \"medium\": [],\n \"board\": [\n \"CBSE\"\n ],\n \"gradeLevel\": [\n \"Class 10\"\n ]\n },\n \"groupByKey\": \"subject\",\n \"filters\": [\n \"board\",\n \"gradeLevel\",\n \"subject\",\n \"medium\",\n \"publisher\",\n \"audience\",\n \"channel\"\n ]\n }\n },\n {\n \"index\": 11,\n \"title\": \"frmelmnts.tab.ask\",\n \"desc\": \"frmelmnts.tab.ask\",\n \"menuType\": \"Content\",\n \"contentType\": \"ask\",\n \"isEnabled\": true,\n \"isOnlineOnly\": true,\n \"theme\": {\n \"baseColor\": \"\",\n \"textColor\": \"\",\n \"supportingColor\": \"\",\n \"className\": \"ask\",\n \"imageName\": \"ask-banner-img.svg\"\n },\n \"anonumousUserRoute\": {\n \"route\": \"/ask\",\n \"queryParam\": \"ask\"\n },\n \"loggedInUserRoute\": {\n \"route\": \"/ask\",\n \"queryParam\": \"ask\"\n },\n \"isLoginMandatory\": false\n }\n ]\n }\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "3 - All Tab - Schema creation", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "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" }, "response": [] }, { "name": "4 - Resource Bundle - For Labels", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"customResourcebundles\",\n \"action\": \"list\",\n \"subType\": \"global\",\n \"rootOrgId\": \"*\",\n \"component\": \"portal\",\n \"data\": {\n \"defaultLanguage\": \"en\",\n \"en\": {\n \"frameworkCategory1\": \"Board\",\n \"frameworkCategory2\": \"Medium\",\n \"frameworkCategory3\": \"Grade\",\n \"frameworkCategory4\": \"Subject\"\n }\n }\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "5 - Groups Form", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": \n{\n \"type\": \"forum\",\n \"subType\": \"group\",\n \"action\": \"create\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"create\",\n \"fields\": [\n {\n \"category\": {\n \"name\": \"Discussion Forum for Groups\",\n \"pid\": \"2\",\n \"uid\": \"1\",\n \"description\": \"\",\n \"context\": [\n {\n \"type\": \"group\",\n \"identifier\": \"_groupId\"\n }\n ]\n }\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "6 - Groups Supported Activities", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": \n{\n \"type\": \"group\",\n \"subType\": \"supported_activities\",\n \"action\": \"list\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"supported_activities\",\n \"action\": \"list\",\n \"fields\": [\n {\n \"index\": 0,\n \"activityType\": \"Explanation Content\",\n \"objectType\": \"Content\",\n \"isEnabled\": true,\n \"sortBy\": [\n {\n \"name\": \"asc\"\n }\n ],\n \"searchQuery\": \"{\\\"request\\\":{\\\"filters\\\":{\\\"primaryCategory\\\":[\\\"Explanation Content\\\"],\\\"status\\\":[\\\"Live\\\"],\\\"objectType\\\":[\\\"Content\\\"]},\\\"fields\\\":[\\\"name\\\",\\\"appIcon\\\",\\\"contentType\\\",\\\"identifier\\\",\\\"objectType\\\",\\\"createdBy\\\"]}}\",\n \"title\": \"Explanation Content\",\n \"translations\": \"{\\\"en\\\": \\\"Explanation Content\\\", \\\"as\\\": \\\"ব্যাখ্যা কৰা বিষয়বস্তু\\\", \\\"bn\\\": \\\"বিষয়বস্তুর ব্যাখ্যা\\\", \\\"gu\\\":\\\"એક્સપ્લેનેશન કન્ટેન્ટ\\\", \\\"hi\\\":\\\"स्पष्टीकरण सामग्री\\\", \\\"kn\\\":\\\"ವಿವರಣಾತ್ಮಕ ಪಠ್ಯಾಂಶ\\\", \\\"mr\\\":\\\"स्पष्टीकरण सामग्री\\\", \\\"or\\\":\\\"ବିସ୍ତାରିତ କଣ୍ଟେଣ୍ଟ୍\\\", \\\"pa\\\":\\\"ਵਿਆਖਿਆ ਕੰਟੇਂਟ\\\", \\\"ta\\\":\\\"விளக்க உள்ளடக்கம்\\\", \\\"te\\\":\\\"అర్థము కంటెంట్\\\", \\\"ur\\\":\\\"وضاحت کا مواد\\\"}\"\n },\n {\n \"index\": 1,\n \"activityType\": \"Learning Resource\",\n \"objectType\": \"Content\",\n \"isEnabled\": true,\n \"sortBy\": [\n {\n \"name\": \"asc\"\n }\n ],\n \"searchQuery\": \"{\\\"request\\\":{\\\"filters\\\":{\\\"primaryCategory\\\":[\\\"Learning Resource\\\"],\\\"status\\\":[\\\"Live\\\"],\\\"objectType\\\":[\\\"Content\\\"]},\\\"fields\\\":[\\\"name\\\",\\\"appIcon\\\",\\\"contentType\\\",\\\"identifier\\\",\\\"objectType\\\",\\\"createdBy\\\"]}}\",\n \"title\": \"Learning Resource\",\n \"translations\": \"{\\\"en\\\": \\\"Learning module\\\", \\\"as\\\": \\\"শিক্ষণৰ ম'ডিউল\\\", \\\"bn\\\": \\\"প্রশিক্ষণ মডিউল\\\", \\\"gu\\\":\\\"શીખવાનું મોડ્યુલ\\\", \\\"hi\\\":\\\"अध्ययन मॉड्यूल\\\", \\\"kn\\\":\\\"ಕಲಿಕಾ ಮಾಡ್ಯೂಲ್\\\", \\\"mr\\\":\\\"अभ्यास विभाग\\\", \\\"or\\\":\\\"ଶିକ୍ଷଣ ମଡ୍ୟୁଲ\\\", \\\"pa\\\":\\\"ਸਿਖਲਾਈ ਮੋਡੀਊਲ\\\", \\\"ta\\\":\\\"கற்றல் மாடுயூல்\\\", \\\"te\\\":\\\"మాడ్యూల్ నేర్చుకోవడం\\\", \\\"ur\\\":\\\"سیکھنے کا ماڈیول\\\"}\"\n },\n {\n \"index\": 2,\n \"activityType\": \"Course\",\n \"objectType\": \"Content\",\n \"isEnabled\": true,\n \"sortBy\": [\n {\n \"name\": \"asc\"\n }\n ],\n \"searchQuery\": \"{\\\"request\\\":{\\\"filters\\\":{\\\"primaryCategory\\\":[\\\"Course\\\"],\\\"batches.status\\\":1,\\\"batches.enrollmentType\\\":\\\"open\\\",\\\"objectType\\\":[\\\"Content\\\"],\\\"status\\\":[\\\"Live\\\"]},\\\"fields\\\":[\\\"name\\\",\\\"appIcon\\\",\\\"contentType\\\",\\\"identifier\\\",\\\"objectType\\\",\\\"createdBy\\\"]}}\",\n \"title\": \"Course\",\n \"translations\": \"{\\\"en\\\": \\\"Course\\\", \\\"as\\\": \\\"পাঠ্যক্ৰমসমুহ\\\", \\\"bn\\\": \\\"পাঠ্যধারাগুলি\\\", \\\"gu\\\":\\\"કોર્સ\\\", \\\"hi\\\":\\\"कोर्स\\\", \\\"kn\\\":\\\"ಕೋರ್ಸ್ ಗಳು\\\", \\\"mr\\\":\\\"कोर्सेस\\\", \\\"or\\\":\\\"ପାଠ୍ୟକ୍ରମଗୁଡ଼ିକ\\\", \\\"pa\\\":\\\"ਕੋਰਸਿਸ\\\", \\\"ta\\\":\\\"பாடநெறிகள்\\\", \\\"te\\\":\\\"కోర్సులు\\\", \\\"ur\\\":\\\"کورسز\\\"}\"\n },\n {\n \"index\": 3,\n \"activityType\": \"Practice Question Set\",\n \"objectType\": \"Content\",\n \"isEnabled\": true,\n \"sortBy\": [\n {\n \"name\": \"asc\"\n }\n ],\n \"searchQuery\": \"{\\\"request\\\":{\\\"filters\\\":{\\\"primaryCategory\\\":[\\\"Practice Question Set\\\"],\\\"status\\\":[\\\"Live\\\"],\\\"objectType\\\":[\\\"Content\\\"]},\\\"fields\\\":[\\\"name\\\",\\\"appIcon\\\",\\\"contentType\\\",\\\"identifier\\\",\\\"objectType\\\",\\\"createdBy\\\"]}}\",\n \"title\": \"Practice Question Set\",\n \"translations\": \"{\\\"en\\\": \\\"Practice question set\\\", \\\"as\\\": \\\"অনুশীলনৰ প্ৰশ্নৰ সমষ্টি\\\", \\\"bn\\\": \\\"অনুশীলনের প্রশ্ন সেট\\\", \\\"gu\\\":\\\"પ્રેક્ટિસ પ્રશ્ન સેટ\\\", \\\"hi\\\":\\\"अभ्यास प्रश्न संग्रह\\\", \\\"kn\\\":\\\"ಅಭ್ಯಾಸ ಪ್ರಶ್ನಾವಳಿ\\\", \\\"mr\\\":\\\"सराव प्रश्नसंच\\\", \\\"or\\\":\\\"ଅଭ୍ୟାସ ପ୍ରଶ୍ନପତ୍ର ସେଟ୍\\\", \\\"pa\\\":\\\"ਅਭਿਆਸ ਪ੍ਰਸ਼ਨ ਸੈੱਟ\\\", \\\"ta\\\":\\\"பயிற்சி கேள்வி தொகுப்பு\\\", \\\"te\\\":\\\"ప్రాక్టీస్ ప్రశ్న సెట్\\\", \\\"ur\\\":\\\"مشق سوال سیٹ\\\"}\"\n },\n {\n \"index\": 4,\n \"activityType\": \"eTextBook\",\n \"objectType\": \"Content\",\n \"isEnabled\": true,\n \"sortBy\": [\n {\n \"name\": \"asc\"\n }\n ],\n \"searchQuery\": \"{\\\"request\\\":{\\\"filters\\\":{\\\"primaryCategory\\\":[\\\"eTextBook\\\"],\\\"status\\\":[\\\"Live\\\"],\\\"objectType\\\":[\\\"Content\\\"]},\\\"fields\\\":[\\\"name\\\",\\\"appIcon\\\",\\\"contentType\\\",\\\"identifier\\\",\\\"objectType\\\",\\\"createdBy\\\"]}}\",\n \"title\": \"eTextBook\",\n \"translations\": \"{\\\"en\\\": \\\"PDF TextBook\\\", \\\"as\\\": \\\"PDF পাঠ্যপুথি\\\", \\\"bn\\\": \\\"পাঠ্যপুস্তকের পিডিএফ\\\", \\\"gu\\\":\\\"PDF ટેક્સ્ટબુક\\\", \\\"hi\\\":\\\"PDF पाठ्यपुस्तकें\\\", \\\"kn\\\":\\\"ಪಿಡಿಎಫ್ ಪಠ್ಯಪುಸ್ತಕ\\\", \\\"mr\\\":\\\"PDF पाठ्यपुस्तक\\\", \\\"or\\\":\\\"PDF ପାଠ୍ୟପୁସ୍ତକ\\\", \\\"pa\\\":\\\"PDF ਪਾਠ ਪੁਸਤਕ\\\", \\\"ta\\\":\\\"பி.டீ.எப் பாடபுத்தங்கள்\\\", \\\"te\\\":\\\"PDF పాఠ్య పుస్తకం\\\", \\\"ur\\\":\\\"پی ڈی ایف درسی کتاب\\\"}\"\n },\n {\n \"index\": 5,\n \"activityType\": \"Teacher Resource\",\n \"objectType\": \"Content\",\n \"isEnabled\": true,\n \"sortBy\": [\n {\n \"name\": \"asc\"\n }\n ],\n \"searchQuery\": \"{\\\"request\\\":{\\\"filters\\\":{\\\"primaryCategory\\\":[\\\"Teacher Resource\\\"],\\\"status\\\":[\\\"Live\\\"],\\\"objectType\\\":[\\\"Content\\\"]},\\\"fields\\\":[\\\"name\\\",\\\"appIcon\\\",\\\"contentType\\\",\\\"identifier\\\",\\\"objectType\\\",\\\"createdBy\\\"]}}\",\n \"title\": \"Teacher Resource\",\n \"translations\": \"{\\\"en\\\": \\\"Teaching Resource\\\", \\\"as\\\": \\\"শিক্ষাদানৰ সমলসমূহ\\\", \\\"bn\\\": \\\"শিক্ষার সংস্থান\\\", \\\"gu\\\":\\\"શિક્ષણ સંસાધનો\\\", \\\"hi\\\":\\\"शिक्षण संसाधन\\\", \\\"kn\\\":\\\"ಬೋಧನಾ ಸಂಪನ್ಮೂಲಗಳು\\\", \\\"mr\\\":\\\"शिक्षण संसाधने\\\", \\\"or\\\":\\\"ଶିକ୍ଷଣ ସଂସାଧନ\\\", \\\"pa\\\":\\\"ਅਧਿਆਪਨ ਦੇ ਸਰੋਤ\\\", \\\"ta\\\":\\\"கற்பித்தல் பொருள்\\\", \\\"te\\\":\\\"బోధనా వనరులు\\\", \\\"ur\\\":\\\" تدریسی وسائل \\\"}\"\n },\n {\n \"index\": 6,\n \"activityType\": \"Digital Textbook\",\n \"objectType\": \"Content\",\n \"isEnabled\": true,\n \"sortBy\": [\n {\n \"name\": \"asc\"\n }\n ],\n \"searchQuery\": \"{\\\"request\\\":{\\\"filters\\\":{\\\"primaryCategory\\\":[\\\"Digital Textbook\\\"],\\\"status\\\":[\\\"Live\\\"],\\\"objectType\\\":[\\\"Content\\\"]},\\\"fields\\\":[\\\"name\\\",\\\"appIcon\\\",\\\"contentType\\\",\\\"identifier\\\",\\\"objectType\\\",\\\"createdBy\\\"]}}\",\n \"title\": \"Digital Textbook\",\n \"translations\": \"{\\\"en\\\": \\\"Digital textbooks\\\", \\\"as\\\": \\\"ডিজিটেল পাঠ্যপুথিসমূহ\\\", \\\"bn\\\": \\\"ডিজিটাল পাঠ্যবই\\\", \\\"gu\\\":\\\"ડિજિટલ પાઠયપુસ્તકો\\\", \\\"hi\\\":\\\"डिजिटल पाठ्यपुस्तकें\\\", \\\"kn\\\":\\\"ಡಿಜಿಟಲ್ ಪಠ್ಯಪುಸ್ತಕಗಳು\\\", \\\"mr\\\":\\\"डिजिटल पाठ्यपुस्तके\\\", \\\"or\\\":\\\"ଡିଜିଟାଲ୍ ପାଠ୍ୟପୁସ୍ତକ\\\", \\\"pa\\\":\\\"ਡਿਜੀਟਲ ਪਾਠ ਪੁਸਤਕਾਂ\\\", \\\"ta\\\":\\\"டிஜிட்டல் பாடப்புத்தகங்கள்\\\", \\\"te\\\":\\\"పాఠ్యపుస్తకాలు\\\", \\\"ur\\\":\\\" ڈیجیٹل درسی کتابیں \\\"}\"\n },\n {\n \"index\": 7,\n \"activityType\": \"Content Playlist\",\n \"objectType\": \"Content\",\n \"isEnabled\": true,\n \"sortBy\": [\n {\n \"name\": \"asc\"\n }\n ],\n \"searchQuery\": \"{\\\"request\\\":{\\\"filters\\\":{\\\"primaryCategory\\\":[\\\"Content Playlist\\\"],\\\"status\\\":[\\\"Live\\\"],\\\"objectType\\\":[\\\"Content\\\"]},\\\"fields\\\":[\\\"name\\\",\\\"appIcon\\\",\\\"contentType\\\",\\\"identifier\\\",\\\"objectType\\\",\\\"createdBy\\\"]}}\",\n \"title\": \"Content Playlist\",\n \"translations\": \"{\\\"en\\\": \\\"Content Playlist\\\", \\\"as\\\": \\\"বিষয়বস্তুৰ প্লে'লিষ্ট\\\", \\\"bn\\\": \\\"কন্টেন্ট প্লেলিস্ট\\\", \\\"gu\\\":\\\"કન્ટેન્ટ જોવાનું લિસ્ટ\\\", \\\"hi\\\":\\\"कंटेन्ट प्लेलिस्ट\\\", \\\"kn\\\":\\\" ಪಠ್ಯಾಂಶ ಪ್ಲೇಲಿಸ್ಟ್\\\", \\\"mr\\\":\\\"सामग्री प्लेलिस्ट \\\", \\\"or\\\":\\\" କଣ୍ଟେଣ୍ଟ ପ୍ଲେଲିଷ୍ଟ\\\", \\\"pa\\\":\\\"ਕੰਟੇੇਂਟ ਪਲੇਲਿਸਟ\\\", \\\"ta\\\":\\\"உள்ளடக்க பிளேலிஸ்ட்\\\", \\\"te\\\":\\\"కంటెంట్ ప్లేజాబితా\\\", \\\"ur\\\":\\\" مواد پلے لسٹ \\\"}\"\n },\n {\n \"index\": 8,\n \"activityType\": \"TV Lesson\",\n \"objectType\": \"Content\",\n \"isEnabled\": true,\n \"sortBy\": [\n {\n \"name\": \"asc\"\n }\n ],\n \"searchQuery\": \"{\\\"request\\\":{\\\"filters\\\":{\\\"primaryCategory\\\":[\\\"Explanation Content\\\"],\\\"additionalCategories\\\":[\\\"TV Lesson\\\"],\\\"status\\\":[\\\"Live\\\"],\\\"objectType\\\":[\\\"Content\\\"]},\\\"fields\\\":[\\\"name\\\",\\\"appIcon\\\",\\\"contentType\\\",\\\"identifier\\\",\\\"objectType\\\",\\\"createdBy\\\"]}}\",\n \"title\": \"TV Lesson\",\n \"translations\": \"{\\\"en\\\": \\\"TV Class\\\", \\\"as\\\": \\\"টিভি শ্ৰেণীসমূহ\\\", \\\"bn\\\": \\\"টিভিতে সম্প্রচারিত শিক্ষাদানের অনুষ্ঠানগুলি\\\", \\\"gu\\\":\\\"TV વર્ગો\\\", \\\"hi\\\":\\\"टीवी कक्षाएँ\\\", \\\"kn\\\":\\\"ಟಿವಿ ತರಗತಿಗಳು\\\", \\\"mr\\\":\\\"टीव्ही वर्ग \\\", \\\"or\\\":\\\"TV କ୍ଲାସଗୁଡ଼ିକ\\\", \\\"pa\\\":\\\"ਟੀਵੀ ਕਲਾਸਾਂ\\\", \\\"ta\\\":\\\"தொலைக்காட்சி வகுப்புகள்\\\", \\\"te\\\":\\\"టీవీ క్లాసులు\\\", \\\"ur\\\":\\\" ٹی وی کلاسز\\\"}\"\n },\n {\n \"index\": 9,\n \"activityType\": \"Previous Board Exam Papers\",\n \"objectType\": \"Content\",\n \"isEnabled\": true,\n \"sortBy\": [\n {\n \"name\": \"asc\"\n }\n ],\n \"searchQuery\": \"{\\\"request\\\":{\\\"filters\\\":{\\\"primaryCategory\\\":[\\\"Learning Resource\\\"],\\\"additionalCategories\\\":[\\\"Previous Board Exam Papers\\\"],\\\"status\\\":[\\\"Live\\\"],\\\"objectType\\\":[\\\"Content\\\"]},\\\"fields\\\":[\\\"name\\\",\\\"appIcon\\\",\\\"contentType\\\",\\\"identifier\\\",\\\"objectType\\\",\\\"createdBy\\\"]}}\",\n \"title\": \"Previous Board Exam Papers\",\n \"translations\": \"{\\\"en\\\": \\\"Earlier Year's Board Exam Papers\\\", \\\"as\\\": \\\"আগৰ বছৰৰ ব'ৰ্ডৰ পৰীক্ষাৰ প্ৰশ্নসমূহ\\\", \\\"bn\\\": \\\"আগের বছরের বোর্ড পরীক্ষার প্রশ্নপত্র\\\", \\\"gu\\\":\\\"ગત બોર્ડ પરીક્ષાના પેપર્સ\\\", \\\"hi\\\":\\\"पिछले वर्षों की बोर्ड परीक्षा पेपर\\\", \\\"kn\\\":\\\"ಹಿಂದಿನ ವರ್ಷಗಳ ಮಂಡಳಿ ಪರೀಕ್ಷೆ ಪ್ರಶ್ನೆಪತ್ರಿಕೆಗಳು\\\", \\\"mr\\\":\\\"मागील वर्षाचे बोर्ड परीक्षेचे पेपर \\\", \\\"or\\\":\\\"ପୂର୍ବ ବର୍ଷର ବୋର୍ଡ ପରୀକ୍ଷା ପ୍ରଶ୍ନପତ୍ର\\\", \\\"pa\\\":\\\"ਸ਼ੁਰੂਆਤੀ ਸਾਲ ਬੋਰਡ ਪ੍ਰੀਖਿਆ ਪੇਪਰ\\\", \\\"ta\\\":\\\"முந்தைய ஆண்டுகளில் போர்டு தேர்வுத் தாள்கள்\\\", \\\"te\\\":\\\"అంతకుముందు సంవత్సరం బోర్డు పరీక్షా పత్రాలు\\\", \\\"ur\\\":\\\"ابتدائی سالوں کے بورڈ کے امتحانی پرچے\\\"}\"\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "7 - Player", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": \n{\n \"type\": \"content\",\n \"subType\": \"player\",\n \"action\": \"play\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"play\",\n \"fields\": [\n {\n \"type\": \"video-player\",\n \"version\": 2,\n \"mimeType\": [\n \"video/mp4\",\n \"video/webm\"\n ]\n },\n {\n \"type\": \"pdf-player\",\n \"version\": 2,\n \"mimeType\": [\n \"application/pdf\"\n ]\n },\n {\n \"type\": \"epub-player\",\n \"version\": 2,\n \"mimeType\": [\n \"application/epub\"\n ]\n },\n {\n \"type\": \"quml-player\",\n \"version\": 2,\n \"threshold\": 3,\n \"mimeType\": [\n \"application/vnd.sunbird.questionset\"\n ]\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "8 - ProfileConfigV2", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": \n{\n \"type\": \"profileConfig_v2\",\n \"subType\": \"default\",\n \"action\": \"get\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"profileConfig_v2\",\n \"action\": \"get\",\n \"fields\": [\n {\n \"code\": \"name\",\n \"type\": \"input\",\n \"templateOptions\": {\n \"labelHtml\": {\n \"contents\": \"$0 *\",\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\": \"$0 *\",\n \"values\": {\n \"$0\": \"Role\"\n }\n },\n \"placeHolder\": \"Select Role\",\n \"multiple\": false,\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\": \"$0 *\",\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\": \"$0 *\",\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\": \"subPersona\",\n \"type\": \"select\",\n \"default\": null,\n \"templateOptions\": {\n \"labelHtml\": {\n \"contents\": \"$0 *\",\n \"values\": {\n \"$0\": \"Subrole\"\n }\n },\n \"placeHolder\": \"Select Subrole\",\n \"multiple\": true,\n \"dataSrc\": {\n \"marker\": \"SUBPERSONA_LIST\",\n \"params\": {\n \"useCase\": \"SIGNEDIN\"\n }\n },\n \"options\": [\n {\n \"label\": \"Principal\",\n \"value\": \"PRINCIPAL\"\n },\n {\n \"label\": \"State Project Director\",\n \"value\": \"SPD\"\n },\n {\n \"label\": \"District Education Officer\",\n \"value\": \"DEO\"\n },\n {\n \"label\": \"Block Education Officer\",\n \"value\": \"BEO\"\n },\n {\n \"label\": \"Headmaster/Headmistress\",\n \"value\": \"HM\"\n },\n {\n \"label\": \"Head Teacher\",\n \"value\": \"HT\"\n },\n {\n \"value\": \"DE\",\n \"label\": \"Director Education\"\n },\n {\n \"value\": \"ADE\",\n \"label\": \"Additional Director Education\"\n },\n {\n \"value\": \"JDE\",\n \"label\": \"Joint Director Education\"\n },\n {\n \"value\": \"DDE\",\n \"label\": \"Deputy Director Education\"\n },\n {\n \"value\": \"CONSULTANT\",\n \"label\": \"Consultant\"\n },\n {\n \"value\": \"SRL\",\n \"label\": \"Sr. Lecturer\"\n },\n {\n \"value\": \"PROFESSOR\",\n \"label\": \"Professor\"\n },\n {\n \"value\": \"ASSIP\",\n \"label\": \"Assistant Professor\"\n },\n {\n \"value\": \"ASSOP\",\n \"label\": \"Associate Professor\"\n },\n {\n \"value\": \"DIET_PRICIPAL\",\n \"label\": \"DIET Principal\"\n },\n {\n \"value\": \"BRC\",\n \"label\": \"BRC\"\n },\n {\n \"value\": \"CRCCD\",\n \"label\": \"CRCC\"\n },\n {\n \"value\": \"VP\",\n \"label\": \"Vice Principal\"\n },\n {\n \"value\": \"LR\",\n \"label\": \"Lecturer\"\n },\n {\n \"value\": \"HS\",\n \"label\": \"Head of School\"\n },\n {\n \"value\": \"LA\",\n \"label\": \"Lab Assistant\"\n },\n {\n \"value\": \"ITA\",\n \"label\": \"IT Assistant\"\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 \"validations\": []\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\": \"$0 *\",\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\": \"$0 *\",\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 \"validations\": []\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 \"student\": [\n {\n \"code\": \"state\",\n \"type\": \"select\",\n \"templateOptions\": {\n \"labelHtml\": {\n \"contents\": \"$0 *\",\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\": \"$0 *\",\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 \"validations\": []\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\": \"$0 *\",\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\": \"$0 *\",\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 \"validations\": []\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 \"labelHtml\": {\n \"contents\": \"$0 *\",\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\": \"$0 *\",\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\": \"subPersona\",\n \"type\": \"select\",\n \"default\": null,\n \"templateOptions\": {\n \"labelHtml\": {\n \"contents\": \"$0 *\",\n \"values\": {\n \"$0\": \"Subrole\"\n }\n },\n \"placeHolder\": \"Select Subrole\",\n \"multiple\": false,\n \"dataSrc\": {\n \"marker\": \"SUBPERSONA_LIST\",\n \"params\": {\n \"useCase\": \"SIGNEDIN\"\n }\n },\n \"options\": [\n {\n \"value\": \"BRC\",\n \"label\": \"BRC\"\n },\n {\n \"value\": \"CRC\",\n \"label\": \"CRC\"\n },\n {\n \"value\": \"SCERT_FACULTY\",\n \"label\": \"SCERT Faculty\"\n },\n {\n \"value\": \"DIET_FACULTY\",\n \"label\": \"DIET Faculty\"\n },\n {\n \"value\": \"ICDS_PO\",\n \"label\": \"ICDS - PO\"\n },\n {\n \"value\": \"ICDS_CDPO\",\n \"label\": \"ICDS - CDPO\"\n },\n {\n \"value\": \"ICDS_SUPERVISOR\",\n \"label\": \"ICDS - Supervisor\"\n },\n {\n \"value\": \"ICDS_ANGANWADI_WORKERS\",\n \"label\": \"ICDS - Anganwadi Workers\"\n },\n {\n \"value\": \"Doctor (Allopathy)\",\n \"label\": \"Doctor (Allopathy)\"\n },\n {\n \"value\": \"AYUSH Professional\",\n \"label\": \"AYUSH Professional\"\n },\n {\n \"value\": \"Dentist & Dental Students\",\n \"label\": \"Dentist & Dental Students\"\n },\n {\n \"value\": \"Nurses\",\n \"label\": \"Nurses\"\n },\n {\n \"value\": \"Pharmacist\",\n \"label\": \"Pharmacist\"\n },\n {\n \"value\": \"Lab Technician\",\n \"label\": \"Lab Technician\"\n },\n {\n \"value\": \"Psychosocial HealthProf\",\n \"label\": \"Psychosocial HealthProf\"\n },\n {\n \"value\": \"Rehabilitation Prof.\",\n \"label\": \"Rehabilitation Prof.\"\n },\n {\n \"value\": \"Allied & Healthcare Professional\",\n \"label\": \"Allied & Healthcare Professional\"\n },\n {\n \"value\": \"Student/ Intern\",\n \"label\": \"Student/ Intern\"\n },\n {\n \"value\": \"ANMs\",\n \"label\": \"ANMs\"\n },\n {\n \"value\": \"ASHA Health worker\",\n \"label\": \"ASHA Health worker\"\n },\n {\n \"value\": \"Other Health Worker\",\n \"label\": \"Other Health Worker\"\n },\n {\n \"value\": \"Police\",\n \"label\": \"Police\"\n },\n {\n \"value\": \"NCC Cadets\",\n \"label\": \"NCC Cadets\"\n },\n {\n \"value\": \"NYKS Volunteers\",\n \"label\": \"NYKS Volunteers\"\n },\n {\n \"value\": \"NSS Volunteers\",\n \"label\": \"NSS Volunteers\"\n },\n {\n \"value\": \"Volunteer Red Cross\",\n \"label\": \"Volunteer Red Cross\"\n },\n {\n \"value\": \"Volunteer BSG\",\n \"label\": \"Volunteer BSG\"\n },\n {\n \"value\": \"NGO Volunteer\",\n \"label\": \"NGO Volunteer\"\n },\n {\n \"value\": \"Other Volunteer\",\n \"label\": \"Other Volunteer\"\n },\n {\n \"value\": \"Sanitation Prof.\",\n \"label\": \"Sanitation Prof.\"\n },\n {\n \"value\": \"District Administrator\",\n \"label\": \"District Administrator\"\n },\n {\n \"value\": \"RWA representative\",\n \"label\": \"RWA representative\"\n },\n {\n \"value\": \"Common citizen\",\n \"label\": \"Common citizen\"\n },\n {\n \"value\": \"Others\",\n \"label\": \"Others\"\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 \"validations\": []\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 \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "9 - TargetedCategory", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": \n{\n \"type\": \"category\",\n \"subType\": \"targetedCategory\",\n \"action\": \"homelisting\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"homeListing\",\n \"fields\": {\n \"up_k-12\": {\n \"teacher\": [\n {\n \"name\": \"observation\",\n \"icon\": {\n \"web\": \"assets/images/mask-image/observation_category.png\",\n \"app\": \"assets/imgs/ic_observation_category.png\"\n }\n },\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"ap_k-12_1\": {\n \"teacher\": [\n {\n \"name\": \"observation\",\n \"icon\": {\n \"web\": \"assets/images/mask-image/observation_category.png\",\n \"app\": \"assets/imgs/ic_observation_category.png\"\n }\n },\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"hp_k-12\": {\n \"teacher\": [\n {\n \"name\": \"observation\",\n \"icon\": {\n \"web\": \"assets/images/mask-image/observation_category.png\",\n \"app\": \"assets/imgs/ic_observation_category.png\"\n }\n },\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"pb_k-12\": {\n \"teacher\": [\n {\n \"name\": \"observation\",\n \"icon\": {\n \"web\": \"assets/images/mask-image/observation_category.png\",\n \"app\": \"assets/imgs/ic_observation_category.png\"\n }\n },\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"mz_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"br_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"ar_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"as_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"ch_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"cg_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"dl_k-12_1\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n },\n {\n \"name\": \"observation\",\n \"icon\": {\n \"web\": \"assets/images/mask-image/observation_category.png\",\n \"app\": \"assets/imgs/ic_observation_category.png\"\n }\n }\n ]\n },\n \"ga_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"gj_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"hr_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"jk_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"jh_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n },\n {\n \"name\": \"observation\",\n \"icon\": {\n \"web\": \"assets/images/mask-image/observation_category.png\",\n \"app\": \"assets/imgs/ic_observation_category.png\"\n }\n }\n ]\n },\n \"ka_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"kl_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"mh_k-12_1\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"mn_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"ml_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"nl_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"od_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"rj_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"sk_k-12_1\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"tn_k-12_5\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"ts_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"tp_k-12\": {\n \"teacher\": [\n {\n \"name\": \"observation\",\n \"icon\": {\n \"web\": \"assets/images/mask-image/observation_category.png\",\n \"app\": \"assets/imgs/ic_observation_category.png\"\n }\n },\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"uk_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"an_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"dd_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"ld_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"py_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"ekstep_ncert_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n },\n \"mp_k-12\": {\n \"teacher\": [\n {\n \"name\": \"project\",\n \"icon\": {\n \"web\": \"\",\n \"app\": \"assets/imgs/ic_project.svg\"\n }\n }\n ]\n }\n }\n },\n \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "10 - ContentAll", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": \n{\n \"type\": \"content\",\n \"subType\": \"all\",\n \"action\": \"ownership\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"ownership\",\n \"fields\": [\n {\n \"ownershipType\": [\n \"createdBy\",\n \"createdFor\"\n ]\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "11 - SegmentationV2", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": \n{\n \"type\": \"config\",\n \"subType\": \"segmentation_v2\",\n \"action\": \"get\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"segmentation_v2\",\n \"action\": \"get\",\n \"fields\": [\n {\n \"commandId\": 1633395600005,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_rj_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01246375399411712074\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01246375399411712074\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"type\": \"secondary\",\n \"ui\": {\n \"text\": \"NISHTHA FLN Courses\",\n \"icon\": \"assets/images/ic_nishtha_courses.svg\",\n \"theme\": {\n \"iconBgColor\": \"#FFFFFF\",\n \"pillBgColor\": \"#FFFFFF\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"query\": \"limited attempt course\",\n \"filter\": {\n \"offset\": 0,\n \"filters\": {\n \"audience\": [],\n \"objectType\": [\n \"Content\"\n ]\n }\n }\n }\n },\n \"expiry\": \"1653031067\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600006,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_gj_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01260242422044262448\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01260242422044262448\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600007,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_as_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01254290140407398431\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01254290140407398431\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600008,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ekstep_ncert_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01241974041332940818\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01241974041332940818\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600009,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_pb_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259891801536921611\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259891801536921611\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600010,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ka_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01248978648941363234\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01248978648941363234\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600011,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_od_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012582683533344768108\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012582683533344768108\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600012,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_jk_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01254592085869363222\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01254592085869363222\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600013,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_up_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01246376237871104093\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01246376237871104093\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600014,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_nl_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012585429003968512109\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012585429003968512109\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600015,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ts_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126640793823641603\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126640793823641603\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600016,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_mn_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01260243155748454421\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01260243155748454421\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600017,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_mz_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012585437685645312268\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012585437685645312268\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600018,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_uk_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259546259641958410\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259546259641958410\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600019,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_dl_k-12_1\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01265770253221888087\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01265770253221888087\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600020,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_br_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012593397993308160261\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012593397993308160261\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600021,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_sk_k-12_1\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126002713272729607\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126002713272729607\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600022,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ga_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126830867681034247\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126830867681034247\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600023,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_tp_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012584868382023680262\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012584868382023680262\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600024,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_tn_k-12_5\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01235953109336064029450\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01235953109336064029450\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600025,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_kl_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126202691023585280\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126202691023585280\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600026,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_cg_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012361885070827520110898\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012361885070827520110898\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600027,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_mh_k-12_1\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0123221617357783046602\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0123221617357783046602\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600028,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_jh_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01263350230999859261\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01263350230999859261\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600029,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_hr_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01257280950159769620\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01257280950159769620\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600030,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ch_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0125805318613565447\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0125805318613565447\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600031,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ap_k-12_1\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0123207707019919361056\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0123207707019919361056\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600032,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ml_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012837368918761472986\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012837368918761472986\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600033,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_dd_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01312557236873625613757\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01312557236873625613757\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600034,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_an_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0125747585442037766\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0125747585442037766\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600035,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ld_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131197424650321921193\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131197424650321921193\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600036,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_mp_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012936530816278528135\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012936530816278528135\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600037,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_hp_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01300084831702220811905\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01300084831702220811905\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600038,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_py_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0130737312897597448340\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0130737312897597448340\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600039,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ar_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0130589531303690248689\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0130589531303690248689\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600040,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_nios_fw\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131423797264547845395\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131423797264547845395\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600041,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_cisce_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131426198943907845456\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131426198943907845456\"\n ],\n \"batches.enrollmentType\": \"open\",\n \"softConstraints\": \"{}\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600042,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_rj_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01246375399411712074\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01246375399411712074\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"type\": \"secondary\",\n \"ui\": {\n \"text\": \"NISHTHA FLN Courses\",\n \"icon\": \"assets/images/ic_nishtha_courses.svg\",\n \"theme\": {\n \"iconBgColor\": \"#FFFFFF\",\n \"pillBgColor\": \"#FFFFFF\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"query\": \"limited attempt course\",\n \"filter\": {\n \"offset\": 0,\n \"filters\": {\n \"audience\": [],\n \"objectType\": [\n \"Content\"\n ]\n }\n }\n }\n },\n \"expiry\": \"1653031067\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600043,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_gj_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01260242422044262448\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01260242422044262448\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600044,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_as_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01254290140407398431\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01254290140407398431\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600045,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ekstep_ncert_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01241974041332940818\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01241974041332940818\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600046,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_pb_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259891801536921611\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259891801536921611\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600047,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ka_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01248978648941363234\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01248978648941363234\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600048,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_od_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012582683533344768108\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012582683533344768108\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600049,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_jk_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01254592085869363222\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01254592085869363222\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600050,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_up_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01246376237871104093\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01246376237871104093\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600051,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_nl_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012585429003968512109\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012585429003968512109\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600052,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ts_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126640793823641603\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126640793823641603\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600053,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_mn_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01260243155748454421\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01260243155748454421\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600054,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_mz_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012585437685645312268\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012585437685645312268\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600055,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_uk_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259546259641958410\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259546259641958410\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600056,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_dl_k-12_1\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01265770253221888087\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01265770253221888087\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600057,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_br_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012593397993308160261\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012593397993308160261\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600058,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_sk_k-12_1\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126002713272729607\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126002713272729607\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600059,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ga_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126830867681034247\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126830867681034247\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600060,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_tp_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012584868382023680262\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012584868382023680262\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600061,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_tn_k-12_5\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01235953109336064029450\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01235953109336064029450\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600062,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_kl_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126202691023585280\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0126202691023585280\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600063,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_cg_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012361885070827520110898\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012361885070827520110898\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600064,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_mh_k-12_1\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0123221617357783046602\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0123221617357783046602\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600065,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_jh_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01263350230999859261\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01263350230999859261\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600066,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_hr_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01257280950159769620\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01257280950159769620\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600067,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ch_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0125805318613565447\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0125805318613565447\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600068,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ap_k-12_1\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0123207707019919361056\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0123207707019919361056\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600069,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ml_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012837368918761472986\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012837368918761472986\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600070,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_dd_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01312557236873625613757\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01312557236873625613757\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600071,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_an_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0125747585442037766\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0125747585442037766\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600072,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ld_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131197424650321921193\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131197424650321921193\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600073,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_mp_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012936530816278528135\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"012936530816278528135\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600074,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_hp_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01300084831702220811905\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01300084831702220811905\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600075,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_py_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0130737312897597448340\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0130737312897597448340\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600076,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_ar_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0130589531303690248689\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0130589531303690248689\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600077,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_nios_fw\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131423797264547845395\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131423797264547845395\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600078,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_cisce_k-12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20Courses%20with%20text.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA Secondary Courses\",\n \"description\": \"NISHTHA Secondary Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHASEC\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131426198943907845456\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n },\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/FLN/NISHTHA%20FLN%20with%20text%20mobile.svg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"NISHTHA FLN Courses\",\n \"description\": \"NISHTHA FLN Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"NISHTHAFLN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"0131426198943907845456\"\n ],\n \"batches.enrollmentType\": \"open\"\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600079,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"OR\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_Preschool 1\",\n \"USERFRAMEWORK_Preschool 2\",\n \"USERFRAMEWORK_Preschool 3\",\n \"USERFRAMEWORK_Class 1\",\n \"USERFRAMEWORK_Class 2\",\n \"USERFRAMEWORK_Class 3\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/nipunBharat.png\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"vertical nipun bharat (fln)\",\n \"description\": \"vertical nipun bharat (fln)\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"verticals\": \"nipun bharat (fln)\",\n \"status\": [\n \"Live\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600080,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"OR\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_preschool1\",\n \"USERFRAMEWORK_preschool2\",\n \"USERFRAMEWORK_preschool3\",\n \"USERFRAMEWORK_class1\",\n \"USERFRAMEWORK_class2\",\n \"USERFRAMEWORK_class3\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/nipunBharat.png\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"vertical nipun bharat (fln)\",\n \"description\": \"vertical nipun bharat (fln)\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"verticals\": \"nipun bharat (fln)\",\n \"status\": [\n \"Live\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600081,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"OR\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_class6\",\n \"USERFRAMEWORK_class7\",\n \"USERFRAMEWORK_class8\",\n \"USERFRAMEWORK_class9\",\n \"USERFRAMEWORK_class10\",\n \"USERFRAMEWORK_class11\",\n \"USERFRAMEWORK_class12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/virtuallab-min.png\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"Virtual Labs\",\n \"description\": \"Virtual Labs\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"verticals\": \"Virtual Labs\",\n \"status\": [\n \"Live\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600082,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"OR\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_Class 6\",\n \"USERFRAMEWORK_Class 7\",\n \"USERFRAMEWORK_Class 8\",\n \"USERFRAMEWORK_Class 9\",\n \"USERFRAMEWORK_Class 10\",\n \"USERFRAMEWORK_Class 11\",\n \"USERFRAMEWORK_Class 12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/virtuallab-min.png\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"Virtual Labs\",\n \"description\": \"Virtual Labs\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"verticals\": \"Virtual Labs\",\n \"status\": [\n \"Live\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600083,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"OR\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_class1\",\n \"USERFRAMEWORK_class2\",\n \"USERFRAMEWORK_class3\",\n \"USERFRAMEWORK_class4\",\n \"USERFRAMEWORK_class5\",\n \"USERFRAMEWORK_class6\",\n \"USERFRAMEWORK_class7\",\n \"USERFRAMEWORK_class8\",\n \"USERFRAMEWORK_class9\",\n \"USERFRAMEWORK_class10\",\n \"USERFRAMEWORK_class11\",\n \"USERFRAMEWORK_class12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/educationall-min.png\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"Adult Education\",\n \"description\": \"Adult Education\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"verticals\": \"Adult Education\",\n \"status\": [\n \"Live\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600084,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"OR\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_Class 1\",\n \"USERFRAMEWORK_Class 2\",\n \"USERFRAMEWORK_Class 3\",\n \"USERFRAMEWORK_Class 4\",\n \"USERFRAMEWORK_Class 5\",\n \"USERFRAMEWORK_Class 6\",\n \"USERFRAMEWORK_Class 7\",\n \"USERFRAMEWORK_Class 8\",\n \"USERFRAMEWORK_Class 9\",\n \"USERFRAMEWORK_Class 10\",\n \"USERFRAMEWORK_Class 11\",\n \"USERFRAMEWORK_Class 12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/educationall-min.png\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"Adult Education\",\n \"description\": \"Adult Education\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"verticals\": \"Adult Education\",\n \"status\": [\n \"Live\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600085,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"OR\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_class9\",\n \"USERFRAMEWORK_class10\",\n \"USERFRAMEWORK_class11\",\n \"USERFRAMEWORK_class12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/vocational-education-min.png\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"Vocational Education\",\n \"description\": \"Vocational Education\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"verticals\": \"Vocational Education\",\n \"status\": [\n \"Live\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600086,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"OR\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_Class 9\",\n \"USERFRAMEWORK_Class 10\",\n \"USERFRAMEWORK_Class 11\",\n \"USERFRAMEWORK_Class 12\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/vocational-education-min.png\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"Vocational Education\",\n \"description\": \"Vocational Education\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"verticals\": \"Vocational Education\",\n \"status\": [\n \"Live\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600087,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_State (Uttarakhand)\",\n \"USERFRAMEWORK_Class 9\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/gyanankuran-class-9-courses-banner.jpg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"Gyanankuran Courses\",\n \"description\": \"Gyanankuran Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"GYANANKURAN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259546259641958410\"\n ],\n \"se_gradeLevels\": [\n \"Class 9\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600088,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_State (Uttarakhand)\",\n \"USERFRAMEWORK_Class 10\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"targetedClient\": \"portal\",\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/gyanankuran-class-10-courses-banner.jpg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"Gyanankuran Courses\",\n \"description\": \"Gyanankuran Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"GYANANKURAN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259546259641958410\"\n ],\n \"se_gradeLevels\": [\n \"Class 10\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600089,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_stateuttarakhand\",\n \"USERFRAMEWORK_class9\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/gyanankuran-class-9-courses-banner.jpg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"Gyanankuran Courses\",\n \"description\": \"Gyanankuran Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"GYANANKURAN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259546259641958410\"\n ],\n \"se_gradeLevels\": [\n \"Class 9\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n },\n {\n \"commandId\": 1633395600090,\n \"commandType\": \"SEGMENT_COMMAND\",\n \"controlFunction\": \"BANNER_CONFIG\",\n \"expiresAfter\": 1704067183000,\n \"tagCriteria\": \"AND\",\n \"tagFilterUpto\": null,\n \"tagFilters\": [\n \"USERFRAMEWORK_stateuttarakhand\",\n \"USERFRAMEWORK_class10\"\n ],\n \"targetDeviceIds\": null,\n \"targetVersion\": null,\n \"controlFunctionPayload\": {\n \"showBanner\": true,\n \"values\": [\n {\n \"code\": \"banner_search\",\n \"ui\": {\n \"background\": \"https://obj.diksha.gov.in/ntpproductionall-course-discovery-banners/gyanankuran-class-10-courses-banner.jpg\",\n \"text\": \"\",\n \"landing\": {\n \"title\": \"Gyanankuran Courses\",\n \"description\": \"Gyanankuran Courses\"\n }\n },\n \"action\": {\n \"type\": \"navigate\",\n \"subType\": \"search\",\n \"params\": {\n \"filter\": {\n \"offset\": 0,\n \"fields\": [],\n \"filters\": {\n \"keywords\": [\n \"GYANANKURAN\"\n ],\n \"status\": \"Live\",\n \"contentType\": \"Course\",\n \"channel\": [\n \"01259546259641958410\"\n ],\n \"se_gradeLevels\": [\n \"Class 10\"\n ]\n },\n \"exists\": [],\n \"sort_by\": {}\n }\n }\n },\n \"expiry\": \"1704067199\"\n }\n ]\n }\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "12 - UserType", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": \n{\n \"type\": \"config\",\n \"subType\": \"userType\",\n \"action\": \"get\",\n \"component\": \"portal\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"userType\",\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\": \"Head teacher & Official\",\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\": true,\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 \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "13 - ResourceCreate", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\": {\r\n \"action\": \"create\",\r\n \"subType\": \"resource\",\r\n \"framework\": \"*\",\r\n \"rootOrgId\": \"*\",\r\n \"type\": \"content\",\r\n \"popup\": true,\r\n \"editMode\": true,\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\": \"board\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Board\",\r\n \"label\": \"Board\",\r\n \"description\": \"Education Board (Like MP Board, NCERT, etc)\",\r\n \"editable\": true,\r\n \"placeholder\": \"Board\",\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\": 2,\r\n \"depends\": [\r\n \"medium\"\r\n ]\r\n },\r\n {\r\n \"code\": \"medium\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Medium\",\r\n \"label\": \"Medium\",\r\n \"description\": \"Medium of instruction\",\r\n \"editable\": true,\r\n \"placeholder\": \"Medium\",\r\n \"inputType\": \"multiSelect\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"six\"\r\n },\r\n \"index\": 3,\r\n \"depends\": [\r\n \"gradeLevel\"\r\n ]\r\n },\r\n {\r\n \"code\": \"gradeLevel\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Grade\",\r\n \"label\": \"Grade\",\r\n \"description\": \"Grade\",\r\n \"editable\": true,\r\n \"placeholder\": \"Grade\",\r\n \"inputType\": \"multiSelect\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"six\"\r\n },\r\n \"index\": 4,\r\n \"depends\": [\r\n \"subject\"\r\n ]\r\n },\r\n {\r\n \"code\": \"subject\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Subject\",\r\n \"label\": \"Subject\",\r\n \"description\": \"Subject of the Content to use to teach\",\r\n \"editable\": true,\r\n \"placeholder\": \"Grade\",\r\n \"inputType\": \"multiSelect\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"six\"\r\n },\r\n \"index\": 5\r\n },\r\n {\r\n \"code\": \"concept\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Concept\",\r\n \"label\": \"Concepts\",\r\n \"description\": \"Concept\",\r\n \"editable\": true,\r\n \"placeholder\": \"Concept\",\r\n \"inputType\": \"Concept\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"six\"\r\n },\r\n \"index\": 6\r\n },\r\n {\r\n \"code\": \"resourceType\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Resource Type\",\r\n \"label\": \"Resource Type\",\r\n \"description\": \"Resourcetype\",\r\n \"editable\": true,\r\n \"placeholder\": \"Resource Type\",\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 \"range\": [\r\n {\r\n \"key\": \"Teach\",\r\n \"name\": \"Teach\"\r\n },\r\n {\r\n \"key\": \"Practice\",\r\n \"name\": \"Practice\"\r\n },\r\n {\r\n \"key\": \"Learn\",\r\n \"name\": \"Learn\"\r\n },\r\n {\r\n \"key\": \"Test\",\r\n \"name\": \"Test\"\r\n },\r\n {\r\n \"key\": \"Play\",\r\n \"name\": \"Play\"\r\n },\r\n {\r\n \"key\": \"Read\",\r\n \"name\": \"Read\"\r\n },\r\n {\r\n \"key\": \"Experiment\",\r\n \"name\": \"Experiment\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "14 - ReportTypes", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\": {\r\n \"type\": \"batch\",\r\n \"subType\": \"report_types\",\r\n \"action\": \"list\",\r\n \"component\": \"*\",\r\n \"framework\": \"*\",\r\n \"data\": {\r\n \"templateName\": \"defaultTemplate\",\r\n \"action\": \"list\",\r\n \"fields\": [\r\n {\r\n \"title\": \"Course progress exhaust\",\r\n \"dataset\": \"progress-exhaust\",\r\n \"lang_key\": \"frmelmnts.lbl.progressExhaustReport\",\r\n \"encrypt\": \"false\"\r\n },\r\n {\r\n \"title\": \"User profile exhaust\",\r\n \"dataset\": \"userinfo-exhaust\",\r\n \"lang_key\": \"frmelmnts.lbl.userExhaustReport\",\r\n \"encrypt\": \"true\"\r\n },\r\n {\r\n \"title\": \"Question set report\",\r\n \"dataset\": \"response-exhaust\",\r\n \"lang_key\": \"frmelmnts.lbl.qsResponseReport\",\r\n \"encrypt\": \"false\"\r\n }\r\n ]\r\n },\r\n \"rootOrgId\": \"*\"\r\n }\r\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "15 - Onboarding", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\": {\r\n \"type\": \"user\",\r\n \"subType\": \"exclusion\",\r\n \"action\": \"onboarding\",\r\n \"component\": \"portal\",\r\n \"framework\": \"*\",\r\n \"data\": {\r\n \"templateName\": \"defaultTemplate\",\r\n \"action\": \"get\",\r\n \"fields\": [\r\n \"/certs/\",\r\n \"/signup/\",\r\n \"/recover/\",\r\n \"/sign-in/\",\r\n \"/get/dial/\"\r\n ]\r\n },\r\n \"rootOrgId\": \"*\"\r\n }\r\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "16 - NewUserOnboarding", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\": {\r\n \"type\": \"newUserOnboarding\",\r\n \"subType\": \"global\",\r\n \"action\": \"onboarding\",\r\n \"component\": \"portal\",\r\n \"framework\": \"*\",\r\n \"data\": {\r\n \"fields\": {\r\n \"shownewUserOnboarding\": \"true\"\r\n }\r\n },\r\n \"rootOrgId\": \"*\"\r\n }\r\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "16 - GeneralisedResourceBundles", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\": {\r\n \"type\": \"generaliseresourcebundles\",\r\n \"subType\": \"global\",\r\n \"action\": \"list\",\r\n \"component\": \"portal\",\r\n \"framework\": \"*\",\r\n \"data\": {\r\n \"templateName\": \"collectionResourceBundles\",\r\n \"action\": \"list\",\r\n \"fields\": [\r\n {\r\n \"course\": {\r\n \"key\": \"crs\",\r\n \"trackable\": {\r\n \"en\": \"all_labels_en.json\",\r\n \"hi\": \"all_labels_hi.json\",\r\n \"bn\": \"all_labels_bn.json\",\r\n \"kn\": \"all_labels_kn.json\",\r\n \"mr\": \"all_labels_mr.json\",\r\n \"ta\": \"all_labels_ta.json\",\r\n \"te\": \"all_labels_te.json\",\r\n \"ur\": \"all_labels_ur.json\"\r\n },\r\n \"nontrackable\": {\r\n \"en\": \"all_labels_en.json\",\r\n \"hi\": \"all_labels_hi.json\",\r\n \"bn\": \"all_labels_bn.json\",\r\n \"kn\": \"all_labels_kn.json\",\r\n \"mr\": \"all_labels_mr.json\",\r\n \"ta\": \"all_labels_ta.json\",\r\n \"te\": \"all_labels_te.json\",\r\n \"ur\": \"all_labels_ur.json\"\r\n }\r\n },\r\n \"textbook\": {\r\n \"key\": \"tbk\",\r\n \"trackable\": {\r\n \"en\": \"all_labels_en.json\",\r\n \"hi\": \"all_labels_hi.json\",\r\n \"bn\": \"all_labels_bn.json\",\r\n \"kn\": \"all_labels_kn.json\",\r\n \"mr\": \"all_labels_mr.json\",\r\n \"ta\": \"all_labels_ta.json\",\r\n \"te\": \"all_labels_te.json\",\r\n \"ur\": \"all_labels_ur.json\"\r\n },\r\n \"nontrackable\": {\r\n \"en\": \"all_labels_en.json\",\r\n \"hi\": \"all_labels_hi.json\",\r\n \"bn\": \"all_labels_bn.json\",\r\n \"kn\": \"all_labels_kn.json\",\r\n \"mr\": \"all_labels_mr.json\",\r\n \"ta\": \"all_labels_ta.json\",\r\n \"te\": \"all_labels_te.json\",\r\n \"ur\": \"all_labels_ur.json\"\r\n }\r\n },\r\n \"tvclass\": {\r\n \"key\": \"tvc\",\r\n \"trackable\": {\r\n \"en\": \"all_labels_en.json\",\r\n \"hi\": \"all_labels_hi.json\",\r\n \"bn\": \"all_labels_bn.json\",\r\n \"kn\": \"all_labels_kn.json\",\r\n \"mr\": \"all_labels_mr.json\",\r\n \"ta\": \"all_labels_ta.json\",\r\n \"te\": \"all_labels_te.json\",\r\n \"ur\": \"all_labels_ur.json\"\r\n },\r\n \"nontrackable\": {\r\n \"en\": \"all_labels_en.json\",\r\n \"hi\": \"all_labels_hi.json\",\r\n \"bn\": \"all_labels_bn.json\",\r\n \"kn\": \"all_labels_kn.json\",\r\n \"mr\": \"all_labels_mr.json\",\r\n \"ta\": \"all_labels_ta.json\",\r\n \"te\": \"all_labels_te.json\",\r\n \"ur\": \"all_labels_ur.json\"\r\n }\r\n },\r\n \"default\": {\r\n \"key\": \"dflt\",\r\n \"trackable\": {\r\n \"en\": \"all_labels_en.json\",\r\n \"hi\": \"all_labels_hi.json\",\r\n \"bn\": \"all_labels_bn.json\",\r\n \"kn\": \"all_labels_kn.json\",\r\n \"mr\": \"all_labels_mr.json\",\r\n \"ta\": \"all_labels_ta.json\",\r\n \"te\": \"all_labels_te.json\",\r\n \"ur\": \"all_labels_ur.json\"\r\n },\r\n \"nontrackable\": {\r\n \"en\": \"all_labels_en.json\",\r\n \"hi\": \"all_labels_hi.json\",\r\n \"bn\": \"all_labels_bn.json\",\r\n \"kn\": \"all_labels_kn.json\",\r\n \"mr\": \"all_labels_mr.json\",\r\n \"ta\": \"all_labels_ta.json\",\r\n \"te\": \"all_labels_te.json\",\r\n \"ur\": \"all_labels_ur.json\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"rootOrgId\": \"*\"\r\n }\r\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "17 - Questionset", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\": {\r\n \"type\": \"questionset\",\r\n \"subType\": \"editor\",\r\n \"action\": \"display\",\r\n \"component\": \"*\",\r\n \"framework\": \"*\",\r\n \"data\": {\r\n \"templateName\": \"defaultTemplate\",\r\n \"action\": \"display\",\r\n \"fields\": [\r\n {\r\n \"type\": \"questionset\",\r\n \"display\": true\r\n }\r\n ]\r\n },\r\n \"rootOrgId\": \"*\"\r\n }\r\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "18 - RequestForChanges", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\":\r\n {\r\n \"type\": \"content\",\r\n \"subType\": \"resource\",\r\n \"action\": \"requestforchanges\",\r\n \"component\": \"*\",\r\n \"framework\": \"*\",\r\n \"data\": {\r\n \"templateName\": \"defaultTemplate\",\r\n \"action\": \"requestforchanges\",\r\n \"fields\": [\r\n {\r\n \"otherReason\": \"Other Issue(s) (if there are any other issues, tick this and provide details in the comments box)\",\r\n \"contents\": [\r\n {\r\n \"name\": \"Appropriateness\",\r\n \"checkList\": [\r\n \"Incorrect Board, Grade, Subject or Medium\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Content details\",\r\n \"checkList\": [\r\n \"Inappropriate tags such as Resource Type or Concepts\",\r\n \"Irrelevant Keywords\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Usability\",\r\n \"checkList\": [\r\n \"Content is NOT playing correctly\",\r\n \"Spelling mistakes found in text used\"\r\n ]\r\n }\r\n ],\r\n \"title\": \"Please tick the reasons for requesting changes and provide detailed comments:\"\r\n }\r\n ]\r\n },\r\n \"rootOrgId\": \"*\"\r\n }\r\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "19 - AdminFramework", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\":\r\n{\r\n \"type\": \"user\",\r\n \"subType\": \"admin_framework\",\r\n \"action\": \"create\",\r\n \"component\": \"*\",\r\n \"framework\": \"*\",\r\n \"data\": {\r\n \"templateName\": \"defaultTemplate\",\r\n \"action\": \"create\",\r\n \"fields\": [\r\n {\r\n \"code\": \"board\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Board\",\r\n \"label\": \"Board\",\r\n \"description\": \"Education Board (Like MP Board, NCERT, etc)\",\r\n \"editable\": true,\r\n \"inputType\": \"multi-select\",\r\n \"required\": true,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"four\"\r\n },\r\n \"index\": 1\r\n },\r\n {\r\n \"code\": \"medium\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Medium\",\r\n \"label\": \"Medium\",\r\n \"description\": \"Medium of instruction\",\r\n \"editable\": true,\r\n \"inputType\": \"multi-select\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"four\"\r\n },\r\n \"index\": 2\r\n },\r\n {\r\n \"code\": \"gradeLevel\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Class\",\r\n \"label\": \"Class\",\r\n \"description\": \"Grade\",\r\n \"editable\": true,\r\n \"inputType\": \"multi-select\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"four\"\r\n },\r\n \"index\": 3\r\n },\r\n {\r\n \"code\": \"subject\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Subject\",\r\n \"label\": \"Subject\",\r\n \"description\": \"Subject of the Content to use to teach\",\r\n \"editable\": true,\r\n \"inputType\": \"multi-select\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": false,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"four\"\r\n },\r\n \"index\": 4\r\n }\r\n ]\r\n },\r\n \"rootOrgId\": \"*\"\r\n }\r\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "20 - profileConfig_v2 KA", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"request\":\r\n{\r\n \"type\": \"user\",\r\n \"subType\": \"admin_framework\",\r\n \"action\": \"create\",\r\n \"component\": \"*\",\r\n \"framework\": \"*\",\r\n \"data\": {\r\n \"templateName\": \"defaultTemplate\",\r\n \"action\": \"create\",\r\n \"fields\": [\r\n {\r\n \"code\": \"board\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Board\",\r\n \"label\": \"Board\",\r\n \"description\": \"Education Board (Like MP Board, NCERT, etc)\",\r\n \"editable\": true,\r\n \"inputType\": \"multi-select\",\r\n \"required\": true,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"four\"\r\n },\r\n \"index\": 1\r\n },\r\n {\r\n \"code\": \"medium\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Medium\",\r\n \"label\": \"Medium\",\r\n \"description\": \"Medium of instruction\",\r\n \"editable\": true,\r\n \"inputType\": \"multi-select\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"four\"\r\n },\r\n \"index\": 2\r\n },\r\n {\r\n \"code\": \"gradeLevel\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Class\",\r\n \"label\": \"Class\",\r\n \"description\": \"Grade\",\r\n \"editable\": true,\r\n \"inputType\": \"multi-select\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": true,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"four\"\r\n },\r\n \"index\": 3\r\n },\r\n {\r\n \"code\": \"subject\",\r\n \"dataType\": \"text\",\r\n \"name\": \"Subject\",\r\n \"label\": \"Subject\",\r\n \"description\": \"Subject of the Content to use to teach\",\r\n \"editable\": true,\r\n \"inputType\": \"multi-select\",\r\n \"required\": false,\r\n \"displayProperty\": \"Editable\",\r\n \"visible\": false,\r\n \"renderingHints\": {\r\n \"semanticColumnWidth\": \"four\"\r\n },\r\n \"index\": 4\r\n }\r\n ]\r\n },\r\n \"rootOrgId\": \"*\"\r\n }\r\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "21 - Content Feedback", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\":{\n \"type\": \"contentfeedback\",\n \"action\": \"get\",\n \"subType\": \"en\",\n \"rootOrgId\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"contentfeedback\",\n \"action\": \"get\",\n \"fields\": [\n {\n \"1\": {\n \"question\": \"Would you like to tell us more?\",\n \"options\": [\n {\n \"idx\": 1,\n \"value\": \"Content is inaccurate\",\n \"key\": \"CONTENT_INACCURATE\"\n },\n {\n \"idx\": 2,\n \"value\": \"Content is not displayed properly\",\n \"key\": \"CONTENT_NOT_DISPLAYED\"\n },\n {\n \"idx\": 3,\n \"value\": \"Content is not relevant\",\n \"key\": \"CONTENT_NOT_RELEVANT\"\n },\n {\n \"idx\": 4,\n \"value\": \"Did not help me understand the concept\",\n \"key\": \"DIDNT_UNDERSTAND_CONCEPT\"\n },\n {\n \"idx\": 6,\n \"value\": \"There is a technical problem\",\n \"key\": \"TECHNICAL_PROBLEM\"\n },\n {\n \"idx\": 6,\n \"value\": \"Content is insufficient or not there\",\n \"key\": \"INSUFFICIENT_CONTENT\"\n },\n {\n \"idx\": 8,\n \"value\": \"Other\",\n \"key\": \"OTHER\"\n }\n ],\n \"ratingText\": \"Very Bad\"\n },\n \"2\": {\n \"question\": \"Would you like to tell us more?\",\n \"options\": [\n {\n \"idx\": 1,\n \"value\": \"Content is inaccurate\",\n \"key\": \"CONTENT_INACCURATE\"\n },\n {\n \"idx\": 2,\n \"value\": \"Content is not displayed properly\",\n \"key\": \"CONTENT_NOT_DISPLAYED\"\n },\n {\n \"idx\": 3,\n \"value\": \"Content is not relevant\",\n \"key\": \"CONTENT_NOT_RELEVANT\"\n },\n {\n \"idx\": 4,\n \"value\": \"Did not help me understand the concept\",\n \"key\": \"DIDNT_UNDERSTAND_CONCEPT\"\n },\n {\n \"idx\": 6,\n \"value\": \"There is a technical problem\",\n \"key\": \"TECHNICAL_PROBLEM\"\n },\n {\n \"idx\": 6,\n \"value\": \"Content is insufficient or not there\",\n \"key\": \"INSUFFICIENT_CONTENT\"\n },\n {\n \"idx\": 8,\n \"value\": \"Other\",\n \"key\": \"OTHER\"\n }\n ],\n \"ratingText\": \"Bad\"\n },\n \"3\": {\n \"question\": \"Would you like to tell us more?\",\n \"options\": [\n {\n \"idx\": 1,\n \"value\": \"Content is inaccurate\",\n \"key\": \"CONTENT_INACCURATE\"\n },\n {\n \"idx\": 2,\n \"value\": \"Content is not displayed properly\",\n \"key\": \"CONTENT_NOT_DISPLAYED\"\n },\n {\n \"idx\": 3,\n \"value\": \"Content is not relevant\",\n \"key\": \"CONTENT_NOT_RELEVANT\"\n },\n {\n \"idx\": 4,\n \"value\": \"Did not help me understand the concept\",\n \"key\": \"DIDNT_UNDERSTAND_CONCEPT\"\n },\n {\n \"idx\": 6,\n \"value\": \"There is a technical problem\",\n \"key\": \"TECHNICAL_PROBLEM\"\n },\n {\n \"idx\": 6,\n \"value\": \"Content is insufficient or not there\",\n \"key\": \"INSUFFICIENT_CONTENT\"\n },\n {\n \"idx\": 8,\n \"value\": \"Other\",\n \"key\": \"OTHER\"\n }\n ],\n \"ratingText\": \"Average\"\n },\n \"4\": {\n \"question\": \"Would you like to tell us more?\",\n \"options\": [\n {\n \"idx\": 1,\n \"value\": \"Content is inaccurate\",\n \"key\": \"CONTENT_INACCURATE\"\n },\n {\n \"idx\": 2,\n \"value\": \"Content is not displayed properly\",\n \"key\": \"CONTENT_NOT_DISPLAYED\"\n },\n {\n \"idx\": 3,\n \"value\": \"Content is not relevant\",\n \"key\": \"CONTENT_NOT_RELEVANT\"\n },\n {\n \"idx\": 4,\n \"value\": \"Did not help me understand the concept\",\n \"key\": \"DIDNT_UNDERSTAND_CONCEPT\"\n },\n {\n \"idx\": 6,\n \"value\": \"There is a technical problem\",\n \"key\": \"TECHNICAL_PROBLEM\"\n },\n {\n \"idx\": 6,\n \"value\": \"Content is insufficient or not there\",\n \"key\": \"INSUFFICIENT_CONTENT\"\n },\n {\n \"idx\": 8,\n \"value\": \"Other\",\n \"key\": \"OTHER\"\n }\n ],\n \"ratingText\": \"Good\"\n },\n \"5\": {\n \"question\": \"Would you like to tell us more?\",\n \"options\": [\n {\n \"idx\": 1,\n \"value\": \"Understood the concept well\",\n \"key\": \"UNDERSTOOD_CONCEPT\"\n },\n {\n \"idx\": 2,\n \"value\": \"Helped me prepare for my exam\",\n \"key\": \"HELPED_IN_EXAM\"\n },\n {\n \"idx\": 3,\n \"value\": \"Learnt something new\",\n \"key\": \"LEARNT_SOMETHING\"\n },\n {\n \"idx\": 4,\n \"value\": \"Helped me teach my class\",\n \"key\": \"HELPED_IN_CLASS\"\n },\n {\n \"idx\": 6,\n \"value\": \"Content is interesting and fun\",\n \"key\": \"CONTENT_INTERESTING\"\n },\n {\n \"idx\": 7,\n \"value\": \"Other\",\n \"key\": \"OTHER\"\n }\n ],\n \"ratingText\": \"Excellent\"\n }\n }\n ]\n }\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "22 - Content Save", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"action\": \"save\",\n \"subType\": \"resource\",\n \"framework\": \"*\",\n \"rootOrgId\": \"*\",\n \"type\": \"content\",\n \"popup\": true,\n \"editMode\": true,\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"save\",\n \"fields\": [\n {\n \"code\": \"appicon\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"url\",\n \"renderingHints\": {},\n \"name\": \"App Icon\",\n \"description\": \"App Icon\",\n \"index\": 1,\n \"inputType\": \"file\",\n \"label\": \"Icon\",\n \"placeholder\": \"App Icon\",\n \"required\": false\n },\n {\n \"code\": \"name\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Title\",\n \"description\": \"Title of the content\",\n \"index\": 2,\n \"inputType\": \"text\",\n \"label\": \"Title\",\n \"placeholder\": \"Enter Title For Book\",\n \"required\": true\n },\n {\n \"code\": \"description\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Description\",\n \"description\": \"Brief description\",\n \"index\": 3,\n \"inputType\": \"textarea\",\n \"label\": \"Description\",\n \"placeholder\": \"Brief description about the Book\",\n \"required\": false\n },\n {\n \"code\": \"board\",\n \"visible\": true,\n \"depends\": [\n \"medium\",\n \"gradeLevel\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"Board\",\n \"index\": 5,\n \"label\": \"Board/Syllabus\",\n \"required\": false,\n \"name\": \"Board/Syllabus\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board/Syllabus\"\n },\n {\n \"code\": \"medium\",\n \"visible\": true,\n \"depends\": [\n \"gradeLevel\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 6,\n \"label\": \"Medium\",\n \"required\": false,\n \"name\": \"medium\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Medium\"\n },\n {\n \"code\": \"gradeLevel\",\n \"visible\": true,\n \"depends\": [\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"Class\",\n \"index\": 7,\n \"label\": \"Class\",\n \"required\": false,\n \"name\": \"Class\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Class\"\n },\n {\n \"code\": \"subject\",\n \"visible\": true,\n \"depends\": [\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 8,\n \"label\": \"Subject\",\n \"required\": false,\n \"name\": \"Subject\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Subject\"\n }\n ]\n }\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "23 - Create Course Assesment", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"content\",\n \"subType\": \"assessment\",\n \"action\": \"create\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"create\",\n \"fields\": [\n {\n \"code\": \"name\",\n \"visible\": true,\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"twelve\"\n },\n \"description\": \"Name\",\n \"index\": 1,\n \"label\": \"Name\",\n \"required\": false,\n \"name\": \"Name\",\n \"inputType\": \"text\",\n \"placeholder\": \"Name\"\n },\n {\n \"code\": \"maxAttempts\",\n \"dataType\": \"text\",\n \"name\": \"Max no of attempts\",\n \"label\": \"Max no of attempts\",\n \"description\": \"Max no of attempts\",\n \"editable\": true,\n \"placeholder\": \"Max no of attempts\",\n \"inputType\": \"number\",\n \"required\": false,\n \"displayProperty\": \"Editable\",\n \"visible\": true,\n \"renderingHints\": {\n \"semanticColumnWidth\": \"six\"\n },\n \"index\": 6\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "24 - Question Filter", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"content\",\n \"subtype\": \"questions\",\n \"action\": \"question-filter-view\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"rootOrgId\":\"*\",\n \"data\": {\n \"templateName\": \"filterMetaDataTemplate\",\n \"action\": \"question-filter-view\",\n \"fields\": [\n {\n \"code\": \"searchText\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Search\",\n \"description\": \" by question title\",\n \"index\": 0,\n \"inputType\": \"text\",\n \"label\": \"Search\",\n \"placeholder\": \"Search by question title\",\n \"required\": false\n },\n {\n \"code\": \"level\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"Add Notes\",\n \"index\": 2,\n \"range\": [\n \"EASY\",\n \"MEDIUM\",\n \"DIFFICULT\"\n ],\n \"label\": \"Difficulty\",\n \"required\": false,\n \"name\": \"level\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Level\"\n },\n {\n \"code\": \"questionType\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"Class\",\n \"index\": 3,\n \"range\": [\n \"Multiple Choice Questions\",\n \"Fill in the Blanks\",\n \"Match the Following\"\n ],\n \"label\": \"Question Type\",\n \"required\": false,\n \"name\": \"Question Type\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Question Type\"\n },\n {\n \"code\": \"board\",\n \"visible\": true,\n \"depends\": [\n \"medium\",\n \"gradeLevel\",\n \"subject\"\n ],\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"four\"\n },\n \"description\": \"Board\",\n \"index\": 4,\n \"label\": \"Board\",\n \"required\": false,\n \"name\": \"Board\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board\"\n },\n {\n \"code\": \"medium\",\n \"visible\": true,\n \"depends\": [\n \"gradeLevel\",\n \"subject\"\n ],\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 5,\n \"label\": \"Medium\",\n \"required\": false,\n \"name\": \"Medium\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Medium\"\n },\n {\n \"code\": \"gradeLevel\",\n \"visible\": true,\n \"depends\": [\n \"subject\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"Class\",\n \"index\": 6,\n \"label\": \"Class\",\n \"required\": false,\n \"name\": \"Class\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Class\"\n },\n {\n \"code\": \"subject\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Subject\",\n \"description\": \"\",\n \"index\": 7,\n \"inputType\": \"select\",\n \"label\": \"Subject\",\n \"placeholder\": \"Select Subject\",\n \"required\": false\n },\n {\n \"code\": \"myQuestions\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"toggle\",\n \"renderingHints\": {},\n \"name\": \"My Questions\",\n \"description\": \"My Questions\",\n \"index\": 9,\n \"inputType\": \"checkbox\",\n \"label\": \"My Questions\",\n \"placeholder\": \"My Questions\",\n \"required\": false\n }\n ]\n }\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "25 - Create Assesment", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\":{\n \"type\": \"content\",\n \"action\": \"create\",\n \"subType\": \"assessment\",\n \"rootOrgId\": \"*\",\n \"component\": \"portal\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"create\",\n \"fields\": [\n {\n \"code\": \"name\",\n \"visible\": true,\n \"editable\": true,\n \"displayProperty\": \"Editable\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"semanticColumnWidth\": \"twelve\"\n },\n \"description\": \"Name\",\n \"index\": 1,\n \"label\": \"Name\",\n \"required\": false,\n \"name\": \"Name\",\n \"inputType\": \"text\",\n \"placeholder\": \"Name\"\n },\n {\n \"code\": \"maxAttempts\",\n \"dataType\": \"text\",\n \"name\": \"Max no of attempts\",\n \"label\": \"Max no of attempts\",\n \"description\": \"Max no of attempts\",\n \"editable\": true,\n \"placeholder\": \"Max no of attempts\",\n \"inputType\": \"number\",\n \"required\": false,\n \"displayProperty\": \"Editable\",\n \"visible\": true,\n \"renderingHints\": {\n \"semanticColumnWidth\": \"six\"\n },\n \"index\": 6\n }\n ]\n }\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "26 - Certificate Form Create", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"certificate\",\n \"subType\": \"course\",\n \"action\": \"certificatecreate\",\n \"component\": \"portal\",\n \"framework\": \"*\",\n \"rootOrgId\": \"*\",\n \"data\": {\n \"enableSVGEditor\": false\n }\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "27 - Question Create", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"action\": \"question-meta-save\",\n \"subType\": \"questions\",\n \"framework\": \"*\",\n \"rootOrgId\": \"*\",\n \"type\": \"content\",\n \"popup\": false,\n \"metadata\": {\n \"max_score\": 1,\n \"isShuffleOption\": false,\n \"isPartialScore\": true,\n \"evalUnordered\": false,\n \"templateType\": \"Horizontal\",\n \"name\": \"____ is my country\\n\",\n \"title\": \"____ is my country\\n\"\n },\n \"data\": {\n \"templateName\": \"questionMetaDataTemplate\",\n \"action\": \"question-meta-save\",\n \"fields\": [\n {\n \"code\": \"name\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Title\",\n \"description\": \"Title of the question\",\n \"index\": 0,\n \"inputType\": \"text\",\n \"label\": \"Title\",\n \"placeholder\": \"Enter the Title\",\n \"required\": true\n },\n {\n \"code\": \"description\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Description\",\n \"description\": \"Brief description\",\n \"index\": 1,\n \"inputType\": \"textarea\",\n \"label\": \"Description\",\n \"placeholder\": \"Enter the Description\",\n \"required\": false\n },\n {\n \"code\": \"board\",\n \"visible\": true,\n \"depends\": [\n \"medium\",\n \"gradeLevel\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"board\",\n \"index\": 2,\n \"label\": \"Board/Syllabus\",\n \"required\": true,\n \"name\": \"Board/Syllabus\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board/Syllabus\"\n },\n {\n \"code\": \"medium\",\n \"visible\": true,\n \"depends\": [\n \"gradeLevel\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 3,\n \"label\": \"Medium\",\n \"required\": true,\n \"name\": \"medium\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Medium\"\n },\n {\n \"code\": \"gradeLevel\",\n \"visible\": true,\n \"depends\": [\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"Class\",\n \"index\": 4,\n \"label\": \"Grade Level\",\n \"required\": true,\n \"name\": \"Class\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Grade\"\n },\n {\n \"code\": \"subject\",\n \"visible\": true,\n \"depends\": [\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"Add subjects\",\n \"index\": 5,\n \"label\": \"Subject\",\n \"required\": true,\n \"name\": \"subject\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Subject\"\n },\n {\n \"code\": \"qlevel\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"Add Notes\",\n \"index\": 7,\n \"range\": [\n \"EASY\",\n \"MEDIUM\",\n \"DIFFICULT\"\n ],\n \"label\": \"Level\",\n \"required\": true,\n \"name\": \"qlevel\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Level\"\n },\n {\n \"code\": \"max_score\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"number\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 8,\n \"label\": \"Max Score\",\n \"required\": true,\n \"name\": \"max_score\",\n \"inputType\": \"number\",\n \"placeholder\": \"Enter the Max Score\",\n \"validation\": [\n {\n \"type\": \"min\",\n \"message\": \"\",\n \"value\": \"1\"\n }\n ]\n }\n ]\n }\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "28 - Lesson Plan Resource Filters", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"content\",\n \"subType\": \"lessonplan\",\n \"action\": \"resource-filters\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"resourceFilterTemplate\",\n \"action\": \"resource-filters\",\n \"fields\": [\n {\n \"code\": \"contentType\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"Category\",\n \"index\": 1,\n \"range\": [\n \"Resource\",\n \"Collection\",\n \"Content\"\n ],\n \"label\": \"contentType\",\n \"required\": false,\n \"name\": \"contentType\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select contentType\"\n },\n {\n \"code\": \"board\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Curriculum\",\n \"description\": \"Curriculum\",\n \"index\": 2,\n \"inputType\": \"multiselect\",\n \"label\": \"Curriculum\",\n \"placeholder\": \"Select Curriculum\",\n \"required\": false\n },\n {\n \"code\": \"gradeLevel\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Class\",\n \"description\": \"Class\",\n \"index\": 3,\n \"inputType\": \"multiselect\",\n \"label\": \"Class\",\n \"placeholder\": \"Select Class\",\n \"required\": false\n },\n {\n \"code\": \"subject\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Subject\",\n \"description\": \"\",\n \"index\": 4,\n \"inputType\": \"multiselect\",\n \"label\": \"Subject\",\n \"placeholder\": \"Select Subject\",\n \"required\": false\n },\n {\n \"code\": \"medium\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"medium\",\n \"description\": \"\",\n \"index\": 5,\n \"inputType\": \"multiselect\",\n \"label\": \"Medium\",\n \"placeholder\": \"Select Medium\",\n \"required\": false\n },\n {\n \"code\": \"topic\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"index\": 6,\n \"inputType\": \"topicselector\",\n \"label\": \"Topics\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "29 - Lesson Plan Publish", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"content\",\n \"subType\": \"lessonplan\",\n \"action\": \"publish\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"publish\",\n \"fields\": [\n [\n {\n \"contents\": [\n {\n \"name\": \"Appropriateness\",\n \"checkList\": [\n \"No Hate speech, Abuse, Violence, Profanity\",\n \"No Sexual content, Nudity or Vulgarity\",\n \"No Discrimination or Defamation\",\n \"Is suitable for children\"\n ]\n },\n {\n \"name\": \"Content details\",\n \"checkList\": [\n \"Appropriate Title, Description\",\n \"Correct Board, Grade, Subject, Medium\",\n \"Appropriate tags such as Resource Type, Concepts\",\n \"Relevant Keywords\"\n ]\n },\n {\n \"name\": \"Usability\",\n \"checkList\": [\n \"Content plays correctly\",\n \"Can see the content clearly on Desktop and App\",\n \"Audio (if any) is clear and easy to understand\",\n \"No Spelling mistakes in the text\",\n \"Language is simple to understand\"\n ]\n }\n ],\n \"title\": \"Please confirm that ALL the following items are verified (by ticking the check-boxes) before you can publish:\"\n }\n ]\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "30- Lesson Plan Request For Changes", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"content\",\n \"subType\": \"lessonplan\",\n \"action\": \"requestforchanges\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"requestforchanges\",\n \"fields\": [\n {\n \"otherReason\": \"Other Issue(s) (if there are any other issues, tick this and provide details in the comments box)\",\n \"contents\": [\n {\n \"name\": \"Appropriateness\",\n \"checkList\": [\n \"Has Hate speech, Abuse, Violence, Profanity\",\n \"Has Sexual content, Nudity or Vulgarity\",\n \"Has Discriminatory or Defamatory content\",\n \"Is not suitable for children\"\n ]\n },\n {\n \"name\": \"Content details\",\n \"checkList\": [\n \"Inappropriate Title or Description\",\n \"Incorrect Board, Grade, Subject or Medium\",\n \"Inappropriate tags such as Resource Type or Concepts\",\n \"Irrelevant Keywords\"\n ]\n },\n {\n \"name\": \"Usability\",\n \"checkList\": [\n \"Content is NOT playing correctly\",\n \"CANNOT see the content clearly on Desktop and App\",\n \"Audio is NOT clear or NOT easy to understand\",\n \"Spelling mistakes found in text used\",\n \"Language is NOT simple to understand\"\n ]\n }\n ],\n \"title\": \"Please tick the reasons for requesting changes and provide detailed comments:\"\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "31- Lesson Plan Review", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"content\",\n \"subType\": \"lessonplan\",\n \"action\": \"review\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"review\",\n \"fields\": [\n {\n \"code\": \"primaryCategory\",\n \"dataType\": \"text\",\n \"description\": \"Collection Type\",\n \"editable\": false,\n \"index\": 0,\n \"inputType\": \"text\",\n \"label\": \"Collection Type\",\n \"name\": \"Collection Type\",\n \"placeholder\": \"\",\n \"required\": true,\n \"visible\": true\n },\n {\n \"code\": \"additionalCategories\",\n \"dataType\": \"list\",\n \"description\": \"Additonal Category of the Content\",\n \"editable\": true,\n \"index\": 1,\n \"inputType\": \"multiselect\",\n \"label\": \"Additional Category\",\n \"name\": \"Additional Category\",\n \"placeholder\": \"Select Additional Category\",\n \"renderingHints\": {},\n \"range\": [\n \"Textbook\",\n \"Lesson Plan\"\n ],\n \"required\": false,\n \"visible\": true\n },\n {\n \"code\": \"name\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Name\",\n \"description\": \"Name of the content\",\n \"inputType\": \"text\",\n \"label\": \"Name\",\n \"placeholder\": \"Name\",\n \"required\": true,\n \"validation\": [\n {\n \"type\": \"max\",\n \"message\": \"Input is Exceded\",\n \"value\": \"120\"\n }\n ]\n },\n {\n \"code\": \"description\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Description\",\n \"description\": \"Brief description\",\n \"inputType\": \"textarea\",\n \"label\": \"Description\",\n \"placeholder\": \"Description\",\n \"required\": false,\n \"validation\": [\n {\n \"type\": \"max\",\n \"message\": \"Input is Exceded\",\n \"value\": \"1000\"\n }\n ]\n },\n {\n \"code\": \"keywords\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"name\": \"Keywords\",\n \"description\": \"Keywords for the content\",\n \"inputType\": \"keywordsuggestion\",\n \"label\": \"keywords\",\n \"placeholder\": \"Enter Keywords\",\n \"required\": false\n },\n {\n \"code\": \"appicon\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"url\",\n \"renderingHints\": {},\n \"name\": \"App Icon\",\n \"description\": \"App Icon\",\n \"index\": 6,\n \"inputType\": \"file\",\n \"label\": \"Icon\",\n \"placeholder\": \"App Icon\",\n \"required\": true\n },\n {\n \"code\": \"board\",\n \"visible\": true,\n \"depends\": [\n \"gradeLevel\",\n \"medium\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"Board\",\n \"index\": 0,\n \"label\": \"Board/Syllabus\",\n \"required\": true,\n \"name\": \"Board/Syllabus\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board/Syllabus\"\n },\n {\n \"code\": \"medium\",\n \"visible\": true,\n \"depends\": [\n \"gradeLevel\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 1,\n \"label\": \"medium\",\n \"required\": true,\n \"name\": \"medium\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Medium\"\n },\n {\n \"code\": \"gradeLevel\",\n \"visible\": true,\n \"depends\": [\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"Class\",\n \"index\": 2,\n \"label\": \"Class\",\n \"required\": true,\n \"name\": \"Class\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Class\"\n },\n {\n \"code\": \"subject\",\n \"visible\": true,\n \"depends\": [\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 3,\n \"label\": \"Subject\",\n \"required\": true,\n \"name\": \"Subject\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Subject\"\n },\n {\n \"code\": \"topic\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"index\": 8,\n \"inputType\": \"topicselector\",\n \"label\": \"Topics\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false\n },\n {\n \"code\": \"notes\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"learningObjective\",\n \"description\": \"Add Notes\",\n \"index\": 4,\n \"inputType\": \"text\",\n \"label\": \"Notes to teacher\",\n \"placeholder\": \"Add Notes\",\n \"required\": false\n },\n {\n \"code\": \"learningObjective\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"learningObjective\",\n \"description\": \"Brief desciption about learning objective\",\n \"index\": 5,\n \"inputType\": \"text\",\n \"label\": \"Learning objective\",\n \"placeholder\": \"Brief desciption about learning objective\",\n \"required\": false\n },\n {\n \"code\": \"duration\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"duration\",\n \"description\": \"Duration of Lesson Plan\",\n \"index\": 7,\n \"inputType\": \"number\",\n \"label\": \"Duration\",\n \"placeholder\": \"In minutes\",\n \"required\": false\n },\n {\n \"code\": \"year\",\n \"visible\": true,\n \"editable\": false,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Year\",\n \"description\": \"\",\n \"index\": 9,\n \"inputType\": \"select\",\n \"label\": \"Year\",\n \"placeholder\": \"Select Year\",\n \"required\": true\n },\n {\n \"code\": \"author\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Author\",\n \"description\": \"Original Author\",\n \"index\": 12,\n \"inputType\": \"text\",\n \"label\": \"Original Author\",\n \"placeholder\": \"Author\",\n \"required\": false\n },\n {\n \"code\": \"attributions\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"attribution\",\n \"description\": \"Attributions\",\n \"index\": 13,\n \"inputType\": \"text\",\n \"label\": \"Attributions\",\n \"placeholder\": \"Attributions\",\n \"required\": false\n },\n {\n \"code\": \"copyright\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Copyright\",\n \"description\": \"Copyright\",\n \"index\": 14,\n \"inputType\": \"text\",\n \"label\": \"Copyright\",\n \"placeholder\": \"Copyright\",\n \"required\": false\n },\n {\n \"code\": \"copyrightYear\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"number\",\n \"renderingHints\": {},\n \"description\": \"Year of Creation\",\n \"index\": 15,\n \"label\": \"Year of Creation\",\n \"required\": true,\n \"name\": \"Year of Creation\",\n \"inputType\": \"number\",\n \"placeholder\": \"Enter Year of Creation\",\n \"validation\": [\n {\n \"type\": \"min\",\n \"message\": \"Maximum length of the year should be 4\",\n \"value\": \"4\"\n },\n {\n \"type\": \"max\",\n \"message\": \"Minimum length of the year should be 4\",\n \"value\": \"4\"\n }\n ]\n },\n {\n \"code\": \"license\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"license\",\n \"description\": \"License of the content\",\n \"index\": 16,\n \"inputType\": \"licenses\",\n \"label\": \"license\",\n \"placeholder\": \"license\",\n \"required\": true\n },\n {\n \"code\": \"licenseterms\",\n \"visible\": true,\n \"editable\": true,\n \"defaultValue\": \"By creating any type of content (resources, books, courses etc.) on Sunbird, you consent to publish it under the Creative Commons License Framework. Please choose the applicable creative commons license you wish to apply to your content.\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"value\": {\n \"video/x-youtube\": \"By linking or uploading YouTube videos on Sunbird, you consent to publishing it as per the terms of the YouTube video license. Sunbird accepts only videos with YouTube Standard License or Creative Commons License.\"\n },\n \"class\": \"twelve wide field\"\n },\n \"description\": \"licenseterms\",\n \"index\": 17,\n \"label\": \"License Terms\",\n \"required\": false,\n \"name\": \"licenseterms\",\n \"inputType\": \"label\",\n \"placeholder\": \"license\"\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "32- Question Set Filter View", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"content\",\n \"subType\": \"questions\",\n \"action\": \"question-filter-view\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"filterMetaDataTemplate\",\n \"action\": \"question-filter-view\",\n \"fields\": [\n {\n \"code\": \"primaryCategory\",\n \"dataType\": \"text\",\n \"description\": \"Collection Type\",\n \"editable\": false,\n \"index\": 0,\n \"inputType\": \"text\",\n \"label\": \"Collection Type\",\n \"name\": \"Collection Type\",\n \"placeholder\": \"\",\n \"required\": true,\n \"visible\": true\n },\n {\n \"code\": \"additionalCategories\",\n \"dataType\": \"list\",\n \"description\": \"Additonal Category of the Content\",\n \"editable\": true,\n \"index\": 1,\n \"inputType\": \"multiselect\",\n \"label\": \"Additional Category\",\n \"name\": \"Additional Category\",\n \"placeholder\": \"Select Additional Category\",\n \"renderingHints\": {},\n \"range\": [\n \"Textbook\",\n \"Lesson Plan\"\n ],\n \"required\": false,\n \"visible\": true\n },\n {\n \"code\": \"name\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Name\",\n \"description\": \"Name of the content\",\n \"inputType\": \"text\",\n \"label\": \"Name\",\n \"placeholder\": \"Name\",\n \"required\": true,\n \"validation\": [\n {\n \"type\": \"max\",\n \"message\": \"Input is Exceded\",\n \"value\": \"120\"\n }\n ]\n },\n {\n \"code\": \"description\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Description\",\n \"description\": \"Brief description\",\n \"inputType\": \"textarea\",\n \"label\": \"Description\",\n \"placeholder\": \"Description\",\n \"required\": false,\n \"validation\": [\n {\n \"type\": \"max\",\n \"message\": \"Input is Exceded\",\n \"value\": \"1000\"\n }\n ]\n },\n {\n \"code\": \"keywords\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"name\": \"Keywords\",\n \"description\": \"Keywords for the content\",\n \"inputType\": \"keywordsuggestion\",\n \"label\": \"keywords\",\n \"placeholder\": \"Enter Keywords\",\n \"required\": false\n },\n {\n \"code\": \"appicon\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"url\",\n \"renderingHints\": {},\n \"name\": \"App Icon\",\n \"description\": \"App Icon\",\n \"index\": 6,\n \"inputType\": \"file\",\n \"label\": \"Icon\",\n \"placeholder\": \"App Icon\",\n \"required\": true\n },\n {\n \"code\": \"board\",\n \"visible\": true,\n \"depends\": [\n \"gradeLevel\",\n \"medium\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"Board\",\n \"index\": 0,\n \"label\": \"Board/Syllabus\",\n \"required\": true,\n \"name\": \"Board/Syllabus\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board/Syllabus\"\n },\n {\n \"code\": \"medium\",\n \"visible\": true,\n \"depends\": [\n \"gradeLevel\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 1,\n \"label\": \"medium\",\n \"required\": true,\n \"name\": \"medium\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Medium\"\n },\n {\n \"code\": \"gradeLevel\",\n \"visible\": true,\n \"depends\": [\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"Class\",\n \"index\": 2,\n \"label\": \"Class\",\n \"required\": true,\n \"name\": \"Class\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Class\"\n },\n {\n \"code\": \"subject\",\n \"visible\": true,\n \"depends\": [\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 3,\n \"label\": \"Subject\",\n \"required\": true,\n \"name\": \"Subject\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Subject\"\n },\n {\n \"code\": \"topic\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"index\": 8,\n \"inputType\": \"topicselector\",\n \"label\": \"Topics\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false\n },\n {\n \"code\": \"notes\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"learningObjective\",\n \"description\": \"Add Notes\",\n \"index\": 4,\n \"inputType\": \"text\",\n \"label\": \"Notes to teacher\",\n \"placeholder\": \"Add Notes\",\n \"required\": false\n },\n {\n \"code\": \"learningObjective\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"learningObjective\",\n \"description\": \"Brief desciption about learning objective\",\n \"index\": 5,\n \"inputType\": \"text\",\n \"label\": \"Learning objective\",\n \"placeholder\": \"Brief desciption about learning objective\",\n \"required\": false\n },\n {\n \"code\": \"duration\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"duration\",\n \"description\": \"Duration of Lesson Plan\",\n \"index\": 7,\n \"inputType\": \"number\",\n \"label\": \"Duration\",\n \"placeholder\": \"In minutes\",\n \"required\": false\n },\n {\n \"code\": \"year\",\n \"visible\": true,\n \"editable\": false,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Year\",\n \"description\": \"\",\n \"index\": 9,\n \"inputType\": \"select\",\n \"label\": \"Year\",\n \"placeholder\": \"Select Year\",\n \"required\": true\n },\n {\n \"code\": \"author\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Author\",\n \"description\": \"Original Author\",\n \"index\": 12,\n \"inputType\": \"text\",\n \"label\": \"Original Author\",\n \"placeholder\": \"Author\",\n \"required\": false\n },\n {\n \"code\": \"attributions\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"attribution\",\n \"description\": \"Attributions\",\n \"index\": 13,\n \"inputType\": \"text\",\n \"label\": \"Attributions\",\n \"placeholder\": \"Attributions\",\n \"required\": false\n },\n {\n \"code\": \"copyright\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Copyright\",\n \"description\": \"Copyright\",\n \"index\": 14,\n \"inputType\": \"text\",\n \"label\": \"Copyright\",\n \"placeholder\": \"Copyright\",\n \"required\": false\n },\n {\n \"code\": \"copyrightYear\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"number\",\n \"renderingHints\": {},\n \"description\": \"Year of Creation\",\n \"index\": 15,\n \"label\": \"Year of Creation\",\n \"required\": true,\n \"name\": \"Year of Creation\",\n \"inputType\": \"number\",\n \"placeholder\": \"Enter Year of Creation\",\n \"validation\": [\n {\n \"type\": \"min\",\n \"message\": \"Maximum length of the year should be 4\",\n \"value\": \"4\"\n },\n {\n \"type\": \"max\",\n \"message\": \"Minimum length of the year should be 4\",\n \"value\": \"4\"\n }\n ]\n },\n {\n \"code\": \"license\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"license\",\n \"description\": \"License of the content\",\n \"index\": 16,\n \"inputType\": \"licenses\",\n \"label\": \"license\",\n \"placeholder\": \"license\",\n \"required\": true\n },\n {\n \"code\": \"licenseterms\",\n \"visible\": true,\n \"editable\": true,\n \"defaultValue\": \"By creating any type of content (resources, books, courses etc.) on Sunbird, you consent to publish it under the Creative Commons License Framework. Please choose the applicable creative commons license you wish to apply to your content.\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"value\": {\n \"video/x-youtube\": \"By linking or uploading YouTube videos on Sunbird, you consent to publishing it as per the terms of the YouTube video license. Sunbird accepts only videos with YouTube Standard License or Creative Commons License.\"\n },\n \"class\": \"twelve wide field\"\n },\n \"description\": \"licenseterms\",\n \"index\": 17,\n \"label\": \"License Terms\",\n \"required\": false,\n \"name\": \"licenseterms\",\n \"inputType\": \"label\",\n \"placeholder\": \"license\"\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "33 - Lesson Plan Save", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"content\",\n \"subType\": \"lessonplan\",\n \"action\": \"save\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"defaultTemplate\",\n \"action\": \"save\",\n \"fields\": [\n {\n \"code\": \"name\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Name\",\n \"description\": \"Name of the content\",\n \"inputType\": \"text\",\n \"label\": \"Name\",\n \"placeholder\": \"Name\",\n \"required\": true,\n \"validation\": [\n {\n \"type\": \"max\",\n \"message\": \"Input is Exceded\",\n \"value\": \"120\"\n }\n ]\n },\n {\n \"code\": \"description\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Description\",\n \"description\": \"Brief description\",\n \"inputType\": \"textarea\",\n \"label\": \"Description\",\n \"placeholder\": \"Description\",\n \"required\": false,\n \"validation\": [\n {\n \"type\": \"max\",\n \"message\": \"Input is Exceded\",\n \"value\": \"1000\"\n }\n ]\n },\n {\n \"code\": \"keywords\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"name\": \"Keywords\",\n \"description\": \"Keywords for the content\",\n \"inputType\": \"keywordsuggestion\",\n \"label\": \"keywords\",\n \"placeholder\": \"Enter Keywords\",\n \"required\": false\n },\n {\n \"code\": \"primaryCategory\",\n \"dataType\": \"text\",\n \"description\": \"Collection Type\",\n \"editable\": false,\n \"index\": 0,\n \"inputType\": \"text\",\n \"label\": \"Collection Type\",\n \"name\": \"Collection Type\",\n \"placeholder\": \"\",\n \"required\": true,\n \"visible\": true\n },\n {\n \"code\": \"additionalCategories\",\n \"dataType\": \"list\",\n \"description\": \"Additonal Category of the Content\",\n \"editable\": true,\n \"index\": 1,\n \"inputType\": \"multiselect\",\n \"label\": \"Additional Category\",\n \"name\": \"Additional Category\",\n \"placeholder\": \"Select Additional Category\",\n \"renderingHints\": {},\n \"range\": [\n \"Textbook\",\n \"Lesson Plan\"\n ],\n \"required\": false,\n \"visible\": true\n },\n {\n \"code\": \"appicon\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"url\",\n \"renderingHints\": {},\n \"name\": \"App Icon\",\n \"description\": \"App Icon\",\n \"inputType\": \"file\",\n \"label\": \"Icon\",\n \"placeholder\": \"App Icon\",\n \"required\": true\n },\n {\n \"code\": \"board\",\n \"visible\": true,\n \"depends\": [\n \"gradeLevel\",\n \"medium\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"description\": \"Board\",\n \"index\": 2,\n \"label\": \"Board/Syllabus\",\n \"required\": true,\n \"name\": \"Board/Syllabus\",\n \"inputType\": \"select\",\n \"placeholder\": \"Select Board/Syllabus\"\n },\n {\n \"code\": \"medium\",\n \"visible\": true,\n \"depends\": [\n \"gradeLevel\",\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 3,\n \"label\": \"medium\",\n \"required\": true,\n \"name\": \"medium\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Medium\"\n },\n {\n \"code\": \"gradeLevel\",\n \"visible\": true,\n \"depends\": [\n \"subject\",\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"Class\",\n \"index\": 4,\n \"label\": \"Class\",\n \"required\": true,\n \"name\": \"Class\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Class\"\n },\n {\n \"code\": \"subject\",\n \"visible\": true,\n \"depends\": [\n \"topic\"\n ],\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"description\": \"\",\n \"index\": 5,\n \"label\": \"Subject\",\n \"required\": true,\n \"name\": \"Subject\",\n \"inputType\": \"multiselect\",\n \"placeholder\": \"Select Subject\"\n },\n {\n \"code\": \"topic\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"Topic\",\n \"description\": \"Choose a Topics\",\n \"index\": 6,\n \"inputType\": \"topicselector\",\n \"label\": \"Topics\",\n \"placeholder\": \"Choose Topics\",\n \"required\": false\n },\n {\n \"code\": \"notes\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"learningObjective\",\n \"description\": \"Add Notes\",\n \"index\": 7,\n \"inputType\": \"text\",\n \"label\": \"Notes to teacher\",\n \"placeholder\": \"Add Notes\",\n \"required\": false\n },\n {\n \"code\": \"learningObjective\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"learningObjective\",\n \"description\": \"Brief desciption about learning objective\",\n \"index\": 8,\n \"inputType\": \"text\",\n \"label\": \"Learning objective\",\n \"placeholder\": \"Brief desciption about learning objective\",\n \"required\": false\n },\n {\n \"code\": \"duration\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"duration\",\n \"description\": \"Duration of Lesson Plan\",\n \"index\": 9,\n \"inputType\": \"number\",\n \"label\": \"Duration\",\n \"placeholder\": \"In minutes\",\n \"required\": false\n },\n {\n \"code\": \"year\",\n \"visible\": true,\n \"editable\": false,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Year\",\n \"description\": \"\",\n \"index\": 10,\n \"inputType\": \"select\",\n \"label\": \"Year\",\n \"placeholder\": \"Select Year\",\n \"required\": true\n },\n {\n \"code\": \"author\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Author\",\n \"description\": \"Original Author\",\n \"index\": 11,\n \"inputType\": \"text\",\n \"label\": \"Original Author\",\n \"placeholder\": \"Author\",\n \"required\": false\n },\n {\n \"code\": \"attributions\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"list\",\n \"renderingHints\": {},\n \"name\": \"attribution\",\n \"description\": \"Attributions\",\n \"index\": 12,\n \"inputType\": \"text\",\n \"label\": \"Attributions\",\n \"placeholder\": \"Attributions\",\n \"required\": false\n },\n {\n \"code\": \"copyright\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"Copyright\",\n \"description\": \"Copyright\",\n \"index\": 13,\n \"inputType\": \"text\",\n \"label\": \"Copyright\",\n \"placeholder\": \"Copyright\",\n \"required\": false\n },\n {\n \"code\": \"copyrightYear\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"number\",\n \"renderingHints\": {},\n \"description\": \"Year of Creation\",\n \"index\": 14,\n \"label\": \"Year of Creation\",\n \"required\": true,\n \"name\": \"Year of Creation\",\n \"inputType\": \"number\",\n \"placeholder\": \"Enter Year of Creation\",\n \"validation\": [\n {\n \"type\": \"min\",\n \"message\": \"Maximum length of the year should be 4\",\n \"value\": \"4\"\n },\n {\n \"type\": \"max\",\n \"message\": \"Minimum length of the year should be 4\",\n \"value\": \"4\"\n }\n ]\n },\n {\n \"code\": \"license\",\n \"visible\": true,\n \"editable\": true,\n \"dataType\": \"text\",\n \"renderingHints\": {},\n \"name\": \"license\",\n \"description\": \"License of the content\",\n \"index\": 15,\n \"inputType\": \"licenses\",\n \"label\": \"license\",\n \"placeholder\": \"license\",\n \"required\": true\n },\n {\n \"code\": \"licenseterms\",\n \"visible\": true,\n \"editable\": true,\n \"defaultValue\": \"By creating any type of content (resources, books, courses etc.) on Sunbird, you consent to publish it under the Creative Commons License Framework. Please choose the applicable creative commons license you wish to apply to your content.\",\n \"dataType\": \"text\",\n \"renderingHints\": {\n \"value\": {\n \"video/x-youtube\": \"By linking or uploading YouTube videos on Sunbird, you consent to publishing it as per the terms of the YouTube video license. Sunbird accepts only videos with YouTube Standard License or Creative Commons License.\"\n },\n \"class\": \"twelve wide field\"\n },\n \"description\": \"licenseterms\",\n \"index\": 16,\n \"label\": \"License Terms\",\n \"required\": false,\n \"name\": \"licenseterms\",\n \"inputType\": \"label\",\n \"placeholder\": \"license\"\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "34 - Onboarding Popup Visibility", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"onboardingPopupVisibility\",\n \"subType\": \"global\",\n \"action\": \"onboarding\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"fields\": {\n \"shownewUserOnboarding\": \"true\"\n }\n },\n \"rootOrgId\": \"*\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "35 - Profile Config V2", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"type\": \"profileconfig_v2\",\n \"subtype\": \"ka\",\n \"action\": \"get\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"profileconfig_v2\",\n \"action\": \"get\",\n \"fields\": [\n {\n \"code\": \"name\",\n \"type\": \"input\",\n \"templateOptions\": {\n \"labelHtml\": {\n \"contents\": \"$0 *\",\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\": \"$0 *\",\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\": \"$0 *\",\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\": \"$0 *\",\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\": \"$0 *\",\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\": \"$0 *\",\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\": \"$0 *\",\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\": \"$0 *\",\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 \"other\": [\n {\n \"code\": \"state\",\n \"type\": \"select\",\n \"templateOptions\": {\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\": \"$0 *\",\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 \"parent\": [\n {\n \"code\": \"state\",\n \"type\": \"select\",\n \"templateOptions\": {\n \"labelHtml\": {\n \"contents\": \"$0 *\",\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\": \"$0 *\",\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 }\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] }, { "name": "36 - Batch Form", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"request\": \n{\n \"type\": \"forum\",\n \"subType\": \"batch\",\n \"action\": \"create\",\n \"component\": \"*\",\n \"framework\": \"*\",\n \"data\": {\n \"templateName\": \"batch_create\",\n \"action\": \"create\",\n \"fields\": [\n {\n \"category\": {\n \"name\": \"General Discussion\",\n \"pid\": \"2\",\n \"uid\": \"1\",\n \"description\": \"\",\n \"context\": [\n {\n \"type\": \"batch\",\n \"identifier\": \"_batchId\"\n }\n ]\n }\n }\n ]\n },\n \"rootOrgId\": \"*\"\n }\n}" }, "url": "{{host}}/api/data/v1/form/create" }, "response": [] } ], "description": "Consumption portal form API's to enable the consumption workflows." } ] }, { "name": "4 - Portal Basic", "item": [ { "name": "1 - portal FAQ link", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" }, { "key": "x-authenticated-user-token", "value": "{{access_token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n\t\r\n\t\"request\" :\r\n\t\t{\r\n\t\t\t \"id\": \"portalFaqURL\",\r\n \"field\": \"portalFaqURL\",\r\n \"value\": \"{{blob_store_path}}/{{public_container_name}}/public/portal-faq/resources/res\"\r\n\t}\r\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/system/settings/set", "description": "{\"request\":{\"type\":\"content\",\"action\":\"save\",\"subType\":\"resource\"}}" }, "response": [] }, { "name": "2- app FAQ link", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-authenticated-user-token", "value": "{{access_token}}", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"id\": \"appFaqURL\",\n \"field\": \"appFaqURL\",\n \"value\": \"{{blob_store_path}}/{{public_container_name}}/public/app-faq/resources/res\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/system/settings/set" }, "response": [] }, { "name": "3 - Page Section Create", "event": [ { "listen": "test", "script": { "exec": [ "pm.test(\"Your do id\", function () {", " var jsonData = pm.response.json();", " var sectionId = jsonData.result.sectionId;", " console.log(jsonData);", " if(sectionId) {", " pm.environment.set(\"section_id\", sectionId);", " }", "});" ], "type": "text/javascript", "packages": {} } } ], "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Bearer {{apikey}}" }, { "key": "x-authenticated-user-token", "value": "{{access_token}}" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"name\": \"Linked Content\",\n \"sectionDataType\": \"content\",\n \"searchQuery\": {\n \"request\": {\n \"facets\": [\n \"language\",\n \"grade\",\n \"domain\",\n \"contentType\",\n \"primaryCategory\",\n \"subject\",\n \"medium\"\n ],\n \"filters\": {\n \"primaryCategory\": [\n \"Digital Textbook\",\n \"Textbook Unit\",\n \"Course\",\n \"Explanation Content\",\n \"Content Playlist\"\n ],\n \"contentType\": [\n \"Collection\",\n \"TextBook\",\n \"TextBookUnit\",\n \"Resource\",\n \"Course\"\n ],\n \"status\": [\n \"Live\"\n ],\n \"compatibilityLevel\": {\n \"max\": 4,\n \"min\": 1\n }\n },\n \"mode\": \"collection\",\n \"limit\": 10,\n \"sort_by\": {\n \"lastUpdatedOn\": \"desc\"\n }\n }\n },\n \"display\": {\n \"name\": {\n \"en\": \"Linked Content\"\n }\n }\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/page/section/create" }, "response": [] }, { "name": "4 - Page Create", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-authenticated-user-token", "value": "{{access_token}}" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"name\": \"DIAL Code Consumption\",\n \"portalMap\": [\n {\n \"id\": \"{{section_id}}\",\n \"index\": 1,\n \"group\": 1\n }\n ],\n \"appMap\": [\n {\n \"id\": \"{{section_id}}\",\n \"index\": 1,\n \"group\": 1\n }\n ]\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/page/create" }, "response": [] }, { "name": "5 - Error Log Sync Settings", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-authenticated-user-token", "value": "{{access_token}}", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apikey}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"request\": {\n \"id\": \"errorLogSyncSettings\",\n \"field\": \"errorLogSyncSettings\",\n \"value\": \"{\\\"bandwidth\\\":10,\\\"frequency\\\":86400000}\"\n }\n}", "options": { "raw": { "language": "json" } } }, "url": "{{host}}/api/data/v1/system/settings/set" }, "response": [] } ] } ] }