GET Reporting/Comments/{projectDefinedId}?language={language}&latestDateTime={latestDateTime}&pageNumber={pageNumber}&numberPerPage={numberPerPage}&searchText={searchText}

Get the Comments available since the Latest DateTime that is passed in. This should use the datetime returned from GetCommentsCount call in order to maintain consistent values when getting the paged results.

Request Information

URI Parameters

NameDescriptionType Additional information
projectDefinedId

string

Required

language

string

Required

latestDateTime

Latest DateTime of comment to return within the pages.

date

Required

pageNumber

The page number.

integer

Default value is 1

numberPerPage

The number of items per page.

integer

Default value is 50

searchText

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of SMG.Report.Contracts.Comments.Comment

Response Formats