GET api/leaseLogs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of lease_logs
NameDescriptionTypeAdditional information
id

integer

None.

leaseId

integer

None.

field

string

None.

changedAt

date

None.

userId

integer

None.

valueBefore

string

None.

valueAfter

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "leaseId": 1,
    "field": "sample string 2",
    "changedAt": "2025-07-01T20:13:44.4259361+08:00",
    "userId": 1,
    "valueBefore": "sample string 3",
    "valueAfter": "sample string 4"
  },
  {
    "$ref": "1"
  }
]