Review interface
The Review object.
Properties
callback |
The callback endpoint. |
content | The content value. |
content |
Id of the content. |
created |
The reviewer name. |
metadata | Array of KeyValue. |
reviewer |
Array of KeyValue with Reviewer set Tags. |
review |
Id of the review. |
status | The status string (<Pending, Complete>). |
sub |
Name of the subteam. |
type | The type of content. |
Property Details
callbackEndpoint
The callback endpoint.
callbackEndpoint?: string
Property Value
string
content
The content value.
content?: string
Property Value
string
contentId
Id of the content.
contentId?: string
Property Value
string
createdBy
The reviewer name.
createdBy?: string
Property Value
string
metadata
reviewerResultTags
Array of KeyValue with Reviewer set Tags.
reviewerResultTags?: KeyValuePair[]
Property Value
reviewId
Id of the review.
reviewId?: string
Property Value
string
status
The status string (<Pending, Complete>).
status?: string
Property Value
string
subTeam
Name of the subteam.
subTeam?: string
Property Value
string
type
The type of content.
type?: string
Property Value
string