Cornell University events API

The events API from Cornell University — 1 operation(s) for events.

OpenAPI Specification

cornell-events-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  description: A public API for retrieving classes at Cornell University
  version: '0.1'
  title: Cornell Classes config events API
  contact:
    name: Cornell Open Data Initiative
    url: https://codi.engineering.cornell.edu
    email: codi@cornellappdev.com
servers:
- url: https://classes.cornell.edu/api/2.0
tags:
- name: events
paths:
  /events:
    get:
      tags:
      - events
      summary: Get Cornell Days events
      description: Return all events related to Cornell Days
      responses:
        '200':
          description: A JSON of Cornell Days events
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/EventsResponse'
components:
  schemas:
    Event_EVENT_TIMES:
      properties:
        TIME_START:
          type: string
          example: April, 12 2018 10:10:00
        TIME_START_FORMATTED:
          type: string
          example: 10:10 a.m. Thu, Apr 12, 2018
        TIME_ID:
          type: string
          example: A985BCFD-F501-B058-96AEA199D111FB8D
        FULL:
          type: boolean
          example: false
        SUM_ATTENDEES:
          type: integer
          example: 22
        TIMECAP:
          type: string
          example: null
        TIME_LOCATION_OVERRIDE:
          type: string
          example: null
        TIME_END:
          type: string
          example: April, 12 2018 11:00:00
        TIME_END_FORMATTED:
          type: string
          example: 11:00 a.m. Thu, Apr 12, 2018
        TIME_NOTE:
          type: string
          example: null
      example:
        TIME_START_FORMATTED: 10:10 a.m. Thu, Apr 12, 2018
        TIME_LOCATION_OVERRIDE: null
        TIME_END_FORMATTED: 11:00 a.m. Thu, Apr 12, 2018
        TIME_NOTE: null
        TIME_ID: A985BCFD-F501-B058-96AEA199D111FB8D
        TIME_START: April, 12 2018 10:10:00
        SUM_ATTENDEES: 22
        FULL: false
        TIME_END: April, 12 2018 11:00:00
        TIMECAP: null
    EventsResponse:
      type: object
      properties:
        EVENTS:
          type: array
          items:
            $ref: '#/components/schemas/Event'
        META:
          $ref: '#/components/schemas/EventsResponse_META'
      example:
        META:
          REQUESTTIME: 7:17 AM April 3, 2018
          EVENT_STATUS: published
          FILTER_TAGS: null
          NUM_EVENTS: 64
        EVENTS:
        - EVENT_ADDITIONAL_FEE: null
          EVENT_DESCRIPTION: Representatives from admissions, advising and career development, along with faculty members and student ambassadors will give an overview of the College of Arts and Sciences (A&S), and answer questions about undergraduate life at Cornell.
          EVENT_TITLE: A&S Information Session
          EVENT_LOCATION: G10 Biotechnology Building
          EVENT_TAGS:
          - TAG_LABEL: A&S - College of Arts and Sciences
            TAG_ID: 4432D6B5-9DAA-484F-1BA06B88A600DD13
          - TAG_LABEL: A&S - College of Arts and Sciences
            TAG_ID: 4432D6B5-9DAA-484F-1BA06B88A600DD13
          EVENT_TIMES:
          - TIME_START_FORMATTED: 10:10 a.m. Thu, Apr 12, 2018
            TIME_LOCATION_OVERRIDE: null
            TIME_END_FORMATTED: 11:00 a.m. Thu, Apr 12, 2018
            TIME_NOTE: null
            TIME_ID: A985BCFD-F501-B058-96AEA199D111FB8D
            TIME_START: April, 12 2018 10:10:00
            SUM_ATTENDEES: 22
            FULL: false
            TIME_END: April, 12 2018 11:00:00
            TIMECAP: null
          - TIME_START_FORMATTED: 10:10 a.m. Thu, Apr 12, 2018
            TIME_LOCATION_OVERRIDE: null
            TIME_END_FORMATTED: 11:00 a.m. Thu, Apr 12, 2018
            TIME_NOTE: null
            TIME_ID: A985BCFD-F501-B058-96AEA199D111FB8D
            TIME_START: April, 12 2018 10:10:00
            SUM_ATTENDEES: 22
            FULL: false
            TIME_END: April, 12 2018 11:00:00
            TIMECAP: null
          EVENT_ID: AD87530A-D89A-0E45-64BED13BF0B38A37
          EVENT_EXTERNAL_URL: null
          EVENT_EXTERNAL_REGISTRATION_URL: null
        - EVENT_ADDITIONAL_FEE: null
          EVENT_DESCRIPTION: Representatives from admissions, advising and career development, along with faculty members and student ambassadors will give an overview of the College of Arts and Sciences (A&S), and answer questions about undergraduate life at Cornell.
          EVENT_TITLE: A&S Information Session
          EVENT_LOCATION: G10 Biotechnology Building
          EVENT_TAGS:
          - TAG_LABEL: A&S - College of Arts and Sciences
            TAG_ID: 4432D6B5-9DAA-484F-1BA06B88A600DD13
          - TAG_LABEL: A&S - College of Arts and Sciences
            TAG_ID: 4432D6B5-9DAA-484F-1BA06B88A600DD13
          EVENT_TIMES:
          - TIME_START_FORMATTED: 10:10 a.m. Thu, Apr 12, 2018
            TIME_LOCATION_OVERRIDE: null
            TIME_END_FORMATTED: 11:00 a.m. Thu, Apr 12, 2018
            TIME_NOTE: null
            TIME_ID: A985BCFD-F501-B058-96AEA199D111FB8D
            TIME_START: April, 12 2018 10:10:00
            SUM_ATTENDEES: 22
            FULL: false
            TIME_END: April, 12 2018 11:00:00
            TIMECAP: null
          - TIME_START_FORMATTED: 10:10 a.m. Thu, Apr 12, 2018
            TIME_LOCATION_OVERRIDE: null
            TIME_END_FORMATTED: 11:00 a.m. Thu, Apr 12, 2018
            TIME_NOTE: null
            TIME_ID: A985BCFD-F501-B058-96AEA199D111FB8D
            TIME_START: April, 12 2018 10:10:00
            SUM_ATTENDEES: 22
            FULL: false
            TIME_END: April, 12 2018 11:00:00
            TIMECAP: null
          EVENT_ID: AD87530A-D89A-0E45-64BED13BF0B38A37
          EVENT_EXTERNAL_URL: null
          EVENT_EXTERNAL_REGISTRATION_URL: null
    Event:
      type: object
      properties:
        EVENT_TAGS:
          type: array
          items:
            $ref: '#/components/schemas/Event_EVENT_TAGS'
        EVENT_EXTERNAL_REGISTRATION_URL:
          type: string
          example: null
        EVENT_TIMES:
          type: array
          items:
            $ref: '#/components/schemas/Event_EVENT_TIMES'
        EVENT_DESCRIPTION:
          type: string
          example: Representatives from admissions, advising and career development, along with faculty members and student ambassadors will give an overview of the College of Arts and Sciences (A&S), and answer questions about undergraduate life at Cornell.
        EVENT_ID:
          type: string
          example: AD87530A-D89A-0E45-64BED13BF0B38A37
        EVENT_ADDITIONAL_FEE:
          type: string
          example: null
        EVENT_EXTERNAL_URL:
          type: string
          example: null
        EVENT_TITLE:
          type: string
          example: A&S Information Session
        EVENT_LOCATION:
          type: string
          example: G10 Biotechnology Building
      example:
        EVENT_ADDITIONAL_FEE: null
        EVENT_DESCRIPTION: Representatives from admissions, advising and career development, along with faculty members and student ambassadors will give an overview of the College of Arts and Sciences (A&S), and answer questions about undergraduate life at Cornell.
        EVENT_TITLE: A&S Information Session
        EVENT_LOCATION: G10 Biotechnology Building
        EVENT_TAGS:
        - TAG_LABEL: A&S - College of Arts and Sciences
          TAG_ID: 4432D6B5-9DAA-484F-1BA06B88A600DD13
        - TAG_LABEL: A&S - College of Arts and Sciences
          TAG_ID: 4432D6B5-9DAA-484F-1BA06B88A600DD13
        EVENT_TIMES:
        - TIME_START_FORMATTED: 10:10 a.m. Thu, Apr 12, 2018
          TIME_LOCATION_OVERRIDE: null
          TIME_END_FORMATTED: 11:00 a.m. Thu, Apr 12, 2018
          TIME_NOTE: null
          TIME_ID: A985BCFD-F501-B058-96AEA199D111FB8D
          TIME_START: April, 12 2018 10:10:00
          SUM_ATTENDEES: 22
          FULL: false
          TIME_END: April, 12 2018 11:00:00
          TIMECAP: null
        - TIME_START_FORMATTED: 10:10 a.m. Thu, Apr 12, 2018
          TIME_LOCATION_OVERRIDE: null
          TIME_END_FORMATTED: 11:00 a.m. Thu, Apr 12, 2018
          TIME_NOTE: null
          TIME_ID: A985BCFD-F501-B058-96AEA199D111FB8D
          TIME_START: April, 12 2018 10:10:00
          SUM_ATTENDEES: 22
          FULL: false
          TIME_END: April, 12 2018 11:00:00
          TIMECAP: null
        EVENT_ID: AD87530A-D89A-0E45-64BED13BF0B38A37
        EVENT_EXTERNAL_URL: null
        EVENT_EXTERNAL_REGISTRATION_URL: null
    Event_EVENT_TAGS:
      properties:
        TAG_ID:
          type: string
          example: 4432D6B5-9DAA-484F-1BA06B88A600DD13
        TAG_LABEL:
          type: string
          example: A&S - College of Arts and Sciences
      example:
        TAG_LABEL: A&S - College of Arts and Sciences
        TAG_ID: 4432D6B5-9DAA-484F-1BA06B88A600DD13
    EventsResponse_META:
      properties:
        EVENT_STATUS:
          type: string
          example: published
        FILTER_TAGS:
          type: string
          example: null
        NUM_EVENTS:
          type: integer
          example: 64
        REQUESTTIME:
          type: string
          example: 7:17 AM April 3, 2018
      example:
        REQUESTTIME: 7:17 AM April 3, 2018
        EVENT_STATUS: published
        FILTER_TAGS: null
        NUM_EVENTS: 64