List Company Specific NotificationEvents

List of notification events based on the company id,optionally filtered with query parameters.

SecuritybearerToken
Request
path Parameters
portfolioId
required
string

The unique identifier of the portfolio, obtained from /portfolios.

companyId
required
string

A company Safe Number or Connect ID.

query Parameters
searchQuery
string

Return notificationEvents that match the given value

sortDir
string
Default: "asc"

The direction that you wish to sort results by.

Enum: "asc" "desc"
pageSize
integer
Default: 50

Number of items to return per Page (max 1000)

page
integer
Default: 0

Starting page number inGlobal Monitoring is 0. If all items are displayed on one page this can also be left blank.

isProcessed
boolean

A flag that can be set to true boolean value to mark it as an event that has been actioned.

Enum: true false
sortBy
string
Default: "companyName"

Sort results by this column. Null values of sort column are listed after non-nulls.

Enum: "companyName" "countryCode" "eventId" "eventDate"
Responses
204

No Content

400
401
403
404
get/monitoring/portfolios/{portfolioId}/companies/{companyId}/notificationEvents
Request samples
Response samples
application/json
{
  • "correlationId": "string",
  • "message": "string",
  • "details": "string"
}