- URL:
- https://[root]content/items/[itemID]/rating
- Methods:
- GET
Example Usage
URL for Item Rating
https://www.arcgis.com/sharing/rest/content/items/a50b5179b49a4256a248c7b5ffb82dd7/ratingDescription
Returns the rating given by the current user to the item, if any.
Request Parameters
| Parameter | Details | 
|---|---|
| 
 | For a complete listing, see Common parameters. | 
Response Properties
| Property | Details | 
|---|---|
| 
 | The rating given to the item by the calling user. | 
| 
 | 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
}