Retrieves announcement data
GET
/api/v1/company/announcement/{id}
v1-company
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kompany.com//api/v1/company/announcement/'
Response Response Example
200 - Example 1
[
{
"countryCode": "string",
"id": "string",
"registrationNumber": "string",
"structured": "string",
"text": "string",
"time": "2019-08-24",
"type": "string"
}
]
Request
Path Params
id
string
required