{ "operationId": "getAllConfigWithMetaData_16", "method": "GET", "path": "/organization/{orgid}/v2/desktop-layout", "summary": "List Desktop Layout(s)", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "*/*", "example": { "data": [ { "modifiedTime": 1617536244000, "defaultJsonModifiedTime": 1617536244000, "editedBy": "System", "jsonFileName": "Desktop Layout.json", "description": "This is the global layout", "validatedTime": 1617536244000, "global": true, "version": 1, "organizationId": "f53c8b54-46ca-43f6-ba05-08426a46e23d", "systemDefault": false, "validated": false, "defaultJsonModified": true, "name": "New Desktop Layout", "createdTime": "string", "lastUpdatedTime": "string", "id": "93912f11-6017-404b-bf14-5331890b1797", "jsonFileContent": { "version": "0.0.6", "appTitle": "Contact Center Desktop", "logo": "", "dragDropEnabled": false, "notificationTimer": 8, "maximumNotificationCount": 3, "browserNotificationTimer": 8, "wxmConfigured": false, "area": { "headless": { "id": "dw-headless", "widgets": { "comp1": { "comp": "div" } }, "layout": { "areas": [ [ "comp1" ] ], "size": { "cols": [ 1 ], "rows": [ 1 ] } } } } }, "status": true } ], "meta": { "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" } } }, { "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": "404", "contentType": "application/json", "example": { "trackingId": "ccconfig_af9eecc5-0472-4549-9a83-2afdae0d4ba0", "error": { "key": "404", "reason": "Test reason", "message": [ { "description": "Test error", "code": "404", "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": [] } ] } } } ] }