Skip to main content
GET
Get comment
Returns comments for a specific page context. The current backend implementation does not return a single comment resource by ID.
Current backend behaviour requires site_id and page_url query parameters and returns a paginated comment list for that page.

Path parameters

string
required
UUID from the routed URL. The current implementation does not use this value to fetch a single resource.

Query parameters

string
required
UUID of the site.
string
required
Full page URL to fetch comments for.
string
Optional device type filter: DESKTOP, MOBILE, or TABLET.