/rating: Item Rating

URL:
https://[root]content/items/[itemID]/rating
Methods:
GET

Example Usage

URL for Item Rating

1
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

1
2
3
4
{
  "created": date created shown in UNIX time,
  "rating": rating
}

JSON Response Example

1
2
3
4
{
  "created": 1258290174000,
  "rating": 4
}

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close