TypeHub

A next generation API and data design platform.

Sign up Login in Browse

Backend_Log

This object represents a log entry. Every HTTP requests to the system generates such a log entry.

Document
Property Type Description
id Integer Unique identifier for the object
ip Text The remote IP which has initiated the request
userAgent Text The user agent provided by the HTTP user agent header
method Text The HTTP method i.e. GET or POST
path Text The target path
header Text The provided HTTP headers
body Text The provided HTTP body
date DateTime Insert date of this request
errors Backend_LogError An array of errors which occurred through this request
part of the Apioo-Project