Ratings

Get multiple ratings

get/ratings/{ids}

Path parameters

idsstring required

Comma-separated list of identifiers

Example:7cee99c287094a94acbdcf29ffff2e85,0884c4e86e404072b6874b99b7e32640,ed8a2aef20054102b20950b1b78eb581

Response

Successful response

idstring

Identifier of a resource

titlestring
createdinteger
valueinteger
contextstring
sourcestring

Example response

{
  "id": "7cee99c287094a94acbdcf29ffff2e85",
  "comments": [
    {
      "id": "7cee99c287094a94acbdcf29ffff2e85",
      "created": 1547403509000
    }
  ]
}

Changes

Changed in 2 of the 50 revisions of this API.24

  • b2a47c048e8312See the full diff
    • the comments/items/created response's property type/format changed from integer/int64 to / for status 200

      response-property-type-changed

    • the response optional property comments/items/created became not read-only for the status 200

      response-optional-property-became-not-read-only

    • added UnixTimeMillis to the comments/items/created response property allOf list for the response status 200

      response-property-all-of-added

  • ddfd4e39c98d12See the full diff
    • the comments/items/created response's property type/format changed from / to integer/int64 for status 200

      response-property-type-changed

    • the response optional property comments/items/created became read-only for the status 200

      response-optional-property-became-read-only

    • removed UnixTimeMillis from the comments/items/created response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog