List

Returns the list of configured projects

GET /system/cache/list

Query Parameters

Name
Type
Description

type

String

The type of projects to retrieve. Defaults to postcall is not provided.

Sample Response

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

Last updated