Student Web Service (SWS) Notice API

Student Web Service (SWS) Notice API — a resource of the UW-IT Student Web Service, split out per resource by the API Evangelist refine step from the institution-published SWS v5 OpenAPI. Specification public; data gated by UW NetID / X.509 client certificate and named ASTRA roles.

Operations 1

GET /v5/notice/{uwregid} Get the notices for the specified student #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/university-of-washington-notice-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

university-of-washington-notice-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Student Web Service (SWS) Notice API
  description: Student Web Service (SWS) provides a RESTful API to access and update central student data. Subscribe to http://mailman.u.washington.edu/mailman/listinfo/sws-client-app-dev to get notifications about planned outages, support and the announcement of new features.
  contact:
    name: Enterprise Web Services & Events Team
    url: https://itconnect.uw.edu/service/enterprise-web-services-and-events/
    email: sws-support@uw.edu
  version: v5
  termsOfService: https://www.washington.edu/online/terms/
servers:
- url: https://ws.admin.washington.edu/student
  description: UW-IT Enterprise Web Services production host for the Student Web Service
externalDocs:
  description: UW-IT Enterprise Web Services registry
  url: https://webservices.washington.edu/sws/
tags:
- name: Notice
x-operator: institution
x-provenance:
  method: derived
  source: openapi/_original/university-of-washington-student-web-service.yaml
  generated: '2026-08-30'
  note: Re-based by the university pipeline on 2026-08-30. refine-openapis had welded the IdCard Web Service title/contact/base onto outputs split from the Student Web Service original; identity restored from the true parent named above and the relative base resolved to the production host published on the EWS registry.
paths:
  /v5/notice/{uwregid}:
    get:
      tags:
      - Notice
      summary: Get the notices for the specified student
      description: "<pre>\n                {\n                    \"DisplayTitle\" : \"Notice\",\n                    \"ews_guid\" : \"DBDF33C9-EB9E-4C67-8E71-61477BE427A9\",\n                    \"LongDescription\" : \"Display the notices that should be relevant to the specified student at the time of request.\n                                          (e.g. alert notice, general notice, dates and deadlines notice, checklist item notice)\",\n                    \"ShortDescription\" : \"Notices for a student\",\n                    \"OriginatingSchema\" : [ { \"source\":\"sdb\" } ],\n                    \"Notes\" : \"This resource requires any of the following ASTRA roles:\n                                 - sws:Support\n                                 - sws:NoticeReader\n                               This resource supports the following authentication types:\n                                 - X.509 Certificate\n                                 - NetID \",\n                    \"Links\" : [ \"\" ],\n                    \"Synonyms\" : []\n                }\n                </pre>"
      operationId: GetNotice
      parameters:
      - name: uwregid
        in: path
        description: RegIDs are the authoritative unique IDs guaranteed to identify a UW person permanently.  RegIDs are assigned to a person by the Identity Registration Service, the authoritative source for person data reconciled from several data sources which may represent multiple records and accounts for a single person.  A given RegID will always refer to the same person, regardless of name, status or affiliation changes.
        required: true
        schema:
          type: string
      responses:
        '400':
          description: 'Invalid arg: regid ID'
        '404':
          description: No notice found.
        '200':
          description: OK
          content:
            text/html:
              schema:
                $ref: '#/components/schemas/MainNoticeViewModel'
            application/xml:
              schema:
                $ref: '#/components/schemas/MainNoticeViewModel'
            text/xml:
              schema:
                $ref: '#/components/schemas/MainNoticeViewModel'
            text/plain:
              schema:
                $ref: '#/components/schemas/MainNoticeViewModel'
            application/json:
              schema:
                $ref: '#/components/schemas/MainNoticeViewModel'
            text/json:
              schema:
                $ref: '#/components/schemas/MainNoticeViewModel'
        '202':
          description: Accepted
        '301':
          description: MovedPermanently
        '302':
          description: Found
        '304':
          description: NotModified
        '401':
          description: Identity '{identity}' is not authorized to access this resource.
        '405':
          description: MethodNotAllowed
        '500':
          description: InternalServerError
        '503':
          description: ServiceUnavailable
