Получение горизонтальных связей проекта


URL: components/services/APIProjects.asmx

Метод: GetHorizontalRelationsProjects

Передаваемые параметры

ПараметрОписание
ASPNETSessionIdИдентификатор сессии
projectIdИдентификатор проекта
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:str="http://streamline/">
   <soapenv:Header/>
   <soapenv:Body>
      <str:GetHorizontalRelationsProjects>
         <str:ASPNETSessionId>string</str:ASPNETSessionId>
         <str:projectId>string</str:projectId>
      </str:GetHorizontalRelationsProjects>
   </soapenv:Body>
</soapenv:Envelope>

Возвращаемые параметры

ПараметрОписание
ProjectIdИдентификатор проекта
ProjectTypeIdИдентификатор типа проекта
ProjectNameНаименование проекта
RelationTemplateIdИдентификатор связи проекта
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <GetHorizontalRelationsProjectsResponse xmlns="http://streamline/">
      <GetHorizontalRelationsProjectsResult>
        <RelationdWrapper>
          <ProjectId>string</ProjectId>
          <ProjectTypeId>string</ProjectTypeId>
          <ProjectName>string</ProjectName>
          <RelationTemplateId>string</RelationTemplateId>
        </RelationdWrapper>
        <RelationdWrapper>
          <ProjectId>string</ProjectId>
          <ProjectTypeId>string</ProjectTypeId>
          <ProjectName>string</ProjectName>
          <RelationTemplateId>string</RelationTemplateId>
        </RelationdWrapper>
      </GetHorizontalRelationsProjectsResult>
    </GetHorizontalRelationsProjectsResponse>
   </s:Body>
</s:Envelope>