curl --request GET \
--url https://api.tic.io/statistics/se/ica/stores/{ica_storeId} \
--header 'x-api-key: <api-key>'
{
"storeName": "<string>",
"slug": "<string>",
"ogDescription": "<string>",
"ogTitle": "<string>",
"ogImage": "<string>",
"otherStoreNames": {},
"address": "<string>",
"storeFormat": "<string>",
"latitude": 123,
"longitude": 123,
"rating": 123,
"notes": [
{
"period": 123,
"date": "2023-11-07T05:31:56Z",
"notes": "<string>"
}
],
"periods": [
{
"period": 123,
"shortDescription": "<string>",
"periodLength": "<string>",
"highlight": true,
"highlightLabel": "<string>"
}
],
"revenue": [
123
],
"grossMargins": [
123
],
"operatingMargin": [
123
],
"profitMargin": [
123
],
"numberOfEmployees": [
123
],
"dividends": [
123
],
"extraDividends": [
123
],
"netProfitOrLoss": [
123
],
"balancedResultAfterDividend": [
123
],
"costs": [
{
"label": "<string>",
"amount": [
123
]
}
]
}
Get condensed statistics for the store
curl --request GET \
--url https://api.tic.io/statistics/se/ica/stores/{ica_storeId} \
--header 'x-api-key: <api-key>'
{
"storeName": "<string>",
"slug": "<string>",
"ogDescription": "<string>",
"ogTitle": "<string>",
"ogImage": "<string>",
"otherStoreNames": {},
"address": "<string>",
"storeFormat": "<string>",
"latitude": 123,
"longitude": 123,
"rating": 123,
"notes": [
{
"period": 123,
"date": "2023-11-07T05:31:56Z",
"notes": "<string>"
}
],
"periods": [
{
"period": 123,
"shortDescription": "<string>",
"periodLength": "<string>",
"highlight": true,
"highlightLabel": "<string>"
}
],
"revenue": [
123
],
"grossMargins": [
123
],
"operatingMargin": [
123
],
"profitMargin": [
123
],
"numberOfEmployees": [
123
],
"dividends": [
123
],
"extraDividends": [
123
],
"netProfitOrLoss": [
123
],
"balancedResultAfterDividend": [
123
],
"costs": [
{
"label": "<string>",
"amount": [
123
]
}
]
}
The ICA store id
OK
The response is of type object
.