components:
  schemas:
    NoticeViewModel:
      type: object
      properties:
        NoticeAttributes:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/NoticeAttributeViewModel'
        NoticeCategory:
          type:
          - string
          - 'null'
          description: "<pre>\n            {\n                \"OriginatingSchema\" : [\n                    { \"source\":\"SDB.SWI102.msg.cat\" }\n                ],\n                \"TechnicalDescription\": \"Notice Category\"\n            }\n            </pre>"
        NoticeContent:
          type:
          - string
          - 'null'
          description: "<pre>\n            {\n                \"OriginatingSchema\" : [\n                    { \"source\":\"SDB.SWI102.msg.txt\" }\n                ],\n                \"TechnicalDescription\": \"Notice Content\"\n            }\n            </pre>"
        NoticeType:
          type:
          - string
          - 'null'
          description: "<pre>\n            {\n                \"OriginatingSchema\" : [\n                    { \"source\":\"SDB.SWI102.msg.typ\" }\n                ],\n                \"TechnicalDescription\": \"Notice Type\"\n            }\n            </pre>"
      additionalProperties: false
      description: "{\n    \"DisplayTitle\" : \"Notice Model\"\n}"
    PersonResourceUri:
      type: object
      properties:
        Name:
          type:
          - string
          - 'null'
          description: "<pre>\n            {\n                \"OriginatingSchema\" : [\n                    { \"source\":\"IRWS.identity.uwPersonPrefferredName\" },\n                    { \"source\":\"IRWS.identity.uwPersonRegisteredName\" }\n                ],\n                \"TechnicalDescription\": \"This field is resource specific\"\n            }\n            </pre>"
        RegID:
          type:
          - string
          - 'null'
          description: "<pre>\n            {\n                \"OriginatingSchema\" : [\n                    { \"source\":\"IRWS.identity.regid\" }\n                ],\n                \"TechnicalDescription\": \"UW Registration ID. This field is resource specific\"\n            }\n            </pre>"
        Pronouns:
          type:
          - string
          - 'null'
          description: "<pre>\n            {\n                \"OriginatingSchema\" : [\n                    { \"source\":\"IRWS.identity.uwPersonPronoun\" }\n                ],\n                \"TechnicalDescription\": \"\"\n            }\n            </pre>"
        Href:
          type:
          - string
          - 'null'
      additionalProperties: false
      description: "{\n    \"DisplayTitle\" : \"Person Resource URI\",\n    \"TargetSchema\" : [{\"target\" : \"SWS.Person\"}],\n    \"TargetOperationId\" : [\"GetPerson\"]\n}"
    NoticeAttributeViewModel:
      type: object
      properties:
        Name:
          type:
          - string
          - 'null'
          description: "<pre>\n            {\n                \"OriginatingSchema\" : [\n                    { \"source\":\"SDB.SWI102.attr.nm\" }\n                ],\n                \"TechnicalDescription\": \"Notice attribute name\"\n            }\n            </pre>"
        DataType:
          type:
          - string
          - 'null'
          description: "<pre>\n            {\n                \"OriginatingSchema\" : [\n                    { \"source\":\"SDB.SWI102.attr.typ\" }\n                ],\n                \"TechnicalDescription\": \"Data Type\"\n            }\n            </pre>"
        Value:
          type:
          - string
          - 'null'
          description: "<pre>\n            {\n                \"OriginatingSchema\" : [\n                    { \"source\":\"SDB.SWI102.attr.val\" }\n                ],\n                \"TechnicalDescription\": \"Value\"\n            }\n            </pre>"
      additionalProperties: false
      description: "{\n    \"DisplayTitle\" : \"Notice Attribute Model\",\n    \"TargetSchema\" : [{\"target\" : \"SWS.Notice\"}]\n}"
    MainNoticeViewModel:
      type: object
      properties:
        Person:
          $ref: '#/components/schemas/PersonResourceUri'
        Notices:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/NoticeViewModel'
      additionalProperties: false
      description: "{\n    \"DisplayTitle\" : \"Person Notices Model\"\n}"