Retrieve order history logs
curl --request GET \
--url https://api.hyra.io/players/orders/{workspaceId}/{orderId}/history
[
{
"_id": "<string>",
"order": "<string>",
"type": "create",
"property": "<string>",
"old_value": "<string>",
"new_value": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]
curl --request GET \
--url https://api.hyra.io/players/orders/{workspaceId}/{orderId}/history
[
{
"_id": "<string>",
"order": "<string>",
"type": "create",
"property": "<string>",
"old_value": "<string>",
"new_value": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]