Get a summary of all the files which had activity between the dates listed.
The request body is of type GetStatusOnChangedFiles.
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_StartDate | Start date of search. | xml:string |
pstr_EndDate | End date of search. | xml:string |
The response body is of type GetStatusOnChangedFilesResponse.
Response Body Parameters
Name | Description | Data Type |
GetStatusOnChangedFilesResult | Status information in XML format or error message. | xml:string |
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>
<GetStatusOnChangedFilesResponse xmlns="
http://apps.sertifi.net/services/">
<GetStatusOnChangedFilesResult><![CDATA[<?xml version="1.0" encoding="utf-16"?>
<CurrentStatus>
<StartDate>2014/8/01</StartDate>
<EndDate>2014/9/30</EndDate><File>
<Code>XlhsT3KlhAs=</Code>
<Name>yadayada fields</Name>
<Status>1</Status>
<StatusFull>Active</StatusFull>
<Unsigned>1</Unsigned>
<Signed>2</Signed>
<DateCreated>8/6/2014 11:28:50 AM</DateCreated>
<DateLastAction>8/6/2014 11:40:00 AM</DateLastAction>
</File><File>
<Code>d4pA7tZhuGA=</Code>
<Name>many of the same signer</Name>
<Status>1</Status>
<StatusFull>Active</StatusFull>
<Unsigned>2</Unsigned>
<Signed>0</Signed>
<DateCreated>8/19/2014 4:25:06 PM</DateCreated>
<DateLastAction>8/19/2014 4:33:01 PM</DateLastAction>
</File><File>
<Code>3WvlpEfAaO0=</Code>
<Name>yadayda</Name>
<Status>10</Status>
<StatusFull>Deleted</StatusFull>
<Unsigned>0</Unsigned>
<Signed>0</Signed>
<DateCreated>9/25/2014 5:45:17 PM</DateCreated>
<DateLastAction>9/26/2014 11:23:02 AM</DateLastAction>
</File></CurrentStatus>]]></GetStatusOnChangedFilesResult>
</GetStatusOnChangedFilesResponse>
</soap:Body>
</soap:Envelope>