GET api/MstSuggestionCategories/GetMstSuggestionCategoryBySuggestionCategoryId?SuggestionCategoryId={SuggestionCategoryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SuggestionCategoryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
utblMstSuggestionCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| SuggestionCategoryId | integer |
None. |
|
| QuestionTypeId | integer |
None. |
|
| SuggestionCategoryName | string |
None. |
|
| TransDate | date |
None. |
|
| UserId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SuggestionCategoryId": 1,
"QuestionTypeId": 2,
"SuggestionCategoryName": "sample string 3",
"TransDate": "2025-10-28T01:04:28.5089335+05:30",
"UserId": "sample string 5"
}
application/xml, text/xml
Sample:
<utblMstSuggestionCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models"> <QuestionTypeId>2</QuestionTypeId> <SuggestionCategoryId>1</SuggestionCategoryId> <SuggestionCategoryName>sample string 3</SuggestionCategoryName> <TransDate>2025-10-28T01:04:28.5089335+05:30</TransDate> <UserId>sample string 5</UserId> </utblMstSuggestionCategory>