Trainers - GetAssessorReferrals - Gets a list of Verifier Referrals sent to a particular Assessor in Learning Assistant.
Service URL: https://api.learningassistant.com/webservices/soap/TrainerServiceSoapApi.cfc?wsdl
Request
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://api.learningassistant.com" xmlns:types="http://api.learningassistant.com/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<tns:authToken id="h_id1">
<id xsi:type="xsd:string"> {id} </id>
<uuid xsi:type="xsd:string"> {uuid} </uuid>
</tns:authToken>
</soap:Header>
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<tns:GetAssessorReferrals>
<assessorUuid xsi:type="xsd:string"> {assessorUuid} </assessorUuid>
</tns:GetAssessorReferrals>
</soap:Body>
</soap:Envelope>
Response
<?xml version="1.0" encoding="utf-8"?>
<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" xmlns="http://api.learningassistant.com" soapenv:actor="" soapenv:mustUnderstand="0" xmlns:ns1="http://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:GetAssessorReferralsResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://api.learningassistant.com">
<GetAssessorReferralsReturn soapenc:arrayType="ns3:AssessorReferralNotification[6]" xsi:type="soapenc:Array" xmlns:ns3="http://trainerservice.types.soap.webservices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<GetAssessorReferralsReturn xsi:type="ns3:AssessorReferralNotification">
<ActualUri xsi:type="xsd:string"> {ActualUri} </ActualUri>
<Element xsi:type="xsd:string"> {Element} </Element>
<Referred xsi:type="xsd:string"> {Referred} </Referred>
<StudentRef xsi:type="xsd:string"> {StudentRef} </StudentRef>
</GetAssessorReferralsReturn>
</GetAssessorReferralsReturn>
</ns2:GetAssessorReferralsResponse>
</soapenv:Body>
</soapenv:Envelope>
Request Fields
-
GetAssessorReferrals array
Required
Top level field for GetAssessorReferrals method
-
assessorUuid string
Required
Assessor uuid
Response Fields
-
GetAssessorReferralsResponse array
Top level field for GetAssessorReferrals method
-
ActualUri string
Top level field for GetAssessorReferrals method
-
Element string
Top level field for GetAssessorReferrals method
-
Referred string
Top level field for GetAssessorReferrals method
-
StudentRef string
Top level field for GetAssessorReferrals method