List Company Events

Endpoint to return a collection of events for the given company, optionally filtered on the supplied search criteria. Event information will only be returned if the company exists in at least one of your portfolios.

SecuritybearerToken
Request
path Parameters
id
required
string

The connectId of the company that you wish to retrieve events for.

query Parameters
startDate
string <date-time>

The start date on which results are filtered.

endDate
string <date-time>

The end date on which results are filtered.

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.

pageSize
integer

Number of items to return per Page.

Responses
200
400
401
get/monitoring/companies/{id}/events
Request samples
Response samples
application/json
{
  • "correlationId": "23921650-c073-11ea-860f-06bc8182190e",
  • "totalCount": 1,
  • "data": [
    ],
  • "paging": {
    }
}