List

Sets the post-call processing cache

get
Responses
200
Environment parameter has been updated
get
GET /system/cache/v2/list HTTP/1.1
Host: 
Accept: */*

No content

Sample Response

[
  {
    "sid": "000",
    "name": "Default",
    "active": true,
    "postCall": true,
    "realTime": false
  },
  {
    "sid": "NER000",
    "name": "ner",
    "active": true,
    "postCall": true,
    "realTime": false
  }
]

Last updated