GET
/
datasets
/
companies
/
{companyId}
/
share-issue
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
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json
OK
companyShareIssueId
integer
iso4217CurrencyCode
string | null
decidedByCode
string | null
decidedBy
string | null
decisionDate
string | null
hasNotBeenFullyPaid
boolean | null
amount
number | null
lowerAmount
number | null
highestAmount
number | null
nominalValue
number | null
numberOfShares
integer | null
paidAmountWithPremium
number | null
sharesPaidInPartial
integer | null
partiallyPaidAmount
number | null
sharesPaidInFull
integer | null
paidInFullAmount
number | null
reduceShareCapitalByNotPaidInFull
number | null
reduceNumberOfSharesByNotPaidInFull
integer | null
paidInCash
boolean | null
paidByPropertyInKind
boolean | null
paidByOffset
boolean | null
isPartialRegistration
boolean | null
notes
string | null
firstSeenAtUtc
string | null
lastUpdatedAtUtc
string
caseYear
integer | null
caseNumber
integer