Appointments - GetAppointmentStatuses - Get a list of all valid appointment statuses

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

Request
<?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>
    <authToken xmlns="https://api.learningassistant.com" xmlns:ns1="https://api.learningassistant.com" loggedin="YES" soapenv:actor="" soapenv:mustUnderstand="0">
      <id type="xsd:string"> {id} </id>
      <uuid type="xsd:string"> {uuid} </uuid>
    </authToken>
  </soapenv:Header>
  <soapenv:Body>
    <ns1:GetAppointmentStatuses xmlns:ns1="https://api.learningassistant.com" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  </soapenv:Body>
</soapenv: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>
    <authToken xmlns="https://api.learningassistant.com" xmlns:ns1="https://api.learningassistant.com" loggedin="YES" soapenv:actor="" soapenv:mustUnderstand="0">
      <id type="xsd:string"> {id} </id>
      <uuid type="xsd:string"> {uuid} </uuid>
    </authToken>
  </soapenv:Header>
  <soapenv:Body>
    <ns2:GetAppointmentStatusesResponse xmlns:ns2="https://api.learningassistant.com" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <GetAppointmentStatusesReturn xmlns:ns3="http://appointments.types.webservices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" soapenc:arrayType="ns3:Status[0]" xsi:type="soapenc:Array">
        <GetAppointmentStatusesReturn xsi:type="ns3:Status">
          <blnCompleteAction xsi:type="xsd:string"> {blnCompleteAction} </blnCompleteAction>
          <intDisplayOrder xsi:type="xsd:string"> {intDisplayOrder} </intDisplayOrder>
          <szStatusName xsi:type="xsd:string"> {szStatusName} </szStatusName>
          <szStatusRef xsi:type="xsd:string"> {szStatusRef} </szStatusRef>
          <uuidStatus xsi:type="xsd:string"> {uuidStatus} </uuidStatus>
        </GetAppointmentStatusesReturn>
      </GetAppointmentStatusesReturn>
    </ns2:GetAppointmentStatusesResponse>
  </soapenv:Body>
</soapenv:Envelope>
Request Fields
Response Fields
  • GetAppointmentStatusesReturn array
  • blnCompleteAction string
  • intDisplayOrder string
  • szStatusName string
  • szStatusRef string
  • uuidStatus string