GET api/Recruitment/getCategoryJobs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CategoryJobsName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Jobs | Collection of Jobs |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "Name": "sample string 2", "Jobs": [ { "$id": "2", "Id": 1, "Name": "sample string 2", "Category_Id": 1, "Platform_Id": 1, "Position_Id": 1, "CategoryJobs": { "$ref": "1" }, "PlatformJobs": [ { "$id": "3", "Id": 1, "Name": "sample string 2", "Code": 1, "Link": "sample string 3", "Jobs": { "$ref": "2" } }, { "$ref": "3" } ], "PositionJobs": [ { "$id": "4", "Id": 1, "Code": 1, "Name": "sample string 2", "Jobs": { "$ref": "2" } }, { "$ref": "4" } ] }, { "$ref": "2" } ] }, { "$ref": "1" } ]