Tasks - GetQualificationTasksProgress

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

Request
<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:GetQualificationTasksProgress soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <CustomerUUID xsi:type="xsd:string"> {CustomerUUID} </CustomerUUID>
         <UserQualificationUUID xsi:type="xsd:string"> {UserQualificationUUID} </UserQualificationUUID>
      </api:GetQualificationTasksProgress>
   </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:GetQualificationTasksProgressResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="https://api.learningassistant.com">
         <GetQualificationTasksProgressReturn xsi:type="ns3:QualificationTask" xmlns:ns3="http://task.types.soap.webservices">
            <ErrorDescription xsi:type="xsd:string"/>
            <Success xsi:type="xsd:string"> {Success} </Success>
            <TaskProgress soapenc:arrayType="ns3:TaskProgress[0]" xsi:type="soapenc:Array" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
            <TransactionID xsi:type="xsd:string"> {TransactionID} </TransactionID>
         </GetQualificationTasksProgressReturn>
      </ns2:GetQualificationTasksProgressResponse>
   </soapenv:Body>
</soapenv:Envelope>
Request Fields
Response Fields