This returns the list of channels available for the Equotix One account.
Request
Body Params application/json
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"channel_id": 0,
"filter_type": "string",
"filter_status": 0,
"filter_date_modified": "string",
"page": 0,
"sort": "string",
"order": "string",
"limit": 0
}
Responses
application/json {
"error": [
"string"
],
"total": 0,
"channels": [
{
"channel_id": 0,
"type": "string",
"name": "string",
"configuration": {},
"date_added": "string",
"date_modified": "string",
"date_active": "string",
"status": 0
}
]
}
Modified at 2024-10-20 03:42:10