GET api/physician-data/report-data?apiKey={apiKey}&searchId={searchId}&reportId={reportId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| apiKey | string |
Required |
|
| searchId | string |
Required |
|
| reportId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfGetReportDataResponseWrapper| Name | Description | Type | Additional information |
|---|---|---|---|
| IsFailure | boolean |
None. |
|
| IsSuccess | boolean |
None. |
|
| Error | string |
None. |
|
| Value | GetReportDataResponseWrapper |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsFailure": false,
"IsSuccess": true,
"Value": null
}
application/xml, text/xml
Sample:
<ResultOfGetReportDataResponseWrapperDPnZUfoO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.datacontract.org/2004/07/CSharpFunctionalExtensions"> <IsFailure i:type="x:boolean" xmlns="">false</IsFailure> <IsSuccess i:type="x:boolean" xmlns="">true</IsSuccess> <Value i:nil="true" xmlns="" /> </ResultOfGetReportDataResponseWrapperDPnZUfoO>