The GetTaskPDF() command returns a PDF of the task specified.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
|
apiToken
|
string
| 20 | Y | Your API security token configured in Field View. |
|
taskId
|
string
| | Y | The unique ID of the form. |
|
showImages
| bool | | Y | If true then image attachments will show on the report. |
|
showStatusAudit
| bool | | Y | If true then audit information will be showed on the report. |
|
showComments
| bool | | Y | If true then comments should be rendered on the report. |
Table 2. Returns| Field | Type | Description |
|---|
|
FilePayload
| Base64 encoded string representation of a byte array |
The PDF file as bytes
|
<TaskPDFResponse>
<FilePayload></FilePayload>
<Status>
SUCCESS
</Status>
</TaskPDFResponse>