Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 717 Bytes

AccessLogEntry.md

File metadata and controls

16 lines (13 loc) · 717 Bytes

TalonOne.Model.AccessLogEntry

Log of application accesses.

Properties

Name Type Description Notes
Uuid string UUID reference of request.
Status int HTTP status code of response.
Method string HTTP method of request.
RequestUri string target URI of request
Time DateTime timestamp of request
RequestPayload string payload of request
ResponsePayload string payload of response

[Back to Model list] [Back to API list] [Back to README]