GET api/InfoEventCategories/GetInfoEventCategory/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InfoEventCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Value | InfoEventCategoryEnum |
None. |
|
| InfoId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"value": "None",
"infoId": 1
}