Skip to main content

Business Location Reviews

Status: Trusted Tester

A review of an item - for example, of a restaurant, movie, or store.

idstring
Example: RVW-4EF5BECE03D24D85AB4045097430A9C0
typestring

Possible values: [businessLocationReviews]

Default value: businessLocationReviews
attributes object
reviewBodystring

The actual body of the review

reviewRatingstring

The rating given in this review

authorstring

The creator/author of the review

headlinestring

Headline of the review

publishedAtdate-time

Date of first broadcast/publication

urlstring

The URL to the review

modifiedAtdate-time

Date when the system last updated this review entity

editedAtdate-time

Date of when the review was edited on the source site, currently it is only supported on Google and Facebook reviews

comments object[]

Comments, typically from users

  • Array [
  • authorstring

    The creator/author of the comment

    commentstring

    The actual body of the comment

    publishedAtdate-time

    Date of first broadcast/publication

  • ]
  • Business Location Reviews
    {
    "id": "RVW-4EF5BECE03D24D85AB4045097430A9C0",
    "type": "businessLocationReviews",
    "attributes": {
    "reviewBody": "string",
    "reviewRating": "string",
    "author": "string",
    "headline": "string",
    "publishedAt": "2024-07-29T15:51:28.071Z",
    "url": "string",
    "modifiedAt": "2024-07-29T15:51:28.071Z",
    "editedAt": "2024-07-29T15:51:28.071Z",
    "comments": [
    {
    "author": "string",
    "comment": "string",
    "publishedAt": "2024-07-29T15:51:28.071Z"
    }
    ]
    }
    }