Endpoints

An endpoint is a location inside a system that can be used to access data, or initiate services.

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

The SubdomainId field of data type int in the Endpoint table stores the unique identifier associated with a specific subdomain that provides an entry point to a larger domain.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The Value field in the Endpoint table is an nvarchar data type field with a maximum length of 256 characters which contains any meaningful information for the Endpoint, such as a URL or a version number.

string | null

The Name of data type nvarchar field in the Endpoint table is a 128 character long field used to store text-based information in a varying length format. It is commonly used to store alphanumeric strings.

int32

The Port field of the Endpoint table contains an integer value representing the specific port of the respective endpoint.

int32 | null

CredentialId is an integer data type that is used to identify an individual endpoint in the Endpoint table. It is a unique numerical identifier and is used as a primary key for the Endpoint table.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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