Skip to content

Return Company Specific Notification Events

Request

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

Security
bearerToken
Path
portfolioIdstringrequired

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

companyIdstringrequired

A company Safe Number or Connect ID.

Query
searchQuerystring

Return notificationEvents that match the given value

sortDirstring

The direction that you wish to sort results by.

Default:"asc"
Enum:"asc""desc"
pageSizeinteger

Number of items to return per Page (max 1000)

Default:50
pageinteger

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

Default:0
isProcessedboolean

A true or false flag for each event to indicate whether the system has performed an action on the notification.

Enum:truefalse
sortBystring

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

Default:"companyName"
Enum:"companyName""countryCode""eventId""eventDate"
curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/monitoring/portfolios/{portfolioId}/companies/{companyId}/notificationEvents?searchQuery=string&sortDir=asc&pageSize=50&page=0&isProcessed=true&sortBy=companyName' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

No Content

Response
No content