GET api/documentgeneration/outstandingprintbag?take={take}
Print all printback contents.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| take | integer |
Default value is 10000 |
Body Parameters
None.
Response Information
Resource Description
JobInvocationDetailsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SupportsCancellation | boolean |
None. |
|
| ReportsProgress | boolean |
None. |
|
| InitialStatusText | string |
None. |
|
| JobReference | globally unique identifier |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SupportsCancellation": true,
"ReportsProgress": true,
"InitialStatusText": "sample string 3",
"JobReference": "fb2e8728-f420-4585-9568-7e47efb0ed64",
"Success": true
}