Get special order history
Get special order history
Path Parameters
department_token string required
uuid string required
Query Parameters
type string required
Possible values: [SPECIAL_ORDER_HEADER
, SPECIAL_ORDER_DETAIL
]
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
statusCode int32
specialOrderHistoryList object[]
errors object[]
warnings object[]
{
"statusCode": 0,
"specialOrderHistoryList": [
{
"activityKey": "string",
"timeStamp": "2025-04-07T07:51:24.943Z",
"saName": "string"
}
],
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
GET /department/:department_token/specialOrder/:uuid/history
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/order/v2/department/:department_token/specialOrder/:uuid/history' \
-H 'Accept: */*'
python / requests
curl -L -X GET '/order/v2/department/:department_token/specialOrder/:uuid/history' \
-H 'Accept: */*'
go / native
curl -L -X GET '/order/v2/department/:department_token/specialOrder/:uuid/history' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '/order/v2/department/:department_token/specialOrder/:uuid/history' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '/order/v2/department/:department_token/specialOrder/:uuid/history' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '/order/v2/department/:department_token/specialOrder/:uuid/history' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '/order/v2/department/:department_token/specialOrder/:uuid/history' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '/order/v2/department/:department_token/specialOrder/:uuid/history' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '/order/v2/department/:department_token/specialOrder/:uuid/history' \
-H 'Accept: */*'