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