GET api/ReviewApplication/GetReportForPDF?Ids={Ids}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EappNeedsAnalysisRequestLog| Name | Description | Type | Additional information |
|---|---|---|---|
| filebytes | Collection of byte |
None. |
|
| isMultiple | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"filebytes": "QEA=",
"isMultiple": true
}