- 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 package
resource:
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/livingatlascatalog/packageDirectory?f=pjson
Description
The package
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 available
object. The value for package
is used when specifying the package that should be downloaded and installed.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
JSON Response example
{
"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
}
]
}
}