GET api/v1/{posId}/kpidatas
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of KPIData| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | string |
None. |
|
| Date | date |
None. |
|
| Value | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StoreID": "sample string 1",
"Date": "2025-12-06T05:46:18.5940587+01:00",
"Value": 1.0
},
{
"StoreID": "sample string 1",
"Date": "2025-12-06T05:46:18.5940587+01:00",
"Value": 1.0
}
]
text/html
Sample:
[{"StoreID":"sample string 1","Date":"2025-12-06T05:46:18.5940587+01:00","Value":1.0},{"StoreID":"sample string 1","Date":"2025-12-06T05:46:18.5940587+01:00","Value":1.0}]
application/xml, text/xml
Sample:
<Root>
<Data>
<StoreID>sample string 1</StoreID>
<Date>2025-12-06T05:46:18.5940587+01:00</Date>
<Value>1</Value>
</Data>
<Data>
<StoreID>sample string 1</StoreID>
<Date>2025-12-06T05:46:18.5940587+01:00</Date>
<Value>1</Value>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.