6. πŸ“ Content management

Number of APIs: 32

πŸ“ Content management

You can securely store and manage content in the cloud for your application. Content can include maps, scenes, layers, and services. It also includes application configurations for templates and builders and files such as Microsoft Word and PDF documents. Content can be private, shared publicly, or shared with specific groups of users.

πŸ“„ Guide and API reference

πŸ› οΈ Integration

  1. Portal service-Groups-Update group properties-πŸ’‘ Examples - update-group-properties-spec POST https://www.arcgis.com/sharing/rest/community/groups/{{group_id}}/update

  2. Portal service-Groups-Search for group content - group-content-search GET https://www.arcgis.com/sharing/rest/content/groups/{{group_id}}/search

  3. Portal service-Groups-Add items to a group-πŸ’‘ Examples - Add items to a group POST https://www.arcgis.com/sharing/rest/content/users/{{username}}/items/{{item_id}}/share?f=json&groups={{group_id}}&token={{access_token}}

  4. Portal service-Groups-Add items to a group - share-spec POST https://www.arcgis.com/sharing/rest/content/users/{{username}}/items/{{item_id}}/share

  5. Portal service-Users-Get a user - users-username-spec GET https://www.arcgis.com/sharing/rest/community/users/[userName]

  6. Portal service-Users-Update user information-πŸ’‘ Examples - Update user information POST https://www.arcgis.com/sharing/rest/community/users/{{your_org}}/update?username={{username}}&description=A new description of user&f=pjson&token={{access_token}}

  7. Portal service-Users-Update user information - update-spec POST https://www.arcgis.com/sharing/rest/community/users/[userName]/update

  8. Portal service-Items-Get item data-πŸ’‘ Examples - Get item data GET https://www.arcgis.com/sharing/rest/content/items/{{item_id}}/data?f=pjson

  9. Portal service-Items-Get item data - data-spec GET https://www.arcgis.com/sharing/rest/content/items/{{item_id}}/data

  10. Portal service-Items-Search for an item-πŸ’‘ Examples - Search for an item GET https://www.arcgis.com/sharing/rest/search?q={{query_parameters}}&f=pjson