{"id":2472862,"date":"2024-08-28T15:30:35","date_gmt":"2024-08-28T22:30:35","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=2472862"},"modified":"2024-10-24T13:28:35","modified_gmt":"2024-10-24T20:28:35","slug":"introducing-the-portal-and-data-services-guide-for-developers","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers","title":{"rendered":"Introducing the new Portal and data services guide for developers"},"author":3791,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[738191],"tags":[29101],"industry":[],"product":[36571,761642,36551],"class_list":["post-2472862","blog","type-blog","status-publish","format-standard","hentry","category-developers","tag-code","product-arcgis-enterprise","product-platform","product-arcgis-online"],"acf":{"short_description":"Learn about Portal and data services guide for developers to accessing your portal, manage geospatial content, host data, and build apps.","flexible_content":[{"acf_fc_layout":"content","content":"<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/10\/portal-guide.png\" \/><br \/>\nWe have recently released the new <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/\"><em>Portal and data services<\/em><\/a> developer guide. The guide is designed to help developers use tools and build geospatial applications. This article provides an overview of what you can expect to find in the guide including key developer topics to help you build applications with the portal tools, portal service, and data services.<\/p>\n<h2>New to the guide?<\/h2>\n<p>If you are new to our guide, it provides information about what a portal is, including its capabilities, the portal service (the backbone of the portal), and data services you can create with a portal. The guide contains topics, how-to&#8217;s, code examples in various APIs, and tutorials.<\/p>\n<h2>Introduction to portals<\/h2>\n<p>The portals chapter introduces ArcGIS portals and tools for developers. Portals are important because they provides a way to create, manage, and access geospatial content for your apps. If you are new to ArcGIS, this is great place to start. Here are some of the things you&#8217;ll learn:<\/p>\n<ul>\n<li><a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portals\/introduction\/\">What is a portal<\/a><\/li>\n<li><a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portals\/tutorials\/\">What you can do with a portal<\/a><\/li>\n<li><a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portals\/developer-credentials\/\">Tools it provides for content and geospatial data management<\/a><\/li>\n<li><a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/data-services\/tutorials\/tools\/import-data-to-create-a-feature-layer\/\">How to prepare content and data for your apps<\/a><\/li>\n<\/ul>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/guide-topics-2-scaled.png\" alt=\"portal and data service guide\" \/><\/p>\n<h2>Portal service<\/h2>\n<p>This chapter provides information on how to develop with the portal service. It covers what you can do with it, and the tools and functionality the service provides. It also explains how you can access and use the portal service to create content and data for your apps you are building.<\/p>\n<p>Here are few topics you will learn about:<\/p>\n<ul>\n<li>Securely <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/data-services\/\">store<\/a> and <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portal-service\/content-items\/access\/get-an-item\/\">access<\/a> your geospatial content and data.<\/li>\n<li><a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portal-service\/users-and-groups\/\">Create and manage users and groups<\/a>.<\/li>\n<li>Set <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portal-service\/sharing\/sharing-items\/#types-of-sharing-levels\">sharing levels<\/a> for your content.<\/li>\n<li><a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portal-service\/search\/how-to-search-for-an-item\/\">Access, filter, and search your organization&#8217;s content.<\/a><\/li>\n<\/ul>\n<p>Here\u2019s a quick example of accessing your portal using the portal service to list content.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/list-content-1.png\" alt=\"list items\" \/><\/p>\n<p>Here is another example of setting the sharing level of a content item.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/udpate-sharing-level-2.png\" alt=\"update sharing level\" \/><\/p>\n<p>An example of generating an access token using the portal service.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/generate-token-1.png\" alt=\"generate token\" \/><\/p>\n<h2>Data services<\/h2>\n<p>The chapter show you how to create and develop with data services. Data services are important because they allow you to securely create, manage, and access your geospatial data in ArcGIS. Once your data is hosted as a data service, it can be easily access by ArcGIS Maps SDKs, open source libraries, and scripting APIs.<\/p>\n<p>You will learn how to:<\/p>\n<ul>\n<li>Create, manage, and access <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/data-services\/introduction\/\">data\u00a0services<\/a> for use in maps and apps.<\/li>\n<li>Configure and optimize <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/data-services\/feature-services\/introduction\/\">feature services<\/a> like creating spatial queries and caching.<\/li>\n<li>Edit and deploy <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/data-services\/vector-tile-services\/introduction\/\">vector tile services<\/a> for high-performance mapping.<\/li>\n<li>Serve pre-rendered <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/data-services\/map-tile-services\/introduction\/\">map tile services<\/a> for fast and efficient map display.<\/li>\n<li>Manage and analyze raster data using <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/data-services\/image-services\/introduction\/\">image services<\/a>.<\/li>\n<\/ul>\n<p>Here is an example of using ArcGIS API for Python to create a feature service and hosted layer in a portal.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/publish-hosted-feature-layer-1.png\" alt=\"publish feature service\" \/><\/p>\n<p>A quick example of displaying a vector tile service in <a href=\"https:\/\/www.esri.com\/en-us\/arcgis\/products\/arcgis-notebooks\/overview?srsltid=AfmBOooUO5qHtN_Kd89I0Zo9F0RTXUzkU8stla2vG_WAzW9d7EVXxVmg\">ArcGIS Notebooks<\/a>.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/display-vtl-python-3.png\" alt=\"vector tile service\" \/><\/p>\n<p>Another example of accessing and querying a <abbr class=\"relative cursor-help select-text underline decoration-brand decoration-dashed decoration-from-font underline-offset-4\" aria-controls=\"calcite-popover-0a1cd04a-fef1-6217-a2cb-d66dfa2eb23c\" aria-expanded=\"false\">hosted feature layer<\/abbr>\u00a0with a SQL where clause using <a href=\"https:\/\/developers.arcgis.com\/arcgis-rest-js\/\">ArcGIS REST JS<\/a>.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/query-layer-rest-js.png\" alt=\"Query feature layer\" \/><\/p>\n<h2>Tools and applications<\/h2>\n<p>The guide introduces you to portal tools and applications that can use to enhance your development workflows:<\/p>\n<ul>\n<li>Create, organize, manage, and share your geospatial content items with <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portals\/content-management\/\">content<\/a> and <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portals\/data-management\/\">data management<\/a> tools.<\/li>\n<li>Use the <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portals\/mapping-tools\/#map-viewer\">Map Viewer<\/a> and <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portals\/mapping-tools\/#scene-viewer\">Scene Viewer<\/a> for creating and visualizing 2D and 3D maps.<\/li>\n<li>Customize basemaps and vector tile layers using <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/portals\/mapping-tools\/#vector-tile-style-editor\">Vector Tile Style Editor<\/a> to match your project\u2019s needs.<\/li>\n<\/ul>\n<h2>Ready to get started<\/h2>\n<p>To start using the portal and data services, you can sign up for an ArcGIS account, create an access token, and make the API requests to run an operation like searching, sharing, and editing portal content.<\/p>\n<p>To learn more, visit the <a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/get-started\/\">Get started<\/a> section in the developer guide.<\/p>\n<h2>We want your feedback!<\/h2>\n<p><span data-contrast=\"auto\">Please take our <a href=\"https:\/\/arcg.is\/1XDuyi\">survey<\/a> to let us know if the\u00a0<a href=\"https:\/\/developers.arcgis.com\/documentation\/portal-and-data-services\/\">guide<\/a>\u00a0was helpful and how we can improve it.<\/span><\/p>\n"}],"authors":[{"ID":360712,"user_firstname":"Kevin","user_lastname":"Gonzago","nickname":"Kevin Gonzago","user_nicename":"kgonzago","display_name":"Kevin Gonzago","user_email":"kgonzago@esri.com","user_url":"","user_registered":"2024-08-26 20:33:13","user_description":"Kevin Gonzago is a Principal Product Engineer on the Developer Experience team, where he helps developers succeed with Esri\u2019s products, APIs, and SDKs through tools, guidance, and best practices. In his free time, Kevin loves lacing up his running shoes to explore new neighborhoods\u2014chasing scenic routes and local eateries.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/profile-213x200.png' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"},{"ID":3791,"user_firstname":"Allan","user_lastname":"Laframboise","nickname":"Allan Laframboise","user_nicename":"alaframboise","display_name":"Allan Laframboise","user_email":"alaframboise@esri.com","user_url":"","user_registered":"2018-03-02 00:15:25","user_description":"Allan Laframboise is the product engineering lead for documentation for the Developer Experience team.","user_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/af35f23e49f7a462c9c1b97ec1033d5804a0a99ee5b8d6ed09394c1208abf8c9?s=96&#038;d=blank&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/af35f23e49f7a462c9c1b97ec1033d5804a0a99ee5b8d6ed09394c1208abf8c9?s=192&#038;d=blank&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' decoding='async'\/>"}],"related_articles":"","card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/10\/portal-guide-sm-2.png","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/10\/portal-guide.png"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Introducing the new Portal and data services guide for developers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introducing the new Portal and data services guide for developers\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-24T20:28:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/arcgis-blog\/wp-content\/uploads\/2024\/08\/santa-monica-vtl-card.png\" \/>\n\t<meta property=\"og:image:width\" content=\"826\" \/>\n\t<meta property=\"og:image:height\" content=\"465\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers\"},\"author\":{\"name\":\"Allan Laframboise\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/75ba757d8916c44e793e6d2a7963fdac\"},\"headline\":\"Introducing the new Portal and data services guide for developers\",\"datePublished\":\"2024-08-28T22:30:35+00:00\",\"dateModified\":\"2024-10-24T20:28:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers\"},\"wordCount\":10,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"Code\"],\"articleSection\":[\"Developers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers\",\"name\":\"Introducing the new Portal and data services guide for developers\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2024-08-28T22:30:35+00:00\",\"dateModified\":\"2024-10-24T20:28:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introducing the new Portal and data services guide for developers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/75ba757d8916c44e793e6d2a7963fdac\",\"name\":\"Allan Laframboise\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/af35f23e49f7a462c9c1b97ec1033d5804a0a99ee5b8d6ed09394c1208abf8c9?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/af35f23e49f7a462c9c1b97ec1033d5804a0a99ee5b8d6ed09394c1208abf8c9?s=96&d=blank&r=g\",\"caption\":\"Allan Laframboise\"},\"description\":\"Allan Laframboise is the product engineering lead for documentation for the Developer Experience team.\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/alaframboise\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Introducing the new Portal and data services guide for developers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers","og_locale":"en_US","og_type":"article","og_title":"Introducing the new Portal and data services guide for developers","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2024-10-24T20:28:35+00:00","og_image":[{"width":826,"height":465,"url":"https:\/\/www.esri.com\/arcgis-blog\/wp-content\/uploads\/2024\/08\/santa-monica-vtl-card.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@ESRI","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers"},"author":{"name":"Allan Laframboise","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/75ba757d8916c44e793e6d2a7963fdac"},"headline":"Introducing the new Portal and data services guide for developers","datePublished":"2024-08-28T22:30:35+00:00","dateModified":"2024-10-24T20:28:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers"},"wordCount":10,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["Code"],"articleSection":["Developers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers","name":"Introducing the new Portal and data services guide for developers","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2024-08-28T22:30:35+00:00","dateModified":"2024-10-24T20:28:35+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Introducing the new Portal and data services guide for developers"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/75ba757d8916c44e793e6d2a7963fdac","name":"Allan Laframboise","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/af35f23e49f7a462c9c1b97ec1033d5804a0a99ee5b8d6ed09394c1208abf8c9?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/af35f23e49f7a462c9c1b97ec1033d5804a0a99ee5b8d6ed09394c1208abf8c9?s=96&d=blank&r=g","caption":"Allan Laframboise"},"description":"Allan Laframboise is the product engineering lead for documentation for the Developer Experience team.","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/alaframboise"}]}},"text_date":"August 28, 2024","author_name":"Multiple Authors","author_page":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-online\/developers\/introducing-the-portal-and-data-services-guide-for-developers","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/10\/portal-guide.png","primary_product":"ArcGIS Online","tag_data":[{"term_id":29101,"name":"Code","slug":"code","term_group":0,"term_taxonomy_id":29101,"taxonomy":"post_tag","description":"","parent":0,"count":8,"filter":"raw"}],"category_data":[{"term_id":738191,"name":"Developers","slug":"developers","term_group":0,"term_taxonomy_id":738191,"taxonomy":"category","description":"","parent":0,"count":426,"filter":"raw"}],"product_data":[{"term_id":36571,"name":"ArcGIS Enterprise","slug":"arcgis-enterprise","term_group":0,"term_taxonomy_id":36571,"taxonomy":"product","description":"","parent":0,"count":979,"filter":"raw"},{"term_id":761642,"name":"ArcGIS Location Platform","slug":"platform","term_group":0,"term_taxonomy_id":761642,"taxonomy":"product","description":"","parent":36601,"count":215,"filter":"raw"},{"term_id":36551,"name":"ArcGIS Online","slug":"arcgis-online","term_group":0,"term_taxonomy_id":36551,"taxonomy":"product","description":"","parent":0,"count":2430,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-online","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/2472862","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/3791"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=2472862"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/2472862\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=2472862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=2472862"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=2472862"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=2472862"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=2472862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}