Skip to main content
GET
Get changes in portfolio

Authorizations

X-Api-Key
string
header
required

Api key needed to access the endpoints. X-Api-Key: My api key

Headers

AppId
string

App id

Path Parameters

profileCountry
enum<string>
required

The country whose scope/entitlement profile (SE or NO) is used to authorize the request. Determines which market-specific rules apply, independent of the country the requested company is registered in. ISO country code supported for company lookups: SE (Sweden) or NO (Norway).

Available options:
SE,
NO
id
integer<int32>
required

Identifier of the resource, as returned when it was created.

Query Parameters

FromDate
string<date-time>

Must be less than ToDate

ToDate
string<date-time>

Must be greater than FromDate

fetch
integer<int32>
required

Maximum number of items to return.

offset
integer<int32>
required

Number of items to skip before starting to return results, for paging through a larger result set.

Response

OK

A page of detected portfolio changes, together with the total number of matching changes.

data
object[] | null
total
integer<int32>