List Auto Assignment Rules

GET {{baseUrl}}/orders/assignment/rules

This endpoint allows you to retrieve all the orders auto-assignment rules per employee. Scope: orders.read- Orders Read Only

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cinteger\u003e","success":"\u003cboolean\u003e","data":[{"id":"\u003cinteger\u003e","user_id":"\u003cinteger\u003e","rules":[{"entity":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"entity":"\u003cstring\u003e","value":"\u003cstring\u003e"}]},{"id":"\u003cinteger\u003e","user_id":"\u003cinteger\u003e","rules":[{"entity":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"entity":"\u003cstring\u003e","value":"\u003cstring\u003e"}]}]}