syllabus.fd.setup – Interfaces for getting syllabus settings

setup-nopubinfo – Returns information on which department is used for events that should not be published

GET https://syllabus.fd.uib.no/setup/nopubinfo
response
200 OK
Content-Type: text/xml
<setup timeToLiveSeconds="...">
  <nopub id="...">
    <name>...</name>
    <description/>
  </nopub>
</setup>

  ...
</setup>

    TimeToLive: 300 (seconds in caches)

Examples

  • Beskrivelsetekst mangler https://syllabus.fd.uib.no/setup/nopubinfo

    <?xml version="1.0" encoding="UTF-8"?>
    <setup timeToLiveSeconds="300">
      <nopub id="7534715259760C51A565BDE314148159">
        <name>STUDENTPORTALEN_NOT_PUBLISHED</name>
        <description/>
      </nopub>
    </setup>
    
      ...
    </setup>