Skip to main content
GET
/
v1.0
/
subscriptions
/
features
/
assignments
Get Feature Assignments
curl --request GET \
  --url https://api.telegent.com/v1.0/v1.0/subscriptions/features/assignments
[
  {
    "FeatureAssignmentId": "FAID-00000001-0000-0000-0000-000000000001",
    "FeatureId": "FEID-00000001-0000-0000-0000-000000000001",
    "SubscriptionId": "SUB-ef84c0b5-d750-4a5a-99b1-4705089cd20c",
    "Active": true
  }
]

Query Parameters

FeatureId
string

FeatureId string

Response

List of feature assignments

The response is of type object.