Sertifi API Web Service
Method/testsite/Services/Gateway.asmx/GetMinimalFileStatus
Description
Gets a summary of the file and document statuses of a single file.
Request (GetMinimalFileStatusSoapIn)

The request body is of type GetMinimalFileStatus.

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_FileIDThe id of the relevant file.xml:string
pstr_FileID Element pstr_APICode Element Sequence GetMinimalFileStatus Element
Response (GetMinimalFileStatusSoapOut)

The response body is of type GetMinimalFileStatusResponse.

Response Body Parameters

NameDescriptionData Type
GetMinimalFileStatusResultfile xml or an error message.xml:string
GetMinimalFileStatusResult Element Sequence GetMinimalFileStatusResponse Element
Example

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:GetMinimalFileStatus>
         <ser:pstr_APICode>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</ser:pstr_APICode>
         <ser:pstr_FileID>dpZaMtBrYvE=</ser:pstr_FileID>
      </ser:GetMinimalFileStatus>
   </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>
      <GetMinimalFileStatusResponse xmlns="http://apps.sertifi.net/services/">
         <GetMinimalFileStatusResult><![CDATA[<?xml version="1.0" encoding="utf-16"?>
<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>
</File>]]></GetMinimalFileStatusResult>
      </GetMinimalFileStatusResponse>
   </soap:Body>
</soap:Envelope>

See Also
All Operations Resource GroupSertifi API Web Service

 

 


© Sertifi, Inc., 2019 All Rights Reserved.

Send comments on this topic.