This endpoint makes an HTTP GET request to retrieve ownership and control information for a specific individual identified by the provided ID.
The response will contain details about the ownership, including statement ID, type, creation and modification timestamps, full name, interests, and publication details.
The response will be in JSON format with an array of ownership objects, each containing the mentioned details, along with an array of links.
ownership-control
get
Get ownership or control statement by statement Id.
Authorizations
Path parameters
statementidinteger · enumRequired
Ownershipr or control statement id
Possible values:
Responses
200
Success
application/json
401
Unauthorised
404
Resource Not Found
application/json
get
GET /sandbox/boreg/ownership-control/{statementid} HTTP/1.1
Host: cipc-apm-rs-dev.azure-api.net
Ocp-Apim-Subscription-Key: YOUR_API_KEY
Accept: */*