WI DPI WISEdata Ed-Fi Docs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Ed-Fi Tech Docs: https://techdocs.ed-fi.org/display/EDFICERT/v3+Student+Discipline+%3E+DisciplineIncident


Data Properties:

 Click here to view all data properties under the /disciplineIncident endpoint:

#

Property Name

Data Type

Public (Required/ Optional/ Conditional)

Choice (Required/ Optional/ Conditional)

Business Definition

Data Element Page

1.0

schoolId

integer

REQ’D

NOT REQ’D

The identifier assigned to a school.

https://dpi.wi.gov/wise/data-elements/disciplineschoolreference

2.0

incidentIdentifier*

string

REQ’D

NOT REQ’D

A locally assigned unique identifier (within the school or school district) to identify each specific DisciplineIncident or occurrence. The same identifier should be used to document the entire DisciplineIncident even if it included multiple offenses and multiple offenders.

https://dpi.wi.gov/wise/data-elements/disciplineincidentidentifier

3.0

incidentDate

string

REQ’D

NOT REQ’D

The month, day, and year on which the DisciplineIncident occurred.

https://dpi.wi.gov/wise/data-elements/incidentdate


Use Cases:

 Click here to view all the use cases pertaining to the /disciplineIncident endpoint:

#

Use Case Title

Use Case Description

What to Submit/retrieve

1.0

2.0

3.0

4.0

5.0

6.0

7.0


JSON Sample:

 JSON sample for /disciplineIncident:
 {
  	"schoolReference": {
      "schoolId": 6,
},
    "incidentIdentifier": "INCid-12194",
   "incidentDate": "2019-07-11",
    }

  • No labels