- URL:
- https://[root]/community/users/[userName]/provisionedListings
- Methods:
GET
- Version Introduced:
- ArcGIS Enterprise 10.7
Example usage
Below is a sample request URL for provisioned
:
https://machine.domain.com/webadaptor/sharing/rest/community/users/testUser/provisionedListings?f=json
Description
The provisioned listings resource returns a list of add-on applications that have been assigned to a user, along with detailed information regarding each add-on application, such as the license type, allowed user levels, and application type.
Request parameters
Parameter | Description |
---|---|
| The response format. The default response value is Values: |
JSON Response example
{
"total": 1,
"start": 1,
"num": 10,
"nextStart": -1,
"provisionedListings": [
{
"itemId": <itemId>
"licenseType": <license type>
"priceDesc": <pricing information>
"creditsPerTransaction": 0,
"listingAccess": "public",
"trialSupported": false,
"ecommerceEnabled": false,
"publicLoginsAllowed": false,
"licenseBy": "licenseByUser",
"allowedUserLevels": "11, 1, 2",
"allowedUserLevelsForLogins": "11, 1, 2",
"type": "Web Mapping Application",
"typeKeywords": [
"hideFromAppSwitcher",
"JavaScript",
"Map",
"Mapping Site",
"Online Map",
"Ready To Use",
"Web Map",
"Registered App"
],
"title": "Tracker for ArcGIS",
"tags": [
"tracker"
],
"thumbnail": "thumbnail/ago_downloaded.png",
"appCategories": [],
"industries": [],
"languages": [],
"screenshots": [],
"owner": "esri_apps",
"created": 1514854800000,
"avgRating": 0,
"numComments": 0,
"numRatings": 0,
"listingPublishedDate": -1,
"vendor": {
"id": "ABCD1234DEF56",
"name": "10.7 Portal",
"description": <description>
},
"url": "https://www.arcgis.com/features/apps/index.html"
}
]
}