Skip To Content
ArcGIS Developer
Dashboard

/rating: Item Rating

  • URL:https://[root]content/items/[itemID]/rating

Example Usage

URL for Item Rating

https://www.arcgis.com/sharing/rest/content/items/a50b5179b49a4256a248c7b5ffb82dd7/rating

Description

Returns the rating given by the current user to the item, if any.

Request Parameters

ParameterDetails
[Common Parameters]

For a complete listing, see Common parameters.

Response Properties

PropertyDetails
rating

The rating given to the item by the calling user.

created

The date the rating was created in UNIX time in milliseconds.

JSON Response Syntax


            {
  "created": date created shown in UNIX time,
  "rating": rating 
}

JSON Response Example


            {
  "created": 1258290174000,
  "rating": 4
}