Sweden - ICA
Store
Get condensed statistics for the store
GET
/
statistics
/
se
/
ica
/
stores
/
{ica_storeId}
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
]
}
]
}
Authorizations
Path Parameters
The ICA store id
Response
200
application/json
OK
The response is of type object
.
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
]
}
]
}