TeleportService

<back to all web services

DocumentsAdmin_GetList

Requires Authentication
The following routes are available for this service:
POST/DocumentsAdmin_GetList
DocumentsAdmin_GetList Parameters:
NameParameterData TypeRequiredDescription
start_datebodyDateTimeNo
end_datebodyDateTimeNo
filtersbodyList<DocumentsFilter>No
status_change_offbodyboolNo
get_documentbodyboolNo
use_updateDatebodyboolNo
document_typebodystringNo
companybodystringNo
offsetbodyintNo
limitbodyintNo
at_pagesbodyboolNo
DocumentsFilter Parameters:
NameParameterData TypeRequiredDescription
nameformstringNo
operationformstringNo
valueformstringNo
rangeformDocumentsFilterRangeNo
inValuesformList<string>No
DocumentsFilterRange Parameters:
NameParameterData TypeRequiredDescription
minformstringNo
maxformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /DocumentsAdmin_GetList HTTP/1.1 
Host: wbs.e-teleport.ru 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<DocumentsAdmin_GetList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeleportService.ServiceModel">
  <at_pages>false</at_pages>
  <company>String</company>
  <document_type>String</document_type>
  <end_date>0001-01-01T00:00:00</end_date>
  <filters>
    <DocumentsFilter>
      <inValues xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>String</d4p1:string>
      </inValues>
      <name>String</name>
      <operation>String</operation>
      <range>
        <max>String</max>
        <min>String</min>
      </range>
      <value>String</value>
    </DocumentsFilter>
  </filters>
  <get_document>false</get_document>
  <limit>0</limit>
  <offset>0</offset>
  <start_date>0001-01-01T00:00:00</start_date>
  <status_change_off>false</status_change_off>
  <use_updateDate>false</use_updateDate>
</DocumentsAdmin_GetList>