GET api/Category/GetCategoryById?categoryId={categoryId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
categoryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CategoryDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
MajorId | integer |
None. |
|
Title | string |
None. |
|
CreatedDate | date |
None. |
|
CreatedByUserId | integer |
None. |
|
IsActive | boolean |
None. |
|
Description | string |
None. |
|
Notes | string |
None. |
|
base64 | string |
None. |
|
imageName | string |
None. |
|
abbreviation | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "MajorId": 2, "Title": "sample string 3", "CreatedDate": "2025-01-22T11:13:44.9822566-07:00", "CreatedByUserId": 5, "IsActive": true, "Description": "sample string 6", "Notes": "sample string 7", "base64": "sample string 8", "imageName": "sample string 9", "abbreviation": "sample string 10" }