history

Get history entry by id.

Get history entry by id. If not found 404 response is returned.

get/api/v1/history/{id}

Path parameters

idstring required

Cookies

Sessionstring nullable

Response

Successful Response

idstring required

Id of entry in db.

creatorstring required

User or email of the creator.

createdstring date-time required

Datetime when the entry has been created.

modifierstring required

User or email of the modifier.

modifiedstring date-time required

Datetime when the entry has been modified.

revisionnumber

Revision of entry, incremented by 1 for each update

Changes

No recorded changes to this endpoint across all 1 revision of this API.