cURL
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 } ]
Gets the share classes of the company
Documentation IndexFetch the complete documentation index at: https://docs.tic.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tic.io/llms.txt
Use this file to discover all available pages before exploring further.
The company id
OK