GET api/jobandnotice/getalldisciplines

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Discipline
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Name

string

String length: inclusive between 0 and 100

Response Formats

application/json, text/json

Sample:
{
  "ID": "5da91fcb-cc50-44fb-884b-bd0e9da83b2b",
  "Name": "sample string 2"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[API.Models.Discipline, API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[API.Models.Discipline, API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.