Task - GetTaskProgress

Service URL: https://api.learningassistant.com/webservices/soap/TaskSoapApi.cfc?wsdl

Request
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="https://api.learningassistant.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soapenv:Header>
    <authToken loggedin="YES" soapenv:actor="" soapenv:mustUnderstand="0" xmlns="https://api.learningassistant.com" xmlns:ns1="https://api.learningassistant.com">
      <id type="xsd:string"> {ID} </id>
      <uuid type="xsd:string"> {UUID} </uuid>
    </authToken>
  </soapenv:Header>
   <soapenv:Body>
      <api:GetTaskProgress soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <UuidUser xsi:type="api:ArrayOf_xsd_string" soapenc:arrayType="xsd:string[]"/>
      </api:GetTaskProgress>
   </soapenv:Body>
</soapenv:Envelope>
Response
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Header>
      <ns1:authToken loggedin="YES" soapenv:actor="" soapenv:mustUnderstand="0" xmlns="https://api.learningassistant.com" xmlns:ns1="https://api.learningassistant.com">
         <ns1:id type="xsd:string"> {ID} </ns1:id>
         <ns1:uuid type="xsd:string"> {UUID} </ns1:uuid>
      </ns1:authToken>
   </soapenv:Header>
   <soapenv:Body>
      <ns2:GetTaskProgressResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="https://api.learningassistant.com">
         <GetTaskProgressReturn soapenc:arrayType="ns3:Learner[0]" xsi:type="soapenc:Array" xmlns:ns3="http://task.types.soap.webservices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
      </ns2:GetTaskProgressResponse>
   </soapenv:Body>
</soapenv:Envelope>
Request Fields
Response Fields