v1Resources/Reviews/getList a review's notes

List a review's notes

Returns the notes attached to one review.

get/api/v1/reviews/notes
reviews:read
Query parameters
reviewIdstringrequired
The review to list notes for.
Response
dataobjectoptional
notesarray of objectoptional
idstringoptional
The note's id.
bodystringoptional
The note's text.
authorUserIdstringoptional
The team member who wrote the note.
authorNamestringoptional
The author's display name. Null if it is unavailable.
createdAtstringoptional
When the note was written (ISO 8601).
Errors
400The request is missing a required parameter or is otherwise malformed.
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
429Too many requests. Retry after the number of seconds in the Retry-After header.
get/api/v1/reviews/notes
Your API key
reviewId *
{}