syllabus.fd.syllabusdata – Interfaces for getting info on activities, staff, etc.

aktiviteter-listalle – Lister ut aktiviteter, også de som ikke er publisert

GET https://syllabus.fd.uib.no/aktiviteter/listalle
response
200 OK
Content-Type: text/xml
<aktiviteter>
  <aktivitet id="...">
    <name>...</name>
    <host_key>...</host_key>
    <description>...</description>
    <d_name>...</d_name>
    <at_description/>
    <m_name/>
    <duration>...</duration>
    <who_scheduled>...</who_scheduled>
    <scheduling_method>...</scheduling_method>
    <time_of_scheduling>...</time_of_scheduling>
    <scheduled_periods>...</scheduled_periods>
    <week_pattern>...</week_pattern>
    <not_published/>
  </aktivitet>
</aktiviteter>


    TimeToLive: 300 (seconds in caches)

Examples

  • Beskrivelsetekst mangler https://syllabus.fd.uib.no/aktiviteter/listalle

    <?xml version="1.0"?>
    <aktiviteter>
      <aktivitet id="05A23EC54CE622B321F62E8B3A081F43">
        <name>Booking/Mari Myren/Disputas/F&#xE6;rstad</name>
        <host_key>SPLUS081F43</host_key>
        <description>Booking/Mari Myren/Disputas/F&#xE6;rstad</description>
        <d_name>160000 Juridisk fakultet</d_name>
        <at_description/>
        <m_name/>
        <duration>28</duration>
        <who_scheduled>astbg</who_scheduled>
        <scheduling_method>1</scheduling_method>
        <time_of_scheduling>339158613</time_of_scheduling>
        <scheduled_periods>"((3) (248))"</scheduled_periods>
        <week_pattern>
    00010000000000000000000000000000000000000000000000000000000000000
    </week_pattern>
        <not_published/>
      </aktivitet>
    </aktiviteter>