Request Headers

Details the request headers that are needed for an endpoint and endpoint method.

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

The Name of data type nvarchar field in the RequestHeader table is used to store strings of character data such as names, addresses, or other human-readable text up to a maximum of 255 characters. It is often used for user input where longer strings are not necessary.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The Value field of the RequestHeader table is a nvarchar data type which stores textual information in the form of a string of characters. It can contain letters, numbers, and other symbols, as long as the combined length of the string does not exceed the capacity of the field. This field is used to store relevant information about a request such as its title, description, or priority.

int32 | null

EndpointId is an integer field that stores the unique identifier of an endpoint associated with a request made in the RequestHeader table. It is the primary key of the EndPoint table, which stores details about the endpoints related to a request.

int32 | null

EndpointMethodId is an integer column in the RequestHeader table that stores the method identifier for the associated request endpoint. This identifier can be used to look up method-specific information related to the incoming request, such as the content type, acceptable response formats, and data transformations.

Response
200

OK

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