| Code | Description |
|---|---|
| 404 | Resource Not Found |
| 422 | Validation Error |
| 500 | Internal Server Error |
curl 'https://app.octopi.co/api/v1/service_orders/ORDER_NUMBER/service_order_items/ORDER_ITEM_ID' \ -X 'GET' \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Authorization: Token token=YOURTOKEN'
{
"order_number": "API_TEST_003",
"id": 80,
"status": "pending",
"container_id": 4332804,
"container_number": "BMOU9341910",
"service_type": "default",
"service_id": "reseal",
"service_name": "Reseal (Default)"
}
| Param name | Description |
|---|---|
|
order_number required |
Octopi ID or the unique service order number given while creating one. Validations:
|
|
id required |
Octopi ID of the service order item. Validations:
|