- URL:https://[root]/community/users/[userName]/provisionedListings
- Version Introduced:10.7
Example usage
Below is a sample request URL for provisionedListings:
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.
Note:
This resource will not return applications included in app bundles assigned to the user. At 10.8, this resource will not return user types extensions included with specific user types. For information on a user's included applications, see User License Type.
Request parameters
Parameter | Description |
---|---|
f | The response format. The default response value is html. Values: html | json | pjson |
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"
},
"url": "https://test.esri.com/portal/apps/geoplanner/"
}
]
}