GET api/Sense/GetItems/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ItemResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CISerial | string |
None. |
|
| CIName | string |
None. |
|
| CIGID | string |
None. |
|
| CIGDesc | string |
None. |
|
| CIPBefore | string |
None. |
|
| CCBal | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"CISerial": "sample string 1",
"CIName": "sample string 2",
"CIGID": "sample string 3",
"CIGDesc": "sample string 4",
"CIPBefore": "sample string 5",
"CCBal": "sample string 6"
},
{
"$ref": "1"
}
]