Share via


Review interface

The Review object.

Properties

callbackEndpoint

The callback endpoint.

content

The content value.

contentId

Id of the content.

createdBy

The reviewer name.

metadata

Array of KeyValue.

reviewerResultTags

Array of KeyValue with Reviewer set Tags.

reviewId

Id of the review.

status

The status string (<Pending, Complete>).

subTeam

Name of the subteam.

type

The type of content.

Property Details

callbackEndpoint

The callback endpoint.

TypeScript
callbackEndpoint?: string

Property Value

string

content

The content value.

TypeScript
content?: string

Property Value

string

contentId

Id of the content.

TypeScript
contentId?: string

Property Value

string

createdBy

The reviewer name.

TypeScript
createdBy?: string

Property Value

string

metadata

Array of KeyValue.

TypeScript
metadata?: KeyValuePair[]

Property Value

reviewerResultTags

Array of KeyValue with Reviewer set Tags.

TypeScript
reviewerResultTags?: KeyValuePair[]

Property Value

reviewId

Id of the review.

TypeScript
reviewId?: string

Property Value

string

status

The status string (<Pending, Complete>).

TypeScript
status?: string

Property Value

string

subTeam

Name of the subteam.

TypeScript
subTeam?: string

Property Value

string

type

The type of content.

TypeScript
type?: string

Property Value

string