Skip to main content

Get comments for a site

x-ms-visibility: "important"

Retrieves all comments for the specified site.

Query Parameters
    siteId int64

    ID of the site to retrieve the comments for.

Responses

Comments successfully retrieved.


Schema
    comments object[]
  • Array [
  • id int64
    createdAt date-time
    updatedAt date-time
    siteId int64
    comment string
    operatorId string
    operatorName string
    operatorEmail string
  • ]
Loading...