Webex · Schema
ProgressiveProfileViewModel
Create Or Update Progressive Profile View
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| workspaceId | string | Workspace ID |
| organizationId | string | Organization ID |
| personId | string | Person ID |
| templateId | string | Template ID |
| searchFilter | string | search Filter |
| attributes | array | Attributes |
| systemMetdata | object | |
| timestamp | string | TimeStamp |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ProgressiveProfileViewModel",
"title": "ProgressiveProfileViewModel",
"required": [
"organizationId",
"personId",
"templateId",
"workspaceId"
],
"type": "object",
"properties": {
"workspaceId": {
"type": "string",
"description": "Workspace ID",
"example": "9ab65fdf-9643-417f-9974-ad72cae0e10f"
},
"organizationId": {
"type": "string",
"description": "Organization ID",
"example": "9ab65fdf-9643-417f-9974-ad72cae0e10f"
},
"personId": {
"type": "string",
"description": "Person ID",
"example": "6ab65fdf12833j3iu"
},
"templateId": {
"type": "string",
"description": "Template ID",
"example": "9ab65fdfcae0e10f"
},
"searchFilter": {
"type": "string",
"description": "search Filter",
"example": "9ab65fdfcae0e10f"
},
"attributes": {
"type": "array",
"description": "Attributes",
"items": {
"$ref": "#/components/schemas/ProgressiveProfileViewAttributes"
}
},
"systemMetdata": {
"$ref": "#/components/schemas/ProfileViewSystemMetadata"
},
"timestamp": {
"type": "string",
"description": "TimeStamp",
"example": "9ab65fdfcae0e10f"
}
},
"description": "Create Or Update Progressive Profile View"
}