GET
/
players
/
orders
/
{workspaceId}
/
{orderId}
/
history
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"
  }
]

Path Parameters

workspaceId
string
required
orderId
string
required

Response

200 - application/json
_id
string
required
order
string
required
type
enum<string>
required
Available options:
create,
update
property
string
old_value
string
new_value
string
createdAt
string
required