InsideService20
Click here for a complete list of operations.
GetClientCommand
Returns latest command state of the call.
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /InsideService20.asmx HTTP/1.1
Host: app-old.idiligo.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.idiligo.com/GetClientCommand"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetClientCommand xmlns="http://www.idiligo.com/">
<token>string</token>
<publicId>string</publicId>
</GetClientCommand>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetClientCommandResponse xmlns="http://www.idiligo.com/">
<GetClientCommandResult>
<Stap>
<Node id="string" type="Choice or Template or File or Form or Email or ScreenShare or Scrnshare or Sign or Upload or Download" visible="boolean" clientActive="boolean" allowControlSwitch="boolean" home="boolean">
<name>string</name>
<title>string</title>
<text>string</text>
<options xsi:nil="true" />
<fields xsi:nil="true" />
<attachments xsi:nil="true" />
<signs xsi:nil="true" />
<uploads xsi:nil="true" />
<goals xsi:nil="true" />
<actions xsi:nil="true" />
<templateCode>string</templateCode>
<pdfTemplateCode>string</pdfTemplateCode>
<bestandCode>string</bestandCode>
<browserId>long</browserId>
<command>string</command>
<qsValuesNodeCode>string</qsValuesNodeCode>
<goto>string</goto>
<Scrnshare xsi:nil="true" />
</Node>
<Command>string</Command>
<Title>string</Title>
<Html>string</Html>
<Values>
<string>string</string>
<string>string</string>
</Values>
<DocumentType>string</DocumentType>
<DocumentUrl>string</DocumentUrl>
<DocumentExtension>string</DocumentExtension>
<First>boolean</First>
<Last>boolean</Last>
<DocumentId>long</DocumentId>
<Page>int</Page>
<Zoom>int</Zoom>
<ViewerWrap>string</ViewerWrap>
<Attachments>
<AttachmentDTO xsi:nil="true" />
<AttachmentDTO xsi:nil="true" />
</Attachments>
<Signs>
<Sign xsi:nil="true" />
<Sign xsi:nil="true" />
</Signs>
<Uploads>
<Upload xsi:nil="true" />
<Upload xsi:nil="true" />
</Uploads>
<TotalPages>int</TotalPages>
</Stap>
<Command>string</Command>
</GetClientCommandResult>
</GetClientCommandResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /InsideService20.asmx HTTP/1.1
Host: app-old.idiligo.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetClientCommand xmlns="http://www.idiligo.com/">
<token>string</token>
<publicId>string</publicId>
</GetClientCommand>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetClientCommandResponse xmlns="http://www.idiligo.com/">
<GetClientCommandResult>
<Stap>
<Node id="string" type="Choice or Template or File or Form or Email or ScreenShare or Scrnshare or Sign or Upload or Download" visible="boolean" clientActive="boolean" allowControlSwitch="boolean" home="boolean">
<name>string</name>
<title>string</title>
<text>string</text>
<options xsi:nil="true" />
<fields xsi:nil="true" />
<attachments xsi:nil="true" />
<signs xsi:nil="true" />
<uploads xsi:nil="true" />
<goals xsi:nil="true" />
<actions xsi:nil="true" />
<templateCode>string</templateCode>
<pdfTemplateCode>string</pdfTemplateCode>
<bestandCode>string</bestandCode>
<browserId>long</browserId>
<command>string</command>
<qsValuesNodeCode>string</qsValuesNodeCode>
<goto>string</goto>
<Scrnshare xsi:nil="true" />
</Node>
<Command>string</Command>
<Title>string</Title>
<Html>string</Html>
<Values>
<string>string</string>
<string>string</string>
</Values>
<DocumentType>string</DocumentType>
<DocumentUrl>string</DocumentUrl>
<DocumentExtension>string</DocumentExtension>
<First>boolean</First>
<Last>boolean</Last>
<DocumentId>long</DocumentId>
<Page>int</Page>
<Zoom>int</Zoom>
<ViewerWrap>string</ViewerWrap>
<Attachments>
<AttachmentDTO xsi:nil="true" />
<AttachmentDTO xsi:nil="true" />
</Attachments>
<Signs>
<Sign xsi:nil="true" />
<Sign xsi:nil="true" />
</Signs>
<Uploads>
<Upload xsi:nil="true" />
<Upload xsi:nil="true" />
</Uploads>
<TotalPages>int</TotalPages>
</Stap>
<Command>string</Command>
</GetClientCommandResult>
</GetClientCommandResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /InsideService20.asmx/GetClientCommand?token=string&publicId=string HTTP/1.1 Host: app-old.idiligo.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<CommandDTO xmlns="http://www.idiligo.com/">
<Stap>
<Node id="string" type="Choice or Template or File or Form or Email or ScreenShare or Scrnshare or Sign or Upload or Download" visible="boolean" clientActive="boolean" allowControlSwitch="boolean" home="boolean">
<name>string</name>
<title>string</title>
<text>string</text>
<options>
<option d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<option d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</options>
<fields>
<field d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<field d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</fields>
<attachments>
<attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</attachments>
<signs>
<sign d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<sign d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</signs>
<uploads>
<upload d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<upload d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</uploads>
<goals>
<goal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<goal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</goals>
<actions>
<action d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<action d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</actions>
<templateCode>string</templateCode>
<pdfTemplateCode>string</pdfTemplateCode>
<bestandCode>string</bestandCode>
<browserId>long</browserId>
<command>string</command>
<qsValuesNodeCode>string</qsValuesNodeCode>
<goto>string</goto>
<Scrnshare>
<AgentUrl>string</AgentUrl>
<ClientUrl>string</ClientUrl>
<ValidUntil>dateTime</ValidUntil>
</Scrnshare>
</Node>
<Command>string</Command>
<Title>string</Title>
<Html>string</Html>
<Values>
<string>string</string>
<string>string</string>
</Values>
<DocumentType>string</DocumentType>
<DocumentUrl>string</DocumentUrl>
<DocumentExtension>string</DocumentExtension>
<First>boolean</First>
<Last>boolean</Last>
<DocumentId>long</DocumentId>
<Page>int</Page>
<Zoom>int</Zoom>
<ViewerWrap>string</ViewerWrap>
<Attachments>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
</Attachments>
<Signs>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
</Signs>
<Uploads>
<Upload name="string" fileTypes="string" mandatory="boolean" />
<Upload name="string" fileTypes="string" mandatory="boolean" />
</Uploads>
<TotalPages>int</TotalPages>
</Stap>
<Command>string</Command>
</CommandDTO>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /InsideService20.asmx/GetClientCommand HTTP/1.1 Host: app-old.idiligo.com Content-Type: application/x-www-form-urlencoded Content-Length: length token=string&publicId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<CommandDTO xmlns="http://www.idiligo.com/">
<Stap>
<Node id="string" type="Choice or Template or File or Form or Email or ScreenShare or Scrnshare or Sign or Upload or Download" visible="boolean" clientActive="boolean" allowControlSwitch="boolean" home="boolean">
<name>string</name>
<title>string</title>
<text>string</text>
<options>
<option d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<option d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</options>
<fields>
<field d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<field d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</fields>
<attachments>
<attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</attachments>
<signs>
<sign d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<sign d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</signs>
<uploads>
<upload d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<upload d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</uploads>
<goals>
<goal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<goal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</goals>
<actions>
<action d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<action d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</actions>
<templateCode>string</templateCode>
<pdfTemplateCode>string</pdfTemplateCode>
<bestandCode>string</bestandCode>
<browserId>long</browserId>
<command>string</command>
<qsValuesNodeCode>string</qsValuesNodeCode>
<goto>string</goto>
<Scrnshare>
<AgentUrl>string</AgentUrl>
<ClientUrl>string</ClientUrl>
<ValidUntil>dateTime</ValidUntil>
</Scrnshare>
</Node>
<Command>string</Command>
<Title>string</Title>
<Html>string</Html>
<Values>
<string>string</string>
<string>string</string>
</Values>
<DocumentType>string</DocumentType>
<DocumentUrl>string</DocumentUrl>
<DocumentExtension>string</DocumentExtension>
<First>boolean</First>
<Last>boolean</Last>
<DocumentId>long</DocumentId>
<Page>int</Page>
<Zoom>int</Zoom>
<ViewerWrap>string</ViewerWrap>
<Attachments>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
</Attachments>
<Signs>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
</Signs>
<Uploads>
<Upload name="string" fileTypes="string" mandatory="boolean" />
<Upload name="string" fileTypes="string" mandatory="boolean" />
</Uploads>
<TotalPages>int</TotalPages>
</Stap>
<Command>string</Command>
</CommandDTO>