GET api/jobandnotice/getalljobtypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

JobType
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Description

string

Required

String length: inclusive between 0 and 100

Response Formats

application/json, text/json

Sample:
{
  "ID": "f3244435-ec46-45df-b375-81323205c2c6",
  "Description": "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.