GET api/GetJobCategory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of JobCategoryLookup| Name | Description | Type | Additional information |
|---|---|---|---|
| JobCategoryId | integer |
None. |
|
| JobCategoryCode | string |
Required String length: inclusive between 0 and 5 |
|
| JobCategoryName | string |
Required String length: inclusive between 0 and 50 |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"jobCategoryId": 1,
"jobCategoryCode": "sample string 2",
"jobCategoryName": "sample string 3",
"deletedDate": "2025-12-08T11:10:34.4217335+00:00"
},
{
"$ref": "2"
}
]