Channel Statuses

Description

The channelStatuses endpoint is used to get the list of the channel statuses that are used to represent channels associated with the application.

Request

Endpoint

ui/refdata/v1/channelStatuses

Method

GET

Response

 {
        "value": "Active",
        "name": "ACTIVE"
    },
    {
        "value": "Deleted",
        "name": "DELETED"
    }  

Tabular Format

CHANNEL STATUS VALUE CHANNEL STATUS NAME
Active ACTIVE
Deleted DELETED

Updated As Of Version: 1.7.0.12