POST /Parameter/GetParameterValueText/{id}/

Gets a string representation of the given parameter value.
 

Request

Method Request URI
POST /API/Parameter/GetParameterValueText/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.GetParameterValueTextOptions

Response

Response Body

A System.String representation of the value or a status code indicating the problem.