GET
/
datasets
/
companies
/
{companyId}
/
share-class
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/share-class \
  --header 'x-api-key: <api-key>'
[
  {
    "companyShareClassId": 123,
    "shareClass": "<string>",
    "shareVotingValue": "<string>",
    "numberOfShares": 123,
    "lowestNumberOfShares": 123,
    "highestNumberOfShares": 123,
    "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
companyShareClassId
integer
shareClass
string | null
shareVotingValue
string | null
numberOfShares
integer | null
lowestNumberOfShares
integer | null
highestNumberOfShares
integer | null
notes
string | null
firstSeenAtUtc
string | null
lastUpdatedAtUtc
string
caseYear
integer | null
caseNumber
integer