POST /Parameter/GetParameterValueFromString/{id}/

Gets a parameter value from the given string. The string must conform to expectations.
 

Request

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

URI Parameters

URI Parameter Description
sessionId Current session ID.

Request Body

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

Response

Response Body

A Dundas.BI.Data.Parameters.ParameterValue object or a status code indicating the problem.