{ "operationId": "getAllConfigWithMetaData_18", "method": "GET", "path": "/organization/{orgid}/v2/business-hours", "summary": "List Business Hours resource(s)", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "*/*", "example": { "data": [ { "organizationId": "f53c8b54-46ca-43f6-ba05-08426a46e23d", "holidaysId": "string", "timezone": "America/New_York", "name": "Agent-Profile(Auto WrapUp)", "description": "This business hour can be set for happy hours", "createdTime": "string", "lastUpdatedTime": "string", "id": "93912f11-6017-404b-bf14-5331890b1797", "workingHoursCount": "string", "version": 1, "overridesId": "string" } ], "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": [] } ] } } } ] }