POST Reporting/Alerts/{projectDefinedId}/Summary?language={language}&isResolved={isResolved}&latestDateTime={latestDateTime}&numberOfItems={numberOfItems}&page={page}

Pulls back all the Alert headers for a given project and user in the language specificed.

Request Information

URI Parameters

NameDescriptionType Additional information
projectDefinedId

The project defined id.

string

Required

language

The language. e.i US

string

Required

isResolved

true brings back all resolved alerts, false brings back only non resolved alerts

boolean

Required

latestDateTime

optional date time to restrict to this being the newest available content. Used in conjunction of the page and number of Items variables to keep consistant results.

date

Required

numberOfItems

Number of alert items to return per page. Maximum is 50

integer

Default value is 50

page

Which page to pull; first page is 1

integer

Default value is 1

Body Parameters

Object describing additional filter options.

Smg.RestApi.Model.Reporting.AlertFilter

Request Formats

Response Information

Resource Description

Collection of Smg.RestApi.Model.Reporting.Alert

Response Formats