/packageDirectory: Export Package Directory

URL:
https://[root]/portals/[portalID]/livingatlascatalog/packageDirectory
Methods:
GET
Required Capability:
Administrator
Version Introduced:
11.3

Example usage

The following is a sample ArcGIS Enterprise request URL used to access the packageDirectory resource:

1
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/livingatlascatalog/packageDirectory?f=pjson

Description

The packageDirectory resource returns a list of available content packages for ArcGIs Living Atlas that can be used to update an organization's ArcGIS Living Atlas content. When accessed, this resource makes a request to the public server hosting ArcGIS Living Atlas content packages, returning all available packages. Information about the package, such as it's name, size, and release version, are returned as part of the availableLAcontent object. The value for packageId is used when specifying the package that should be downloaded and installed.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "updatedDate": 1712087274000,
  "availableLAcontent": {
    "packages": [
      {
        "packageId": "1897ca6b39284c4db098f439da5a92e0",
        "packageName": "1712087139105.lapk",
        "sizeInBytes": 138263224,
        "timeOfExport": 1712087270519,
        "exporterVersion": "1",
        "region": "all-region",
        "itemsCount": 1870,
        "sourceGroup": "76652cf8194d4f249660379fd7c20672",
        "packageChecksum": "f4ec541f1cc4e46d01148c8ebe2f999650765062aabc38d808e98e1527a7f75d",
        "release": "2024.1",
        "created": -1
      }
    ]
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close