Method | /testsite/Services/Gateway.asmx/GetFilesStatus |
Sertifi API Web Service > All Operations Resource Group : /testsite/Services/Gateway.asmx/GetFilesStatus (Method) |
The request body is of type GetFilesStatus.
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 | The date to start searching on. | xml:string |
pstr_EndDate | The date to stop searching on. | xml:string |
The response body is of type GetFilesStatusResponse.
Name | Description | Data Type |
---|---|---|
GetFilesStatusResult | xml string of fields. | xml:string |
< soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ser="http://apps.sertifi.net/services/">
<soap:Header/>
<soap:Body>
<ser:GetFilesStatus>
<ser:pstr_APICode>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</ser:pstr_APICode>
<ser:pstr_StartDate>2014/09/01</ser:pstr_StartDate>
<ser:pstr_EndDate>2014/09/30</ser:pstr_EndDate>
</ser:GetFilesStatus>
</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>
<GetFilesStatusResponse xmlns="http://apps.sertifi.net/services/">
<GetFilesStatusResult><![CDATA[<?xml version="1.0" encoding="utf-16"?>
<CurrentStatus>
<StartDate>2014/09/01</StartDate>
<EndDate>2014/09/30</EndDate><File>
<Code>yZNEXmE1TnA=</Code>
<Name>adayada</Name>
<Status>1</Status>
<StatusFull>Active</StatusFull>
<Unsigned>1</Unsigned>
<Signed>0</Signed>
<DateCreated>9/19/2014 12:12:48 PM</DateCreated>
<DateLastAction>1/1/0001 12:00:00 AM</DateLastAction>
<EventDate>2018-04-20</EventDate>
</File><File>
<Code>9hLzTmss/p0=</Code>
<Name>yadaya</Name>
<Status>1</Status>
<StatusFull>Active</StatusFull>
<Unsigned>1</Unsigned>
<Signed>0</Signed>
<DateCreated>9/19/2014 3:45:38 PM</DateCreated>
<DateLastAction>1/1/0001 12:00:00 AM</DateLastAction>
<EventDate>2018-04-20</EventDate>
</File><File>
<Code>288m43Hek2I=</Code>
<Name>yadayda</Name>
<Status>1</Status>
<StatusFull>Active</StatusFull>
<Unsigned>0</Unsigned>
<Signed>0</Signed>
<DateCreated>9/25/2014 5:35:59 PM</DateCreated>
<DateLastAction>1/1/0001 12:00:00 AM</DateLastAction>
<EventDate>2018-04-20</EventDate>
</File><File>
<Code>cjUCz0lTOuk=</Code>
<Name>abandoned</Name>
<Status>5</Status>
<StatusFull>Archived</StatusFull>
<Unsigned>0</Unsigned>
<Signed>0</Signed>
<DateCreated>9/26/2014 11:02:49 AM</DateCreated>
<DateLastAction>1/1/0001 12:00:00 AM</DateLastAction>
<EventDate />
</File><File>
<Code>dpZaMtBrYvE=</Code>
<Name>yadayada reassign</Name>
<Status>1</Status>
<StatusFull>Active</StatusFull>
<Unsigned>1</Unsigned>
<Signed>0</Signed>
<DateCreated>9/29/2014 12:28:52 PM</DateCreated>
<DateLastAction>1/1/0001 12:00:00 AM</DateLastAction>
<EventDate />
</File></CurrentStatus>]]></GetFilesStatusResult>
</GetFilesStatusResponse>
</soap:Body>
</soap:Envelope>