Get impressions

Fetch a list of who has 'seen' your comment

SecurityJWT or OAuth2 or DeveloperToken
Request
path Parameters
comment_id
required
string <uuid>
query Parameters
include
string
Responses
200

Comment Impressions success response

Response Headers
link
string

Pagination links

page-number
integer

Current page of results

per-page
integer

Number of entries per page

total
integer

Total entries across all pagess

total-pages
integer

Number of pages

Response Schema: application/json
Array
asset_id
string <uuid>
count
integer <int32>
deleted_at
string <date-time>
id
string <uuid>
inserted_at
string <date-time>
review_link_id
string <uuid>
type
string
updated_at
string <date-time>
object (User)

User model

user_id
string <uuid>
401

Unauthorized response

404

Not Found response

get/v2/comments/{comment_id}/impressions
Request samples
Response samples
application/json
[
  • {
    }
]