Метод: 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>