Sweden - ICA
Notes
Get notes for a given ICA store id
GET
/
datasets
/
se
/
ica
/
stores
/
{icaStoreId}
/
notes
curl --request GET \
--url https://api.tic.io/datasets/se/ica/stores/{icaStoreId}/notes \
--header 'x-api-key: <api-key>'
[
{
"icA_StoreNoteId": 123,
"icA_StoreId": 123,
"period": 123,
"date": "2023-11-07T05:31:56Z",
"type": "<string>",
"notes": "<string>",
"attribute1": "<string>",
"attribute2": "<string>",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
Authorizations
Path Parameters
The id of the ICA store
Response
200
application/json
OK
The response is of type object[]
.
curl --request GET \
--url https://api.tic.io/datasets/se/ica/stores/{icaStoreId}/notes \
--header 'x-api-key: <api-key>'
[
{
"icA_StoreNoteId": 123,
"icA_StoreId": 123,
"period": 123,
"date": "2023-11-07T05:31:56Z",
"type": "<string>",
"notes": "<string>",
"attribute1": "<string>",
"attribute2": "<string>",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]