Method | /testsite/Services/Gateway.asmx/GetFileSigners |
Sertifi API Web Service > All Operations Resource Group : /testsite/Services/Gateway.asmx/GetFileSigners (Method) |
The request body is of type GetFileSigners.
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 |
The response body is of type GetFileSignersResponse.
Name | Description | Data Type |
---|---|---|
GetFileSignersResult | xml:string |
Sample Call:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ser="http://apps.sertifi.net/services/">
<soap:Header/>
<soap:Body>
<ser:GetFileSigners>
<ser:pstr_APICode>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</ser:pstr_APICode>
<ser:pstr_FileID>dpZaMtBrYvE=</ser:pstr_FileID>
</ser:GetFileSigners>
</soap:Body>
</soap:Envelope>
Sample Response:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetFileSignersResponse xmlns="http://apps.sertifi.net/services/">
<GetFileSignersResult><![CDATA[<?xml version="1.0" encoding="utf-16"?>
<Signers>
<Signer>
<DocumentID>+7tvlFanzEU=</DocumentID>
<Status>Unsigned</Status>
<Email>[email protected]</Email>
<NameSigned />
<IpAddress />
<SignMethod>Electronic</SignMethod>
<DateSigned>1/1/0001 12:00:00 AM</DateSigned>
</Signer>
</Signers>]]></GetFileSignersResult>
</GetFileSignersResponse>
</soap:Body>
</soap:Envelope>