Link

Read Channel

Method URL http://<report_container_url>:<container_port>/report/v1/outbound_channel.read
HTTP Method GET
Content Type application/json

Request Arguments

Required Arguments Data Type How To Use
id string Id of channel from list channels
Optional Arguments Data Type How To Use
NONE    

Example Request Payload

{
    "id": "ca91d4be-bc47-405a-980d-01f554c5c1cd"
}

Example Response Payload

{
  "data": {
    "alert_on_new": true,
    "argument1": "",
    "argument2": "",
    "auth_header_prefix": "basic",
    "auth_password": "",
    "auth_scheme": "basic",
    "auth_token": "",
    "auth_username": "",
    "channel_type": "community",
    "create_time": "2021-05-05 13:16:40.971947",
    "create_user_id": "eae3daf8-a5bf-406c-ac4e-1e3bea2b043c",
    "customer": "acme",
    "deployments": "",
    "email_list": "",
    "enabled": true,
    "id": "ca91d4be-bc47-405a-980d-01f554c5c1cd",
    "modify_time": "2021-05-05 13:16:40.971947",
    "modify_user_id": "eae3daf8-a5bf-406c-ac4e-1e3bea2b043c",
    "name": "Zebrium Community Slack",
    "retrys": 2,
    "timeout": 10,
    "webhook": "",
    "service_group": "Any"
  },
  "error": {
    "code": 200,
    "message": "200 OK"
  }
}