GET
/
vLatest
/
action
/
glasscore
/
featureset
curl --request GET \
  --url https://api.glass.fm/vLatest/action/glasscore/featureset
{
  "c_attributeField": "<string>",
  "default~FeatureId": 123,
  "descrip": "<string>",
  "feature": [
    {
      "attributeValue": "<string>",
      "descrip": "<string>",
      "FeatureSetId": 123,
      "fee": 123,
      "id": 123,
      "isAddProduct": true,
      "isSwapProduct": true,
      "name": "<string>",
      "SpecialFeatureId": 123,
      "swapAdd~ProductId": 123
    }
  ],
  "FeatureSetTypeId": 123,
  "GlassUtility~EntityId": 123,
  "id": 123,
  "isInfo": true,
  "isPerson": true,
  "name": "<string>"
}

Query Parameters

return
string

Comma-separated list of specific fields to return/append in the response. See isAdditionalData for more details.

Example:

"id,nameFirst,nameLast"

isAdditionalData
boolean

Set to true to merge requested fields with default response, or false/omit to return only requested fields plus ID.

Example:

true

Response

200 - application/json

A list of FeatureSets

The response is of type object.