{ "operationId": "readTheListOfBackgroundImages", "method": "GET", "path": "/telephony/config/devices/backgroundImages", "summary": "Read the List of Background Images", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "backgroundImages": [ { "backgroundImageUrl": "/dms/Cisco_Phone_Background/background001", "fileName": "CompanyLogoBlue" }, { "backgroundImageUrl": "/dms/Cisco_Phone_Background/background002", "fileName": "CompanyLogoRed" } ], "count": 2 } } ] }