Returns a pdf summary of the document, which includes file information, signature information, and room activity.
The request body is of type GetDocumentSummary.
Request Body Parameters
Name | Description | Data Type |
pstr_APICode | The API code of the site. This can be found through your Sertifi web interface under Administration -> Account Settings. | xml:string |
pstr_FileID | The id of the relevant file. | xml:string |
pstr_DocumentID | The id of the document you'd like the summary of. | xml:string |
The response body is of type GetDocumentSummaryResponse.
Response Body Parameters
Name | Description | Data Type |
GetDocumentSummaryResult | The summary in pdf form, or an empty byte array if error. | xml:base64Binary |