get https://api.motioncxapps.com/irm/v1/phone-dial-patterns
https://dev.azure.com/motioncxdev/MotionCX/_workitems/edit/4040
This request shows all Phone Dial Patterns available.
- Administration > Interaction Admin > Dial Patterns
- Authentication required, please visit this page for Authentication How To.
Parameters
- TenantID - How your specific customer instance is identified, this will be a number. Find this in the app Help (?) icon > MotionCX Voice > Tenant:
- It is recommended advanced filter object be done outside of the API document for best results.
Responses available:
- 200
- 401
- 403
Example return:
[
{
"id":42,
"tenantId": 3,
"pattern": "+8675309",
"destinationType": 0,
"destination": "1dc4b1ce3c3d1040520020c6f2c3e6bc",
"description": "test",
"displayInAgentApp": false,
"order": 0
}
]