GET api/jobandnotice/getallnoticescategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
NoticeName | Description | Type | Additional 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": "81dfdc2f-8e5e-43c5-ac1d-6eb2fdf10a46", "Title": "sample string 2", "Description": "sample string 3", "DatePosted": "2025-08-24T00:21:57.5549186+02:00", "ImportantNote": "sample string 4", "Link": "sample string 5", "ContactName": "sample string 6", "ContactEmail": "sample string 7", "DisciplineID": "9a932e0b-6cf6-493f-812a-458f24688639", "CategoryID": "4866a7fc-7bc4-4a26-9a2c-bdcba47dbbae", "Category": { "CategoryID": "7293b799-54f2-4705-9a5c-2912bb4f46cf", "CategoryName": "sample string 2" }, "Disciplines": [ { "ID": "6abec730-8252-4642-8838-c9a342402ea7", "Name": "sample string 2" }, { "ID": "6abec730-8252-4642-8838-c9a342402ea7", "Name": "sample string 2" } ] }
application/xml
Sample:
text/xml
Sample: