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

aktiviteter-listpublisert – Lister ut aktiviteter, ekskluderer ikke-publiserte aktiviteter. ID for organisatorisk tilknytning for ikkepubliserte aktiviteter må oppgis i nopubid. ID kan hentes fra mysql://syllabus/syllabus_setup

GET https://syllabus.fd.uib.no/aktiviteter/listpublisert/{nopubid}
nopubid string ID of department to ignore
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>
  <aktivitet id="...">
    <name>...</name>
    <host_key>...</host_key>
    <description>...</description>
    <d_name>...</d_name>
    <at_description>...</at_description>
    <m_name>...</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/listpublisert/16F2D9CEB075CD0DF80E17B3622C9E97

    <?xml version="1.0"?>
    <aktiviteter>
      <aktivitet id="05A23EC54CE622B321F62E8B3A081F4A">
        <name>Booking/Mari Myren/Pr&#xF8;veforelesning/Elin Sarai</name>
        <host_key>SPLUS081F4A</host_key>
        <description>Booking/Mari Myren/Pr&#xF8;veforelesning/Elin Sarai</description>
        <d_name>160000 Juridisk fakultet</d_name>
        <at_description/>
        <m_name/>
        <duration>8</duration>
        <who_scheduled>astbg</who_scheduled>
        <scheduling_method>2</scheduling_method>
        <time_of_scheduling>339158771</time_of_scheduling>
        <scheduled_periods>"((1) (208))"</scheduled_periods>
        <week_pattern>01000000000000000000000000000000000000000000000000000000000000000</week_pattern>
        <not_published/>
      </aktivitet>
      <aktivitet id="0ABA1FD368FA649DF5A0BB8582B4FB98">
        <name>11V-MED1ORGFYS-0-1-1-7-4 Hjerte</name>
        <host_key>11V-MED1ORGFYS-0-1-1-7-4</host_key>
        <description>Hjerte TEORI</description>
        <d_name>131400 Biomedisin</d_name>
        <at_description>Forelesning</at_description>
        <m_name>MED1ORGFYS-0</m_name>
        <duration>7</duration>
        <who_scheduled>pkj022</who_scheduled>
        <scheduling_method>1</scheduling_method>
        <time_of_scheduling>340296701</time_of_scheduling>
        <scheduled_periods>"((4) (185))"</scheduled_periods>
        <week_pattern>00001000000000000000000000000000000000000000000000000000000000000</week_pattern>
        <not_published/>
      </aktivitet>
    </aktiviteter>