Learner - GetElements
Service URL: https://api.learningassistant.com/webservices/soap/learner.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:GetElements soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<CourseUUID xsi:type="xsd:string"> {CourseUUID} </CourseUUID>
<StatusCode xsi:type="xsd:string"> {StatusCode} </StatusCode>
<OverdueOnly xsi:type="xsd:boolean"> {OverdueOnly} </OverdueOnly>
</api:GetElements>
</soapenv:Body>
</soapenv:Envelope>
Response