GET api/PdfBulkJob
Get Some Initialization Jobs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
JobBulkProcess| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestKey |
RequestKey for the job |
string |
None. |
| RequestUrl |
Pdf Url that have to be convert |
string |
None. |
| SetStateUrl |
Pdf Api Url to put State |
string |
None. |
| PdfServerUrl |
Pdf Api Url to put State |
string |
None. |
| FileName | string |
None. |
|
| RequestKeyList | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RequestKey": "sample string 1",
"RequestUrl": "sample string 2",
"SetStateUrl": "sample string 3",
"PdfServerUrl": "sample string 4",
"FileName": "sample string 5",
"RequestKeyList": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<JobBulkProcess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KanoonExamPdfServiceDb.Models">
<FileName>sample string 5</FileName>
<PdfServerUrl>sample string 4</PdfServerUrl>
<RequestKey>sample string 1</RequestKey>
<RequestKeyList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</RequestKeyList>
<RequestUrl>sample string 2</RequestUrl>
<SetStateUrl>sample string 3</SetStateUrl>
</JobBulkProcess>