{ "operationId": "Get VoicePortal Passcode Rule", "method": "GET", "path": "/telephony/config/locations/{locationId}/voicePortal/passcodeRules", "summary": "Get VoicePortal Passcode Rule", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "expirePasscode": { "enabled": true, "numberOfDays": 180 }, "failedAttempts": { "enabled": true, "attempts": 3 }, "blockPreviousPasscodes": { "enabled": true, "numberOfPasscodes": 10 }, "blockRepeatedDigits": { "enabled": true, "max": 3 }, "blockContiguousSequences": { "enabled": true, "numberOfAscendingDigits": 3, "numberOfDescendingDigits": 3 }, "length": { "min": 3, "max": 3 }, "blockRepeatedPatternsEnabled": true, "blockUserNumberEnabled": true, "blockReversedUserNumberEnabled": true, "blockReversedOldPasscodeEnabled": true } } ] }