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