Item Rating
- URL:https://<item-url>/rating
Description
Returns the rating given by the current user to the item, if any.
Request Parameters
|
Parameter |
Details |
|---|---|
| [Common Parameters] |
For a complete listing, see Common parameters. |
Response Properties
|
Property |
Details |
|---|---|
| rating |
The rating given to the item by the calling user. |
| created | The date the rating was created in UNIX time in milliseconds. |
Example Usage
URL for Item Rating
https://www.arcgis.com/sharing/rest/content/items/a50b5179b49a4256a248c7b5ffb82dd7/rating
JSON Response Syntax
{
"created": date created shown in UNIX time,
"rating": rating
}
JSON Response Example
{
"created": 1258290174000,
"rating": 4
}