# List Company Specific NotificationEvents List of notification events based on the company id,optionally filtered with query parameters. Endpoint: GET /monitoring/portfolios/{portfolioId}/companies/{companyId}/notificationEvents Version: 1.10.9 Security: bearerToken ## Query parameters: - `searchQuery` (string) Return notificationEvents that match the given value - `sortDir` (string) The direction that you wish to sort results by. Enum: "asc", "desc" - `pageSize` (integer) Number of items to return per Page (max 1000) - `page` (integer) Starting page number inGlobal Monitoring is . If all items are displayed on one page this can also be left blank. - `isProcessed` (boolean) A flag that can be set to boolean value to mark it as an event that has been actioned. Enum: true, false - `sortBy` (string) Sort results by this column. Null values of sort column are listed after non-nulls. Enum: "companyName", "countryCode", "eventId", "eventDate" ## Path parameters: - `portfolioId` (string, required) The unique identifier of the portfolio, obtained from . - `companyId` (string, required) A company Safe Number or Connect ID. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected