Integration Logs

A log of the access to a defined Endpoint method.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The EndpointMethodId field in the EndpointMethodLog table is an integer data type that represents a unique identifier for a particular endpoint method, such as a web service or API call.

string | null

The Request field in the EndpointMethodLog table is an nvarchar field that stores the request information associated with a particular endpoint method or call that was made to the endpoint. The data stored in this field will typically contain the parameters associated with that request.

string | null

The RequestContentType field of type nvarchar in the EndpointMethodLog table stores information on the content type of a request made to an endpoint. It could help to identify what type of data was sent to the endpoint, such as JSON or XML.

string | null

The Response field in the EndpointMethodLog table stores the response received from an endpoint when an HTTP request is made. It is an nvarchar data type, which allows it store strings of any length, including Unicode characters.

string | null

ResponseContentType is an nvarchar field in the EndpointMethodLog table that stores the type of content being returned from a web endpoint in response to an API call, such as 'text/json' or 'text/html'.

string | null

The RequestTypeId field of data type nvarchar with a maximum length of 450 in the EndpointMethodLog table is used to store an identifier that represents the type of request being made to the endpoint resource. This identifier can be used to track how often requests of a certain type are being made and troubleshoot any issues associated with those requests.

string | null

EntityId of data type nvarchar with a maximum length of 450 stored in the EndpointMethodLog table is a unique value that uniquely identifies the custom entity associated with each endpoint method log entry. Each record stored in the EndpointMethodLog table will be associated with a corresponding custom entity record and the EntityId field will store the identifier for that corresponding custom entity record.

string | null

EntityKeyValue is an nvarchar field in the EndpointMethodLog table that stores a unique identifier for the entity related to a given log entry. This is used to cross-reference the data in the log against other tables or databases.

int32 | null

IntEntityKeyValue is a field within the EndpointMethodLog table that stores a numerical value of data type int. This field is used to represent a key or identifier associated with a specific entity in the system. It serves as a unique reference for the entity within the EndpointMethodLog table, allowing for efficient and accurate data retrieval and organization. The data stored in this field helps track and analyze the usage and performance of endpoints and methods within the system. This field plays a crucial role in maintaining data integrity and optimizing the functioning of the EndpointMethodLog table.

int32

The StatusCode field in the EndpointMethodLog table is an integer data type that stores the status code of an endpoint method that was called and processed. This field provides information about the success or failure of the method and allows for tracking and troubleshooting any issues that may occur. The StatusCode can range from 200 (indicating a successful request) to various error codes (such as 400 for bad request or 500 for internal server error). This vital information can help in monitoring and improving the performance and functionality of the endpoint methods.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!