/provisionedListings: Provisioned Listings

URL:
https://[root]/community/users/[userName]/provisionedListings
Methods:
GET
Version Introduced:
ArcGIS Enterprise 10.7

Example usage

Below is a sample request URL for provisionedListings:

Use dark colors for code blocksCopy
1
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

ParameterDescription

f

The response format. The default response value is html.

Values: html | json | pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "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"
    }
  ]
}

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