GET api/WebApiOdata/GetAllFeatures?providerId={providerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
providerId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Feature
NameDescriptionTypeAdditional 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": "9/19/2024",
    "ModifiedBy": 1,
    "ModifiedDate": "9/19/2024",
    "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": "9/19/2024",
        "ModifiedBy": 1,
        "ModifiedDate": "9/19/2024",
        "FeaturesCount": 8,
        "FeaturetSetIds": "sample string 9"
      },
      {
        "FeatureSetID": 1,
        "Name": "sample string 2",
        "DisplayName": "sample string 3",
        "ProviderID": 4,
        "Status": true,
        "CreatedBy": 6,
        "CreatedDate": "9/19/2024",
        "ModifiedBy": 1,
        "ModifiedDate": "9/19/2024",
        "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": "9/19/2024",
    "ModifiedBy": 1,
    "ModifiedDate": "9/19/2024",
    "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": "9/19/2024",
        "ModifiedBy": 1,
        "ModifiedDate": "9/19/2024",
        "FeaturesCount": 8,
        "FeaturetSetIds": "sample string 9"
      },
      {
        "FeatureSetID": 1,
        "Name": "sample string 2",
        "DisplayName": "sample string 3",
        "ProviderID": 4,
        "Status": true,
        "CreatedBy": 6,
        "CreatedDate": "9/19/2024",
        "ModifiedBy": 1,
        "ModifiedDate": "9/19/2024",
        "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.