curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/share-issue \
--header 'x-api-key: <api-key>'
[
{
"companyShareIssueId": 123,
"iso4217CurrencyCode": "<string>",
"decidedByCode": "<string>",
"decidedBy": "<string>",
"decisionDate": "2023-11-07T05:31:56Z",
"hasNotBeenFullyPaid": true,
"amount": 123,
"lowerAmount": 123,
"highestAmount": 123,
"nominalValue": 123,
"numberOfShares": 123,
"paidAmountWithPremium": 123,
"sharesPaidInPartial": 123,
"partiallyPaidAmount": 123,
"sharesPaidInFull": 123,
"paidInFullAmount": 123,
"reduceShareCapitalByNotPaidInFull": 123,
"reduceNumberOfSharesByNotPaidInFull": 123,
"paidInCash": true,
"paidByPropertyInKind": true,
"paidByOffset": true,
"isPartialRegistration": true,
"notes": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"caseYear": 123,
"caseNumber": 123
}
]
Gets the company share issues
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/share-issue \
--header 'x-api-key: <api-key>'
[
{
"companyShareIssueId": 123,
"iso4217CurrencyCode": "<string>",
"decidedByCode": "<string>",
"decidedBy": "<string>",
"decisionDate": "2023-11-07T05:31:56Z",
"hasNotBeenFullyPaid": true,
"amount": 123,
"lowerAmount": 123,
"highestAmount": 123,
"nominalValue": 123,
"numberOfShares": 123,
"paidAmountWithPremium": 123,
"sharesPaidInPartial": 123,
"partiallyPaidAmount": 123,
"sharesPaidInFull": 123,
"paidInFullAmount": 123,
"reduceShareCapitalByNotPaidInFull": 123,
"reduceNumberOfSharesByNotPaidInFull": 123,
"paidInCash": true,
"paidByPropertyInKind": true,
"paidByOffset": true,
"isPartialRegistration": true,
"notes": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"caseYear": 123,
"caseNumber": 123
}
]
The company id
OK
The response is of type object[]
.