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.

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

Array of KeyValue.

metadata?: KeyValuePair[]

Property Value

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