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