GET api/jobandnotice/getallnoticescategories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Notice
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Title

string

String length: inclusive between 0 and 100

Description

string

None.

DatePosted

date

None.

ImportantNote

string

String length: inclusive between 0 and 200

Link

string

String length: inclusive between 0 and 200

ContactName

string

String length: inclusive between 0 and 50

ContactEmail

string

String length: inclusive between 0 and 100

DisciplineID

globally unique identifier

None.

CategoryID

globally unique identifier

None.

Category

Category

None.

Disciplines

Collection of Discipline

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": "a8dfca08-4726-4b36-a84b-28faf53c75c5",
  "Title": "sample string 2",
  "Description": "sample string 3",
  "DatePosted": "2025-06-27T16:21:24.7568444+02:00",
  "ImportantNote": "sample string 4",
  "Link": "sample string 5",
  "ContactName": "sample string 6",
  "ContactEmail": "sample string 7",
  "DisciplineID": "473da646-b82b-4ea8-9be1-efc10451a23a",
  "CategoryID": "830daf53-135a-401b-b7d9-6ae2c51f5411",
  "Category": {
    "CategoryID": "8294c44b-6d20-4f07-b45a-5da75f759dc7",
    "CategoryName": "sample string 2"
  },
  "Disciplines": [
    {
      "ID": "4f336369-4586-47f4-8c7e-9d578cf799d3",
      "Name": "sample string 2"
    },
    {
      "ID": "4f336369-4586-47f4-8c7e-9d578cf799d3",
      "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.Notice, 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.Notice, API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.