Get Proxy Endpoint by Property Name

Get a proxy endpoint property value by appending the property name in URL.

Endpoint property can have any of the three property values: EndpointName, RemoteURL, and AnonymousAccess.

Follow OData standard to fetch the property value.

Perform an HTTP GET request at the following URL to fetch EndpointName property value:

Syntax

http://host:port/[public/]odata/applications/{v1|latest}/{appid}/Endpoints(‘{endpoint}’)/EndpointName

Parameters

Examples