GET api/Lead/GetAllApplicationFeature
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ApplicationFeatureDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ViewId | integer |
None. |
|
| ApplicationFeatureName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ViewId": 2,
"ApplicationFeatureName": "sample string 3"
},
{
"Id": 1,
"ViewId": 2,
"ApplicationFeatureName": "sample string 3"
}
]