GET api/WebApiOdata/GetAllFeatures?providerId={providerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Feature| Name | Description | Type | Additional information |
|---|---|---|---|
| FeatureID | integer |
None. |
|
| Name | string |
None. |
|
| DisplayName | string |
None. |
|
| ProviderID | integer |
None. |
|
| Status | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| Deleted | boolean |
None. |
|
| ProductFeatures | Collection of ProductFeature |
None. |
|
| FeatureSetList | Collection of FeatureSet |
None. |
|
| GetSelectedFeatureList | Collection of integer |
None. |
|
| SelectedFeatureSet | boolean |
None. |
|
| FeatureFeatureSet | Collection of FeatureFeatureSet |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"FeatureID": 1,
"Name": "sample string 2",
"DisplayName": "sample string 3",
"ProviderID": 4,
"Status": true,
"CreatedBy": 1,
"CreatedDate": "12/14/2025",
"ModifiedBy": 1,
"ModifiedDate": "12/14/2025",
"Deleted": true,
"ProductFeatures": [
{
"ProductFeatureID": 1,
"SCProductID": 2,
"FeatureID": 3
},
{
"ProductFeatureID": 1,
"SCProductID": 2,
"FeatureID": 3
}
],
"FeatureSetList": [
{
"FeatureSetID": 1,
"Name": "sample string 2",
"DisplayName": "sample string 3",
"ProviderID": 4,
"Status": true,
"CreatedBy": 6,
"CreatedDate": "12/14/2025",
"ModifiedBy": 1,
"ModifiedDate": "12/14/2025",
"FeaturesCount": 8,
"FeaturetSetIds": "sample string 9"
},
{
"FeatureSetID": 1,
"Name": "sample string 2",
"DisplayName": "sample string 3",
"ProviderID": 4,
"Status": true,
"CreatedBy": 6,
"CreatedDate": "12/14/2025",
"ModifiedBy": 1,
"ModifiedDate": "12/14/2025",
"FeaturesCount": 8,
"FeaturetSetIds": "sample string 9"
}
],
"GetSelectedFeatureList": [
1,
2
],
"SelectedFeatureSet": true,
"FeatureFeatureSet": [
{
"FeatureFeatureSetID": 1,
"FeatureID": 2,
"FeatureSetID": 3
},
{
"FeatureFeatureSetID": 1,
"FeatureID": 2,
"FeatureSetID": 3
}
]
},
{
"FeatureID": 1,
"Name": "sample string 2",
"DisplayName": "sample string 3",
"ProviderID": 4,
"Status": true,
"CreatedBy": 1,
"CreatedDate": "12/14/2025",
"ModifiedBy": 1,
"ModifiedDate": "12/14/2025",
"Deleted": true,
"ProductFeatures": [
{
"ProductFeatureID": 1,
"SCProductID": 2,
"FeatureID": 3
},
{
"ProductFeatureID": 1,
"SCProductID": 2,
"FeatureID": 3
}
],
"FeatureSetList": [
{
"FeatureSetID": 1,
"Name": "sample string 2",
"DisplayName": "sample string 3",
"ProviderID": 4,
"Status": true,
"CreatedBy": 6,
"CreatedDate": "12/14/2025",
"ModifiedBy": 1,
"ModifiedDate": "12/14/2025",
"FeaturesCount": 8,
"FeaturetSetIds": "sample string 9"
},
{
"FeatureSetID": 1,
"Name": "sample string 2",
"DisplayName": "sample string 3",
"ProviderID": 4,
"Status": true,
"CreatedBy": 6,
"CreatedDate": "12/14/2025",
"ModifiedBy": 1,
"ModifiedDate": "12/14/2025",
"FeaturesCount": 8,
"FeaturetSetIds": "sample string 9"
}
],
"GetSelectedFeatureList": [
1,
2
],
"SelectedFeatureSet": true,
"FeatureFeatureSet": [
{
"FeatureFeatureSetID": 1,
"FeatureID": 2,
"FeatureSetID": 3
},
{
"FeatureFeatureSetID": 1,
"FeatureID": 2,
"FeatureSetID": 3
}
]
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.