GET api/PDF/{id}?filename={filename}&url={url}&layout={layout}&apikey={apikey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| filename | string |
Required |
|
| url | string |
Required |
|
| layout | string |
Required |
|
| apikey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
returnObject| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
None. |
|
| message | string |
None. |
|
| url | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"message": "sample string 2",
"url": "sample string 3"
}
application/xml, text/xml
Sample:
<PDFController.returnObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pdf.Controllers"> <key>sample string 1</key> <message>sample string 2</message> <url>sample string 3</url> </PDFController.returnObject>