Properties
| Name | Type | Description |
|---|---|---|
| call_id | string | |
| contact_id | string | |
| contact_name | string | |
| contact_phone | string | |
| created_at | string | |
| end_at | string | |
| expires_at | string | |
| id | string | |
| media | object | |
| raw | object | |
| start_at | string | |
| type | string | |
| updated_at | string | |
| user_id | string | |
| user_name | string | |
| user_phone | string | |
| web_url | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UcRecording",
"title": "UcRecording",
"properties": {
"call_id": {
"type": "string"
},
"contact_id": {
"type": "string"
},
"contact_name": {
"type": "string"
},
"contact_phone": {
"type": "string"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"end_at": {
"format": "date-time",
"type": "string"
},
"expires_at": {
"format": "date-time",
"type": "string"
},
"id": {
"type": "string"
},
"media": {
"$ref": "#/components/schemas/property_UcRecording_media"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"start_at": {
"format": "date-time",
"type": "string"
},
"type": {
"enum": [
"INBOUND",
"OUTBOUND"
],
"type": "string",
"x-speakeasy-unknown-values": "allow"
},
"updated_at": {
"format": "date-time",
"type": "string"
},
"user_id": {
"type": "string"
},
"user_name": {
"type": "string"
},
"user_phone": {
"type": "string"
},
"web_url": {
"type": "string"
}
},
"type": "object"
}