GET api/LabISampleCollection
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LabISampleCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| SColId | integer |
None. |
|
| Title | string |
None. |
|
| IsDeleted | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SColId": 1,
"Title": "sample string 2",
"IsDeleted": 3.0
},
{
"SColId": 1,
"Title": "sample string 2",
"IsDeleted": 3.0
}
]