Получение списка идентификаторов всех документов объекта

Метод: GetDocumentsIds

ПараметрОписание
ASPNETSessionId*Идентификатор сессии
projectId*Идентификато объекта
areChildrenIncludedФлаг «Включить документы дочерних объектов?»
По умолчанию имеет значение «false», т.е. будет предоставлен список идентификаторов документов только того объекта, чей ProjectId указан
<?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>
    <GetDocumentsIds xmlns="http://streamline/">
      <ASPNETSessionId>string</ASPNETSessionId>
      <projectId>guid</projectId>
      <areChildrenIncluded>boolean</areChildrenIncluded>
    </GetDocumentsIds>
  </soap:Body>
</soap:Envelope>
ПараметрОписание
DocumentWrappersМассив идентификаторов документов
DocumentWrapperЭлемент массива
DocumentIdИдентификатор карточки документа
DocumentNameНазвание карточки документа
ProjectIdИдентификатор объекта, к которому прикреплен документ
<?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>
    <GetDocumentsIds xmlns="http://streamline/">
      <ASPNETSessionId>string</ASPNETSessionId>
      <projectId>guid</projectId>
      <areChildrenIncluded>boolean</areChildrenIncluded>
    </GetDocumentsIds>
  </soap:Body>
</soap:Envelope>