/irm/v1/routing-profile

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This call shows details about a particular Routing Profile.

Parameters

  • Id - The id of the Routing Profile.
  • TenantID - How your specific customer instance is identified, this will be a number. Find this in the app Help (?) icon > MotionCX Voice > Tenant:
  • Description - Detailed description of Routing Profile.
  • Workstates - WorkstateSetID and DefaultWorkstateId.
    • These are the available and unavailable sets.
    • A complete list of available workstates can be found with this call.
  • Queues - QueueId, Priority, and ChannelTypeID.
    • These are the Queue variables that can be set.
    • A complete list of available queues can be found with this call.
  • ChatChannelSettings - Chat settings set up is here if used. AutomaticPickup, OfferedTimeout, DisplayNewCaseInBackground, ConcurrentChatLimit, MetaData (see support for more details), ScreenCapture (not currently implemented).
  • CaseRoutingChannelSettings - Case Settings (AKA "Tickets") set up is here if used. AutomaticPickup, OfferedTimeout, DisplayNewCaseInBackground, Limit, Sorting Method, StatusID (Available, Logged Out, etc.), StatusCategoryID, AssignTicketStatusID (Open, Closed, etc.) ScreenCapture (not currently implemented).
  • PhoneChannelSettings - How the phone can interact with the Agent set up is here if used. AutomaticPickup, OfferedTimeout, DisplayNewCaseInBackground, MetaData (see support for more details), ScreenCapture (not currently implemented).
  • It is recommended advanced filter object be done outside of the API document for best results.

Responses available:

  • 200
  • 401
  • 403

Example return:

{
  "id": 18,
  "tenantId": 2,
  "name": " voice only"
}
Body Params
int32
> 0
string
required
length between 1 and 64
string | null
workstates
object
required
queues
array of objects
required
queues*
chatChannelSettings
object
required
caseRoutingChannelSettings
object
phoneChannelSettings
object
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json