Webex · Example Payload
Webex Populatejsonattributesbyorgidandskillid Example
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Webex Populatejsonattributesbyorgidandskillid Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "populateJsonAttributesByOrgIdAndSkillId",
"method": "POST",
"path": "/organization/{orgid}/skill/populate-json-attr/{id}",
"summary": "Populate json-attributes field for a given skill-id of an organization",
"requestExamples": [],
"responseExamples": [
{
"status": "400",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "400",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "400",
"entity": "cc_user",
"references": []
}
]
}
}
},
{
"status": "401",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "401",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "401",
"entity": "cc_user",
"references": []
}
]
}
}
},
{
"status": "403",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "403",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "403",
"entity": "cc_user",
"references": []
}
]
}
}
},
{
"status": "409",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "409",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "409",
"entity": "cc_user",
"references": []
}
]
}
}
},
{
"status": "429",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "429",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "429",
"entity": "cc_user",
"references": []
}
]
}
}
},
{
"status": "500",
"contentType": "application/json",
"example": {
"trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0",
"error": {
"key": "500",
"reason": "Test reason",
"message": [
{
"description": "Test error",
"code": "500",
"entity": "cc_user",
"references": []
}
]
}
}
}
]
}