Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
languagexml
<soapenv:Envelope xmlns:soapenv="httphttps://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="httphttps://ispringlearn.com/go/services/api/soap">
   <soapenv:Header/>
   <soapenv:Body>
      <soap:ListContentRequest>
         <soap:credentials>
            <soap:accountUrl>httpaccountUrl>https://myaccount.ispringlearn.ru</soap:accountUrl>
            <soap:email>httpemail>https://myaccount.ispringlearn.ru</soap:email>
            <soap:password>password</soap:password>
         </soap:credentials>
         <soap:pageToken>string</soap:pageToken>
         <soap:pageSize>1000</soap:pageSize>
      </soap:ListContentRequest>
   </soapenv:Body>
</soapenv:Envelope>

...

Блок кода
languagexml
<SOAP-ENV:Envelope xmlns:SOAP-ENV="httphttps://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="httphttps://ispringlearn.com/go/services/api/soap">
   <SOAP-ENV:Body>
      <ns1:ListContentResult>
         <ns1:contentItems>
            <ns1:contentItem>
               <ns1:contentItemId>string</ns1:contentItemId>
               <ns1:title>string</ns1:title>
               <ns1:description/>
               <ns1:userId>string</ns1:userId>
               <ns1:addedDate>2019-11-13T06:30:49+00:00</ns1:addedDate>
               <ns1:viewUrl>string</ns1:viewUrl>
               <ns1:type>string</ns1:type>
            </ns1:contentItem>
            <ns1:contentItem>
              ...
            </ns1:contentItem>
         </ns1:contentItems>
         <ns1:nextPageToken>string</ns1:nextPageToken>
      </ns1:ListContentResult>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

...