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

x-api-key
string
header
required

Path Parameters

icaStoreId
integer
required

The id of the ICA store

Response

200
application/json
OK
icA_StoreNoteId
integer
icA_StoreId
integer
period
integer | null
date
string | null
type
string | null
notes
string | null
attribute1
string | null
attribute2
string | null
lastUpdatedAtUtc
string