Light Mode
Order Assigned Employees Details
GET
/orders/assignment/{order_id}Last modified: 6 days ago
This endpoint allows you to fetch the assigned employees' details for a specific order by passing the order_id
as a path parameter.
Request
Path Params
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": [
{
"id": 525144736,
"name": "Ahmed Mohammed",
"avatar": "http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=80&d=mm&r=g"
}
]
}
Last modified: 6 days ago