Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 687 Bytes

AccessLogEntry.md

File metadata and controls

15 lines (12 loc) · 687 Bytes

TalonOne.Model.AccessLogEntry

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]