Enables the retrieval of the discipline information for a given ID.
https://api.ideasystem.org/v1/discipline/12
The response will be an HTTP 200 along with a JSON body that describes the discipline details.
"id": 2
"code": 101
"name": "Agricultural Business and Management"
"abbrev": "AGBUSMT"
This request will get the information for the discipline with ID 1.
GET /v1/discipline/1
HTTP 200 { { "id": 1, "code": 100, "name": "Agricultural Business AND Production", "abbrev": "AGBUSPR" } }