Cisco Voice Portal · Example Payload

Cisco Voice Portal Administration Operation Status Example

Contact CenterIVRTelephonyVoiceVXML

Cisco Voice Portal Administration Operation Status Example is an example object payload from Cisco Voice Portal, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdstatusmessagestartedAtcompletedAtprogress

Example Payload

Raw ↑
{
  "operationId": "500123",
  "status": "example_value",
  "message": "example_value",
  "startedAt": "example_value",
  "completedAt": "example_value",
  "progress": 42.5
}