Skip to main content
GET
/
companies
/
{id}
/
export-import
Get export/import categories for a company
curl --request GET \
  --url https://lens-api.tic.io/companies/{id}/export-import \
  --header 'x-api-key: <api-key>'
[
  {
    "year": 123,
    "exportInterval": "<string>",
    "importInterval": "<string>",
    "tradeAfrica": "<string>",
    "tradeAsia": "<string>",
    "tradeEU": "<string>",
    "tradeFarEast": "<string>",
    "tradeNorthCentralAmerica": "<string>",
    "tradeNordics": "<string>",
    "tradeSouthAmerica": "<string>",
    "tradeOtherEurope": "<string>"
  }
]
Max+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
integer<int32>
required

Internal company ID

Response

Export/import categories

year
integer<int32>
exportInterval
null | string
importInterval
null | string
tradeAfrica
null | string
tradeAsia
null | string
tradeEU
null | string
tradeFarEast
null | string
tradeNorthCentralAmerica
null | string
tradeNordics
null | string
tradeSouthAmerica
null | string
tradeOtherEurope
null | string