Back to Collection Items
-- Important: See this note about string length limitations for strings returned by sp_OAMethod calls.
--
CREATE PROCEDURE ChilkatSample
AS
BEGIN
DECLARE @hr int
DECLARE @iTmp0 int
-- Important: Do not use nvarchar(max). See the warning about using nvarchar(max).
DECLARE @sTmp0 nvarchar(4000)
-- This example assumes the Chilkat API to have been previously unlocked.
-- See Global Unlock Sample for sample code.
DECLARE @http int
-- Use "Chilkat_9_5_0.Http" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.Http', @http OUT
IF @hr <> 0
BEGIN
PRINT 'Failed to create ActiveX component'
RETURN
END
DECLARE @success int
DECLARE @queryParams int
-- Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.JsonObject', @queryParams OUT
EXEC sp_OAMethod @queryParams, 'UpdateString', @success OUT, 'formFactor', 'Small'
-- Adds the "Authorization: Bearer <access_token>" header.
EXEC sp_OASetProperty @http, 'AuthToken', '<access_token>'
DECLARE @resp int
EXEC sp_OAMethod @http, 'QuickRequestParams', @resp OUT, 'GET', 'https://domain.com/services/data/v{{version}}/ui-api/apps/:APP_ID', @queryParams
EXEC sp_OAGetProperty @http, 'LastMethodSuccess', @iTmp0 OUT
IF @iTmp0 = 0
BEGIN
EXEC sp_OAGetProperty @http, 'LastErrorText', @sTmp0 OUT
PRINT @sTmp0
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @queryParams
RETURN
END
DECLARE @sbResponseBody int
-- Use "Chilkat_9_5_0.StringBuilder" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.StringBuilder', @sbResponseBody OUT
EXEC sp_OAMethod @resp, 'GetBodySb', @success OUT, @sbResponseBody
DECLARE @jResp int
-- Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
EXEC @hr = sp_OACreate 'Chilkat.JsonObject', @jResp OUT
EXEC sp_OAMethod @jResp, 'LoadSb', @success OUT, @sbResponseBody
EXEC sp_OASetProperty @jResp, 'EmitCompact', 0
PRINT 'Response Body:'
EXEC sp_OAMethod @jResp, 'Emit', @sTmp0 OUT
PRINT @sTmp0
DECLARE @respStatusCode int
EXEC sp_OAGetProperty @resp, 'StatusCode', @respStatusCode OUT
PRINT 'Response Status Code = ' + @respStatusCode
IF @respStatusCode >= 400
BEGIN
PRINT 'Response Header:'
EXEC sp_OAGetProperty @resp, 'Header', @sTmp0 OUT
PRINT @sTmp0
PRINT 'Failed.'
EXEC @hr = sp_OADestroy @resp
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @queryParams
EXEC @hr = sp_OADestroy @sbResponseBody
EXEC @hr = sp_OADestroy @jResp
RETURN
END
EXEC @hr = sp_OADestroy @resp
-- Sample JSON response:
-- (Sample code for parsing the JSON response is shown below)
-- {
-- "appId": "06m58000000fBK2AAM",
-- "description": "Manage your sales process with accounts, leads, opportunities, and more",
-- "developerName": "LightningSales",
-- "eTag": "21d4bafc5c5730c4f9421875288c4a00",
-- "formFactors": [
-- "Small",
-- "Medium",
-- "Large"
-- ],
-- "headerColor": "#0070D2",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png",
-- "isNavAutoTempTabsDisabled": false,
-- "isNavPersonalizationDisabled": false,
-- "isNavTabPersistenceDisabled": false,
-- "label": "Sales",
-- "logoUrl": "https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png",
-- "mobileStartUrl": null,
-- "navItems": [
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "FF5D2D",
-- "content": "https://pozil-dev-ed.my.salesforce.com/006/o",
-- "custom": false,
-- "developerName": "standard-Opportunity",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png",
-- "id": null,
-- "itemType": "Entity",
-- "label": "Opportunities",
-- "objectApiName": "Opportunity",
-- "objectLabel": "Opportunity",
-- "objectLabelPlural": "Opportunities",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "Opportunity",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": null
-- },
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "FF5D2D",
-- "content": "https://pozil-dev-ed.my.salesforce.com/00Q/o",
-- "custom": false,
-- "developerName": "standard-Lead",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png",
-- "id": null,
-- "itemType": "Entity",
-- "label": "Leads",
-- "objectApiName": "Lead",
-- "objectLabel": "Lead",
-- "objectLabelPlural": "Leads",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "Lead",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": null
-- },
-- {
-- "availableInClassic": false,
-- "availableInLightning": true,
-- "color": "3BA755",
-- "content": "https://pozil-dev-ed.my.salesforce.com/00T/o",
-- "custom": false,
-- "developerName": "standard-Task",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png",
-- "id": null,
-- "itemType": "Standard",
-- "label": "Tasks",
-- "objectApiName": "Task",
-- "objectLabel": "Task",
-- "objectLabelPlural": "Tasks",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "Task",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": "Tasks"
-- },
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "939393",
-- "content": "https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage",
-- "custom": false,
-- "developerName": "standard-File",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png",
-- "id": null,
-- "itemType": "Entity",
-- "label": "Files",
-- "objectApiName": "ContentDocument",
-- "objectLabel": null,
-- "objectLabelPlural": null,
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "ContentDocument",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": null
-- },
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "5867E8",
-- "content": "https://pozil-dev-ed.my.salesforce.com/001/o",
-- "custom": false,
-- "developerName": "standard-Account",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png",
-- "id": null,
-- "itemType": "Entity",
-- "label": "Accounts",
-- "objectApiName": "Account",
-- "objectLabel": "Account",
-- "objectLabelPlural": "Accounts",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "Account",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": null
-- },
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "5867E8",
-- "content": "https://pozil-dev-ed.my.salesforce.com/003/o",
-- "custom": false,
-- "developerName": "standard-Contact",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png",
-- "id": null,
-- "itemType": "Entity",
-- "label": "Contacts",
-- "objectApiName": "Contact",
-- "objectLabel": "Contact",
-- "objectLabelPlural": "Contacts",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "Contact",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": null
-- },
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "FF538A",
-- "content": "https://pozil-dev-ed.my.salesforce.com/01Z/o",
-- "custom": false,
-- "developerName": "standard-Dashboard",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png",
-- "id": null,
-- "itemType": "Standard",
-- "label": "Dashboards",
-- "objectApiName": "Dashboard",
-- "objectLabel": "Dashboard",
-- "objectLabelPlural": "Dashboards",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "Dashboard",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": "Dashboards"
-- },
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "06A59A",
-- "content": "https://pozil-dev-ed.my.salesforce.com/00O/o",
-- "custom": false,
-- "developerName": "standard-report",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png",
-- "id": null,
-- "itemType": "Standard",
-- "label": "Reports",
-- "objectApiName": "Report",
-- "objectLabel": "Report",
-- "objectLabelPlural": "Reports",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "Report",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": "Reports"
-- },
-- {
-- "availableInClassic": false,
-- "availableInLightning": true,
-- "color": "1B96FF",
-- "content": null,
-- "custom": false,
-- "developerName": "standard-Feed",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png",
-- "id": null,
-- "itemType": "Standard",
-- "label": "Chatter",
-- "objectApiName": "Feed",
-- "objectLabel": null,
-- "objectLabelPlural": null,
-- "pageReference": {
-- "attributes": {
-- "pageName": "chatter"
-- },
-- "state": {},
-- "type": "standard__namedPage"
-- },
-- "standardType": "Feed"
-- },
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "1B96FF",
-- "content": "https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage",
-- "custom": false,
-- "developerName": "standard-CollaborationGroup",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png",
-- "id": null,
-- "itemType": "Standard",
-- "label": "Groups",
-- "objectApiName": "CollaborationGroup",
-- "objectLabel": "Group",
-- "objectLabelPlural": "Groups",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "CollaborationGroup",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": "Groups"
-- },
-- {
-- "availableInClassic": false,
-- "availableInLightning": true,
-- "color": "FF538A",
-- "content": null,
-- "custom": false,
-- "developerName": "Events",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png",
-- "id": null,
-- "itemType": "Standard",
-- "label": "Events",
-- "objectApiName": "Event",
-- "objectLabel": "Event",
-- "objectLabelPlural": "Events",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "Event",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": "Events"
-- },
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "1B96FF",
-- "content": "https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage",
-- "custom": false,
-- "developerName": "standard-OtherUserProfile",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png",
-- "id": null,
-- "itemType": "Standard",
-- "label": "People",
-- "objectApiName": "User",
-- "objectLabel": "User",
-- "objectLabelPlural": "People",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "User",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": "People"
-- },
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "FF5D2D",
-- "content": "https://pozil-dev-ed.my.salesforce.com/500/o",
-- "custom": false,
-- "developerName": "standard-Case",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png",
-- "id": null,
-- "itemType": "Entity",
-- "label": "Cases",
-- "objectApiName": "Case",
-- "objectLabel": "Case",
-- "objectLabelPlural": "Cases",
-- "pageReference": {
-- "attributes": {
-- "objectApiName": "Case",
-- "actionName": "home"
-- },
-- "state": {},
-- "type": "standard__objectPage"
-- },
-- "standardType": null
-- },
-- {
-- "availableInClassic": true,
-- "availableInLightning": true,
-- "color": "3BA755",
-- "content": null,
-- "custom": false,
-- "developerName": "ForecastingLightning",
-- "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png",
-- "id": null,
-- "itemType": "Standard",
-- "label": "Forecasts",
-- "objectApiName": null,
-- "objectLabel": null,
-- "objectLabelPlural": null,
-- "pageReference": {
-- "attributes": {
-- "pageName": "forecasting"
-- },
-- "state": {},
-- "type": "standard__namedPage"
-- },
-- "standardType": "ForecastingLightning"
-- }
-- ],
-- "selected": true,
-- "startUrl": "https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2",
-- "type": "Lightning",
-- "userNavItems": [
-- ]
-- }
-- Sample code for parsing the JSON response...
-- Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
DECLARE @strVal nvarchar(4000)
DECLARE @availableInClassic int
DECLARE @availableInLightning int
DECLARE @color nvarchar(4000)
DECLARE @content nvarchar(4000)
DECLARE @custom int
DECLARE @id nvarchar(4000)
DECLARE @itemType nvarchar(4000)
DECLARE @objectApiName nvarchar(4000)
DECLARE @objectLabel nvarchar(4000)
DECLARE @objectLabelPlural nvarchar(4000)
DECLARE @ObjectApiName nvarchar(4000)
DECLARE @ActionName nvarchar(4000)
DECLARE @v_Type nvarchar(4000)
DECLARE @standardType nvarchar(4000)
DECLARE @PageName nvarchar(4000)
DECLARE @appId nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @appId OUT, 'appId'
DECLARE @description nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @description OUT, 'description'
DECLARE @developerName nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @developerName OUT, 'developerName'
DECLARE @eTag nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @eTag OUT, 'eTag'
DECLARE @headerColor nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @headerColor OUT, 'headerColor'
DECLARE @iconUrl nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @iconUrl OUT, 'iconUrl'
DECLARE @isNavAutoTempTabsDisabled int
EXEC sp_OAMethod @jResp, 'BoolOf', @isNavAutoTempTabsDisabled OUT, 'isNavAutoTempTabsDisabled'
DECLARE @isNavPersonalizationDisabled int
EXEC sp_OAMethod @jResp, 'BoolOf', @isNavPersonalizationDisabled OUT, 'isNavPersonalizationDisabled'
DECLARE @isNavTabPersistenceDisabled int
EXEC sp_OAMethod @jResp, 'BoolOf', @isNavTabPersistenceDisabled OUT, 'isNavTabPersistenceDisabled'
DECLARE @label nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @label OUT, 'label'
DECLARE @logoUrl nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @logoUrl OUT, 'logoUrl'
DECLARE @mobileStartUrl nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @mobileStartUrl OUT, 'mobileStartUrl'
DECLARE @selected int
EXEC sp_OAMethod @jResp, 'BoolOf', @selected OUT, 'selected'
DECLARE @startUrl nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @startUrl OUT, 'startUrl'
DECLARE @v_type nvarchar(4000)
EXEC sp_OAMethod @jResp, 'StringOf', @v_type OUT, 'type'
DECLARE @i int
SELECT @i = 0
DECLARE @count_i int
EXEC sp_OAMethod @jResp, 'SizeOfArray', @count_i OUT, 'formFactors'
WHILE @i < @count_i
BEGIN
EXEC sp_OASetProperty @jResp, 'I', @i
EXEC sp_OAMethod @jResp, 'StringOf', @strVal OUT, 'formFactors[i]'
SELECT @i = @i + 1
END
SELECT @i = 0
EXEC sp_OAMethod @jResp, 'SizeOfArray', @count_i OUT, 'navItems'
WHILE @i < @count_i
BEGIN
EXEC sp_OASetProperty @jResp, 'I', @i
EXEC sp_OAMethod @jResp, 'BoolOf', @availableInClassic OUT, 'navItems[i].availableInClassic'
EXEC sp_OAMethod @jResp, 'BoolOf', @availableInLightning OUT, 'navItems[i].availableInLightning'
EXEC sp_OAMethod @jResp, 'StringOf', @color OUT, 'navItems[i].color'
EXEC sp_OAMethod @jResp, 'StringOf', @content OUT, 'navItems[i].content'
EXEC sp_OAMethod @jResp, 'BoolOf', @custom OUT, 'navItems[i].custom'
EXEC sp_OAMethod @jResp, 'StringOf', @developerName OUT, 'navItems[i].developerName'
EXEC sp_OAMethod @jResp, 'StringOf', @iconUrl OUT, 'navItems[i].iconUrl'
EXEC sp_OAMethod @jResp, 'StringOf', @id OUT, 'navItems[i].id'
EXEC sp_OAMethod @jResp, 'StringOf', @itemType OUT, 'navItems[i].itemType'
EXEC sp_OAMethod @jResp, 'StringOf', @label OUT, 'navItems[i].label'
EXEC sp_OAMethod @jResp, 'StringOf', @objectApiName OUT, 'navItems[i].objectApiName'
EXEC sp_OAMethod @jResp, 'StringOf', @objectLabel OUT, 'navItems[i].objectLabel'
EXEC sp_OAMethod @jResp, 'StringOf', @objectLabelPlural OUT, 'navItems[i].objectLabelPlural'
EXEC sp_OAMethod @jResp, 'StringOf', @ObjectApiName OUT, 'navItems[i].pageReference.attributes.objectApiName'
EXEC sp_OAMethod @jResp, 'StringOf', @ActionName OUT, 'navItems[i].pageReference.attributes.actionName'
EXEC sp_OAMethod @jResp, 'StringOf', @v_Type OUT, 'navItems[i].pageReference.type'
EXEC sp_OAMethod @jResp, 'StringOf', @standardType OUT, 'navItems[i].standardType'
EXEC sp_OAMethod @jResp, 'StringOf', @PageName OUT, 'navItems[i].pageReference.attributes.pageName'
SELECT @i = @i + 1
END
SELECT @i = 0
EXEC sp_OAMethod @jResp, 'SizeOfArray', @count_i OUT, 'userNavItems'
WHILE @i < @count_i
BEGIN
EXEC sp_OASetProperty @jResp, 'I', @i
SELECT @i = @i + 1
END
EXEC @hr = sp_OADestroy @http
EXEC @hr = sp_OADestroy @queryParams
EXEC @hr = sp_OADestroy @sbResponseBody
EXEC @hr = sp_OADestroy @jResp
END
GO
Curl Command
curl -G -d "formFactor=Small"
-H "Authorization: Bearer <access_token>"
https://domain.com/services/data/v{{version}}/ui-api/apps/:APP_ID
Postman Collection Item JSON
{
"name": "Get an App",
"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/:APP_ID?formFactor=Small",
"host": [
"{{_endpoint}}"
],
"path": [
"services",
"data",
"v{{version}}",
"ui-api",
"apps",
":APP_ID"
],
"query": [
{
"key": "formFactor",
"value": "Small",
"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
}
],
"variable": [
{
"key": "APP_ID",
"value": "",
"description": "Application ID"
}
]
},
"description": "Get metadata about an app."
},
"response": [
{
"name": "Get an App",
"originalRequest": {
"method": "GET",
"header": [
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{_endpoint}}/services/data/v{{version}}/ui-api/apps/:APP_ID?formFactor=Small",
"host": [
"{{_endpoint}}"
],
"path": [
"services",
"data",
"v{{version}}",
"ui-api",
"apps",
":APP_ID"
],
"query": [
{
"key": "formFactor",
"value": "Small",
"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
}
],
"variable": [
{
"key": "APP_ID",
"value": "06m58000000fBK2AAM",
"description": "Application ID"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Date",
"value": "Fri, 06 Oct 2023 09:35:36 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": "\"21d4bafc5c5730c4f9421875288c4a00--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 \"appId\": \"06m58000000fBK2AAM\",\n \"description\": \"Manage your sales process with accounts, leads, opportunities, and more\",\n \"developerName\": \"LightningSales\",\n \"eTag\": \"21d4bafc5c5730c4f9421875288c4a00\",\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\": \"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\": null,\n \"custom\": false,\n \"developerName\": \"Events\",\n \"iconUrl\": \"https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png\",\n \"id\": null,\n \"itemType\": \"Standard\",\n \"label\": \"Events\",\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\": null,\n \"custom\": false,\n \"developerName\": \"ForecastingLightning\",\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\": null,\n \"objectLabel\": null,\n \"objectLabelPlural\": null,\n \"pageReference\": {\n \"attributes\": {\n \"pageName\": \"forecasting\"\n },\n \"state\": {},\n \"type\": \"standard__namedPage\"\n },\n \"standardType\": \"ForecastingLightning\"\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}"
}
]
}