cURL
curl --request GET \ --url https://api.tic.io/datasets/companies/{companyId}/se/temporary-tax-payment-respite \ --header 'x-api-key: <api-key>'
[ { "transactionMonth": "<string>", "grantedAmount": 123, "takedBackAmount": 123, "ceasedAmount": 123, "outstandingAmount": 123 } ]
Retrieves historic and current temporary payment tax respite
OK