Entity History
This method returns the entity's history.
Authorizations
Path parameters
entity_idintegerRequired
entity's id
Responses
200
entity history
application/json
404
entity not found
application/json
get
GET /entities/{entity_id}/history HTTP/1.1
Host:
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
"history": [
[
{
"created_by": 5,
"created_on": "2025-07-11T11:03:33.034Z",
"expired_at": "2025-07-11T11:03:33.034Z",
"id": 1,
"is_complete": true,
"status": "ACTIVE",
"type": "CREATE_ACCOUNT"
}
]
]
}