Order Assigned Employees Details
GET {{baseUrl}}/orders/assignment/:order_id
This endpoint allows you to fetch the assigned employees' details for a specific order by passing the order_id
as a path parameter.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cinteger\u003e","success":"\u003cboolean\u003e","data":[{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","avatar":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","avatar":"\u003cstring\u003e"}]}