Trainers - GetIVReferrals - Gets a list Assessor's Updates to a IV's Verifier Referrals 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:GetIvReferrals>
      <ivUuid xsi:type="xsd:string"> {ivUuid} </ivUuid>
    </tns:GetIvReferrals>
  </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:GetIvReferralsResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://api.learningassistant.com">
      <GetIvReferralsReturn soapenc:arrayType="ns3:IvReferralNotification[5]" xsi:type="soapenc:Array" xmlns:ns3="http://trainerservice.types.soap.webservices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
        <GetIvReferralsReturn xsi:type="ns3:IvReferralNotification">
          <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>
          <Updated xsi:type="xsd:string"> {Updated} </Updated>
        </GetIvReferralsReturn>
      </GetIvReferralsReturn>
    </ns2:GetIvReferralsResponse>
  </soapenv:Body>
</soapenv:Envelope>
Request Fields
  • GetIvReferrals array Required
    Top level field for GetIvReferals method
  • ivUuid string Required
    Internal verifier uuid
Response Fields
  • GetIvReferralsResponse array
    Top level field for GetIvReferals method
  • ActualUri string
    Top level field for GetIvReferals method
  • Element string
    Top level field for GetIvReferals method
  • Referred string
    Top level field for GetIvReferals method
  • StudentRef string
    Top level field for GetIvReferals method
  • Updated string
    Top level field for GetIvReferals method