Sertifi API Web Service
Method/testsite/Services/Gateway.asmx/GetStatusOnChangedFiles
Description
Get a summary of all the files which had activity between the dates listed.
Request (GetStatusOnChangedFilesSoapIn)

The request body is of type GetStatusOnChangedFiles.

Request Body Parameters

NameDescriptionData Type
pstr_APICodeThe API code of the site.  This can be found through your Sertifi web interface under Administration -> Account Settings.xml:string
pstr_StartDateStart date of search.xml:string
pstr_EndDateEnd date of search.xml:string
pstr_EndDate Element pstr_StartDate Element pstr_APICode Element Sequence GetStatusOnChangedFiles Element
Response (GetStatusOnChangedFilesSoapOut)

The response body is of type GetStatusOnChangedFilesResponse.

Response Body Parameters

NameDescriptionData Type
GetStatusOnChangedFilesResultStatus information in XML format or error message.xml:string
GetStatusOnChangedFilesResult Element Sequence GetStatusOnChangedFilesResponse Element
Example
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>
Remarks
Common Errors include:
"ERROR: Invalid API Code"
"ERROR: pstr_StartDate is invalid."
"ERROR: pstr_EndDate is invalid."
See Also
All Operations Resource GroupSertifi API Web Service

 

 


© Sertifi, Inc., 2019 All Rights Reserved.

Send comments on this topic.