GET api/v1/{posId}/kpitypes
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of KPIType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| Label1 | string |
None. |
|
| Label2 | string |
None. |
|
| Label3 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Description": "sample string 2",
"Label1": "sample string 3",
"Label2": "sample string 4",
"Label3": "sample string 5"
},
{
"ID": 1,
"Description": "sample string 2",
"Label1": "sample string 3",
"Label2": "sample string 4",
"Label3": "sample string 5"
}
]
text/html
Sample:
[{"ID":1,"Description":"sample string 2","Label1":"sample string 3","Label2":"sample string 4","Label3":"sample string 5"},{"ID":1,"Description":"sample string 2","Label1":"sample string 3","Label2":"sample string 4","Label3":"sample string 5"}]
application/xml, text/xml
Sample:
<Root>
<Data>
<ID>1</ID>
<Description>sample string 2</Description>
<Label1>sample string 3</Label1>
<Label2>sample string 4</Label2>
<Label3>sample string 5</Label3>
</Data>
<Data>
<ID>1</ID>
<Description>sample string 2</Description>
<Label1>sample string 3</Label1>
<Label2>sample string 4</Label2>
<Label3>sample string 5</Label3>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.