Back to Collection Items
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
loHttp = createobject("CkHttp")
loQueryParams = createobject("CkJsonObject")
loQueryParams.UpdateString("formFactor","Large")
// Adds the "Authorization: Bearer <access_token>" header.
loHttp.AuthToken = "<access_token>"
loResp = loHttp.QuickRequestParams("GET","https://domain.com/services/data/v{{version}}/ui-api/apps",loQueryParams)
if (loHttp.LastMethodSuccess = .F.) then
? loHttp.LastErrorText
release loHttp
release loQueryParams
return
endif
loSbResponseBody = createobject("CkStringBuilder")
loResp.GetBodySb(loSbResponseBody)
loJResp = createobject("CkJsonObject")
loJResp.LoadSb(loSbResponseBody)
loJResp.EmitCompact = .F.
? "Response Body:"
? loJResp.Emit()
lnRespStatusCode = loResp.StatusCode
? "Response Status Code = " + str(lnRespStatusCode)
if (lnRespStatusCode >= 400) then
? "Response Header:"
? loResp.Header
? "Failed."
release loResp
release loHttp
release loQueryParams
release loSbResponseBody
release loJResp
return
endif
release loResp
release loHttp
release loQueryParams
release loSbResponseBody
release loJResp
Curl Command
curl -G -d "formFactor=Large"
-H "Authorization: Bearer <access_token>"
https://domain.com/services/data/v{{version}}/ui-api/apps
Postman Collection Item JSON
{
"name": "Get Apps",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{_endpoint}}/services/data/v{{version}}/ui-api/apps?formFactor=Large",
"host": [
"{{_endpoint}}"
],
"path": [
"services",
"data",
"v{{version}}",
"ui-api",
"apps"
],
"query": [
{
"key": "formFactor",
"value": "Large",
"description": "The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)"
},
{
"key": "userCustomizations",
"value": "true",
"description": "If true, gets custom and standard navigation tabs. If false, gets only standard navigation tabs.",
"disabled": true
}
]
},
"description": "Get metadata for all the apps a user has access to. Metadata for the selected app includes tabs on the app’s navigation bar. Metadata for other apps doesn’t include tabs on the navigation bar."
},
"response": [
{
"name": "Get Apps",
"originalRequest": {
"method": "GET",
"header": [
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{_endpoint}}/services/data/v{{version}}/ui-api/apps?formFactor=Large",
"host": [
"{{_endpoint}}"
],
"path": [
"services",
"data",
"v{{version}}",
"ui-api",
"apps"
],
"query": [
{
"key": "formFactor",
"value": "Large",
"description": "The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)"
},
{
"key": "userCustomizations",
"value": "true",
"description": "If true, gets custom and standard navigation tabs. If false, gets only standard navigation tabs.",
"disabled": true
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Date",
"value": "Fri, 06 Oct 2023 09:27:10 GMT"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=63072000; includeSubDomains"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Robots-Tag",
"value": "none"
},
{
"key": "Cache-Control",
"value": "no-cache,must-revalidate,max-age=0,no-store,private"
},
{
"key": "ETag",
"value": "\"619eb2f896db72ff9a0823ed6a551e66--gzip\""
},
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8"
},
{
"key": "Vary",
"value": "Accept-Encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
}
],
"cookie": [
],
"body": "{\n \"apps\": [\n {\n \"appId\": \"06m58000000fBK2AAM\",\n \"description\": \"Manage your sales process with accounts, leads, opportunities, and more\",\n \"developerName\": \"LightningSales\",\n \"eTag\": \"e288a1d753c535d52fd11b047cd74482\",\n \"formFactors\": [\n \"Small\",\n \"Medium\",\n \"Large\"\n ],\n \"headerColor\": \"#0070D2\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png\",\n \"isNavAutoTempTabsDisabled\": false,\n \"isNavPersonalizationDisabled\": false,\n \"isNavTabPersistenceDisabled\": false,\n \"label\": \"Sales\",\n \"logoUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png\",\n \"mobileStartUrl\": null,\n \"navItems\": [\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"FF538A\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/lightning/page/home\",\n \"custom\": false,\n \"developerName\": \"standard-home\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png\",\n \"id\": null,\n \"itemType\": \"Standard\",\n \"label\": \"Home\",\n \"objectApiName\": \"Home\",\n \"objectLabel\": null,\n \"objectLabelPlural\": null,\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__namedPage\"\n },\n \"standardType\": \"Home\"\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"FF5D2D\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/006/o\",\n \"custom\": false,\n \"developerName\": \"standard-Opportunity\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png\",\n \"id\": null,\n \"itemType\": \"Entity\",\n \"label\": \"Opportunities\",\n \"objectApiName\": \"Opportunity\",\n \"objectLabel\": \"Opportunity\",\n \"objectLabelPlural\": \"Opportunities\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"Opportunity\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": null\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"FF5D2D\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/00Q/o\",\n \"custom\": false,\n \"developerName\": \"standard-Lead\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png\",\n \"id\": null,\n \"itemType\": \"Entity\",\n \"label\": \"Leads\",\n \"objectApiName\": \"Lead\",\n \"objectLabel\": \"Lead\",\n \"objectLabelPlural\": \"Leads\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"Lead\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": null\n },\n {\n \"availableInClassic\": false,\n \"availableInLightning\": true,\n \"color\": \"3BA755\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/00T/o\",\n \"custom\": false,\n \"developerName\": \"standard-Task\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png\",\n \"id\": null,\n \"itemType\": \"Standard\",\n \"label\": \"Tasks\",\n \"objectApiName\": \"Task\",\n \"objectLabel\": \"Task\",\n \"objectLabelPlural\": \"Tasks\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"Task\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": \"Tasks\"\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"939393\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage\",\n \"custom\": false,\n \"developerName\": \"standard-File\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png\",\n \"id\": null,\n \"itemType\": \"Entity\",\n \"label\": \"Files\",\n \"objectApiName\": \"ContentDocument\",\n \"objectLabel\": null,\n \"objectLabelPlural\": null,\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"ContentDocument\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": null\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"5867E8\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/001/o\",\n \"custom\": false,\n \"developerName\": \"standard-Account\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png\",\n \"id\": null,\n \"itemType\": \"Entity\",\n \"label\": \"Accounts\",\n \"objectApiName\": \"Account\",\n \"objectLabel\": \"Account\",\n \"objectLabelPlural\": \"Accounts\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"Account\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": null\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"5867E8\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/003/o\",\n \"custom\": false,\n \"developerName\": \"standard-Contact\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png\",\n \"id\": null,\n \"itemType\": \"Entity\",\n \"label\": \"Contacts\",\n \"objectApiName\": \"Contact\",\n \"objectLabel\": \"Contact\",\n \"objectLabelPlural\": \"Contacts\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"Contact\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": null\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"FF538A\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/01Z/o\",\n \"custom\": false,\n \"developerName\": \"standard-Dashboard\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png\",\n \"id\": null,\n \"itemType\": \"Standard\",\n \"label\": \"Dashboards\",\n \"objectApiName\": \"Dashboard\",\n \"objectLabel\": \"Dashboard\",\n \"objectLabelPlural\": \"Dashboards\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"Dashboard\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": \"Dashboards\"\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"06A59A\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/00O/o\",\n \"custom\": false,\n \"developerName\": \"standard-report\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png\",\n \"id\": null,\n \"itemType\": \"Standard\",\n \"label\": \"Reports\",\n \"objectApiName\": \"Report\",\n \"objectLabel\": \"Report\",\n \"objectLabelPlural\": \"Reports\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"Report\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": \"Reports\"\n },\n {\n \"availableInClassic\": false,\n \"availableInLightning\": true,\n \"color\": \"1B96FF\",\n \"content\": null,\n \"custom\": false,\n \"developerName\": \"standard-Feed\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png\",\n \"id\": null,\n \"itemType\": \"Standard\",\n \"label\": \"Chatter\",\n \"objectApiName\": \"Feed\",\n \"objectLabel\": null,\n \"objectLabelPlural\": null,\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"chatter\"\n },\n \"state\": {},\n \"type\": \"standard__namedPage\"\n },\n \"standardType\": \"Feed\"\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"1B96FF\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage\",\n \"custom\": false,\n \"developerName\": \"standard-CollaborationGroup\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png\",\n \"id\": null,\n \"itemType\": \"Standard\",\n \"label\": \"Groups\",\n \"objectApiName\": \"CollaborationGroup\",\n \"objectLabel\": \"Group\",\n \"objectLabelPlural\": \"Groups\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"CollaborationGroup\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": \"Groups\"\n },\n {\n \"availableInClassic\": false,\n \"availableInLightning\": true,\n \"color\": \"FF538A\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/00U/o\",\n \"custom\": false,\n \"developerName\": \"standard-Event\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png\",\n \"id\": null,\n \"itemType\": \"Standard\",\n \"label\": \"Calendar\",\n \"objectApiName\": \"Event\",\n \"objectLabel\": \"Event\",\n \"objectLabelPlural\": \"Events\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"Event\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": \"Events\"\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"1B96FF\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage\",\n \"custom\": false,\n \"developerName\": \"standard-OtherUserProfile\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png\",\n \"id\": null,\n \"itemType\": \"Standard\",\n \"label\": \"People\",\n \"objectApiName\": \"User\",\n \"objectLabel\": \"User\",\n \"objectLabelPlural\": \"People\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"User\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": \"People\"\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"FF5D2D\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/500/o\",\n \"custom\": false,\n \"developerName\": \"standard-Case\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png\",\n \"id\": null,\n \"itemType\": \"Entity\",\n \"label\": \"Cases\",\n \"objectApiName\": \"Case\",\n \"objectLabel\": \"Case\",\n \"objectLabelPlural\": \"Cases\",\n \"pageReference\": {\n \"attributes\": {\n \"objectApiName\": \"Case\",\n \"actionName\": \"home\"\n },\n \"state\": {},\n \"type\": \"standard__objectPage\"\n },\n \"standardType\": null\n },\n {\n \"availableInClassic\": true,\n \"availableInLightning\": true,\n \"color\": \"3BA755\",\n \"content\": \"https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage\",\n \"custom\": false,\n \"developerName\": \"standard-Forecasting3\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png\",\n \"id\": null,\n \"itemType\": \"Standard\",\n \"label\": \"Forecasts\",\n \"objectApiName\": \"Forecasting3\",\n \"objectLabel\": null,\n \"objectLabelPlural\": null,\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"forecasting\"\n },\n \"state\": {},\n \"type\": \"standard__namedPage\"\n },\n \"standardType\": \"Forecasting3\"\n }\n ],\n \"selected\": true,\n \"startUrl\": \"https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2\",\n \"type\": \"Lightning\",\n \"userNavItems\": []\n },\n {\n \"appId\": \"06m58000000dRxBAAU\",\n \"description\": \"Manage customer service with accounts, contacts, cases, and more\",\n \"developerName\": \"Service\",\n \"eTag\": \"b8b5942342984b0853126b7a7558e130\",\n \"formFactors\": [\n \"Large\"\n ],\n \"headerColor\": \"#0070D2\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/ServiceCloud/icon.png\",\n \"isNavAutoTempTabsDisabled\": false,\n \"isNavPersonalizationDisabled\": false,\n \"isNavTabPersistenceDisabled\": false,\n \"label\": \"Service\",\n \"logoUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/ServiceCloud/logo.png\",\n \"mobileStartUrl\": null,\n \"navItems\": [],\n \"selected\": false,\n \"startUrl\": \"https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRxB\",\n \"type\": \"Classic\",\n \"userNavItems\": []\n },\n {\n \"appId\": \"06m58000000dRxCAAU\",\n \"description\": \"Best-in-class on-demand marketing automation\",\n \"developerName\": \"Marketing\",\n \"eTag\": \"ffedb4e8ce9ada4905724cd13c74955e\",\n \"formFactors\": [\n \"Large\"\n ],\n \"headerColor\": \"#0070D2\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/MarketingCloud/icon.png\",\n \"isNavAutoTempTabsDisabled\": false,\n \"isNavPersonalizationDisabled\": false,\n \"isNavTabPersistenceDisabled\": false,\n \"label\": \"Marketing\",\n \"logoUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/MarketingCloud/logo.png\",\n \"mobileStartUrl\": null,\n \"navItems\": [],\n \"selected\": false,\n \"startUrl\": \"https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRxC\",\n \"type\": \"Classic\",\n \"userNavItems\": []\n },\n {\n \"appId\": \"06m58000000dRx2AAE\",\n \"description\": \"Salesforce CRM Communities\",\n \"developerName\": \"Community\",\n \"eTag\": \"12283186521e9dff9e4440f9f83b7a4d\",\n \"formFactors\": [\n \"Large\"\n ],\n \"headerColor\": \"#0070D2\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Community/icon.png\",\n \"isNavAutoTempTabsDisabled\": false,\n \"isNavPersonalizationDisabled\": false,\n \"isNavTabPersistenceDisabled\": false,\n \"label\": \"Community\",\n \"logoUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Community/logo.png\",\n \"mobileStartUrl\": null,\n \"navItems\": [],\n \"selected\": false,\n \"startUrl\": \"https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx2\",\n \"type\": \"Classic\",\n \"userNavItems\": []\n },\n {\n \"appId\": \"06m58000000dRx3AAE\",\n \"description\": \"Build pixel-perfect, data-rich websites using the drag-and-drop Site.com application, and manage content and published sites.\",\n \"developerName\": \"Sites\",\n \"eTag\": \"0f40c4dd79d400146f97c64b1cf7d865\",\n \"formFactors\": [\n \"Large\"\n ],\n \"headerColor\": \"#0070D2\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Sites/icon.png\",\n \"isNavAutoTempTabsDisabled\": false,\n \"isNavPersonalizationDisabled\": false,\n \"isNavTabPersistenceDisabled\": false,\n \"label\": \"Site.com\",\n \"logoUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/app/00D58000000arpq/02u58000000dRx3AAE\",\n \"mobileStartUrl\": null,\n \"navItems\": [],\n \"selected\": false,\n \"startUrl\": \"https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx3\",\n \"type\": \"Classic\",\n \"userNavItems\": []\n },\n {\n \"appId\": \"06m58000000dRx4AAE\",\n \"description\": \"The Salesforce Chatter social network, including profiles and feeds\",\n \"developerName\": \"Chatter\",\n \"eTag\": \"95c37da7ec4eee2c9a96d53d7ce9b89b\",\n \"formFactors\": [\n \"Large\"\n ],\n \"headerColor\": \"#0070D2\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Chatter/icon.png\",\n \"isNavAutoTempTabsDisabled\": false,\n \"isNavPersonalizationDisabled\": false,\n \"isNavTabPersistenceDisabled\": false,\n \"label\": \"Salesforce Chatter\",\n \"logoUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Standard/feed/logo.svg\",\n \"mobileStartUrl\": null,\n \"navItems\": [],\n \"selected\": false,\n \"startUrl\": \"https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx4\",\n \"type\": \"Classic\",\n \"userNavItems\": []\n },\n {\n \"appId\": \"06m58000000dRx9AAE\",\n \"description\": \"Salesforce CRM Content\",\n \"developerName\": \"Content\",\n \"eTag\": \"edeb0edc6c931a4b3ebb4c08bc7c4c21\",\n \"formFactors\": [\n \"Large\"\n ],\n \"headerColor\": \"#0070D2\",\n \"iconUrl\": null,\n \"isNavAutoTempTabsDisabled\": false,\n \"isNavPersonalizationDisabled\": false,\n \"isNavTabPersistenceDisabled\": false,\n \"label\": \"Content\",\n \"logoUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Standard/file/logo.svg\",\n \"mobileStartUrl\": null,\n \"navItems\": [],\n \"selected\": false,\n \"startUrl\": \"https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx9\",\n \"type\": \"Classic\",\n \"userNavItems\": []\n },\n {\n \"appId\": \"06m58000000dRx1AAE\",\n \"description\": \"App Launcher tabs\",\n \"developerName\": \"AppLauncher\",\n \"eTag\": \"932216e29355c05453a6ed51a3d24902\",\n \"formFactors\": [\n \"Large\"\n ],\n \"headerColor\": \"#0070D2\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/AppLauncher/icon.png\",\n \"isNavAutoTempTabsDisabled\": false,\n \"isNavPersonalizationDisabled\": false,\n \"isNavTabPersistenceDisabled\": false,\n \"label\": \"App Launcher\",\n \"logoUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/AppLauncher/logo.png\",\n \"mobileStartUrl\": null,\n \"navItems\": [],\n \"selected\": false,\n \"startUrl\": \"https://pozil-dev-ed.my.salesforce.com/app/mgmt/applauncher/appLauncher.apexp?tsid=02u58000000dRx1\",\n \"type\": \"Classic\",\n \"userNavItems\": []\n },\n {\n \"appId\": \"06m58000000MpvkAAC\",\n \"description\": \"View Adoption and Usage Metrics for Lightning Experience\",\n \"developerName\": \"LightningInstrumentation\",\n \"eTag\": \"69788cb0de5d4b5b483fced75461fa88\",\n \"formFactors\": [\n \"Large\"\n ],\n \"headerColor\": \"#0070D2\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/LightningInstrumentation/icon.png\",\n \"isNavAutoTempTabsDisabled\": false,\n \"isNavPersonalizationDisabled\": false,\n \"isNavTabPersistenceDisabled\": false,\n \"label\": \"Lightning Usage App\",\n \"logoUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/LightningInstrumentation/logo.png\",\n \"mobileStartUrl\": null,\n \"navItems\": [],\n \"selected\": false,\n \"startUrl\": \"https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000Mpvk\",\n \"type\": \"Lightning\",\n \"userNavItems\": []\n },\n {\n \"appId\": \"06m4H000000QTsDQAW\",\n \"description\": \"Manage your store's products, catalogs, and pricebooks.\",\n \"developerName\": \"Commerce\",\n \"eTag\": \"ba22fc3752be6c8c3f96bf7bd50a4e55\",\n \"formFactors\": [\n \"Large\"\n ],\n \"headerColor\": \"#0070D2\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Commerce/icon.png\",\n \"isNavAutoTempTabsDisabled\": false,\n \"isNavPersonalizationDisabled\": false,\n \"isNavTabPersistenceDisabled\": false,\n \"label\": \"Commerce\",\n \"logoUrl\": \"https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Commerce/logo.png\",\n \"mobileStartUrl\": null,\n \"navItems\": [],\n \"selected\": false,\n \"startUrl\": \"https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u4H000000QTsD\",\n \"type\": \"Lightning\",\n \"userNavItems\": []\n }\n ],\n \"eTag\": \"619eb2f896db72ff9a0823ed6a551e66\"\n}"
}
]
}