List Auto Assignment Rules
GET {{baseUrl}}/orders/assignment/rules
This endpoint allows you to retrieve all the orders auto-assignment rules per employee.
orders.read
- Orders Read Only
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}]}]}