| Required role: | Admin |
| GET | /charges/disciplines |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Date | query | DateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Results | form | IEnumerable<DisciplineDTO> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| Title | form | string | No | |
| StudentId | form | int | No | |
| Description | form | string | No | |
| DisciplineDate | form | DateTime | No | |
| Types | form | IEnumerable<DisciplineTypeDTO> | No | |
| Comments | form | string | No | |
| Notes | form | string | No | |
| Attachment | form | byte[] | No | |
| LetterIssued | form | bool | No | |
| Probation | form | bool | No | |
| Action | form | string | No | |
| IssuingDean | form | string | No | |
| Resolved | form | bool | No | |
| ProbationStart | form | DateTime? | No | |
| ProbationEnd | form | DateTime? | No | |
| IncidentId | form | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CreatedDt | form | DateTime | No | |
| CreatedBy | form | string | No | |
| ModifiedDt | form | DateTime? | No | |
| ModifiedBy | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| DefaultCharge | form | int? | No | |
| Name | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET //charges/disciplines HTTP/1.1 Host: api.lsu-staging.abodehms.com Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}