GET api/Admin/GetSitesAndExtractionProc?casetype={casetype}&LabOrgId={LabOrgId}&type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| casetype | string |
Required |
|
| LabOrgId | integer |
Required |
|
| type | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and DataTable [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": null,
"sample string 2": []
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.