GET /DataProvider/CustomConfigurationUI/{id}/

Gets the custom configuration UI for the specified data provider.
 

Request

Method Request URI
GET /API/DataProvider/CustomConfigurationUI/{id}/?contentType=value&sessionId=value

URI Parameters

URI Parameter Description
contentType The type of the content to get the UI for. For example: text/html.
sessionId The current session ID.

Path Parameters

Path Parameter Description
id The ID of the data provider to get the custom UI for.

Request Body

There is no Request Body for this function.

Response

Response Body

A System.String object, or a status code indicating the problem.