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