Skip to main content
GET
/
v1.0
/
subscriptions
/
thresholds
/
assignments
Get Threshold Assignments
curl --request GET \
  --url https://api.telegent.com/v1.0/v1.0/subscriptions/thresholds/assignments
[
  {
    "ThresholdAssignmentId": "TAID-00000001-0000-0000-0000-000000000001",
    "ThresholdId": "THID-a1b2c3d4-0000-0000-0000-000000000001",
    "SubscriptionId": "SUB-ef84c0b5-d750-4a5a-99b1-4705089cd20c",
    "Active": true
  }
]

Query Parameters

ThresholdId
string

ThresholdId string

Response

List of threshold assignments

The response is of type object.