GET /Token/ParameterTokens/

Retrieves the parameter tokens.
 

Request

Method Request URI
GET /API/Token/ParameterTokens/?parameterDataType=value&displayTypes=value&projectId=value&includeAttributeTokens=value&hierarchyParentId=value&hierarchyUniqueName=value&sessionId=value

URI Parameters

URI Parameter Description
parameterDataType Type of the parameter data. See Dundas.BI.Data.Parameters.CompatibleDataTypes for more details.
displayTypes The display types. See Dundas.BI.Data.Parameters.Tokens.TokenDisplayTypes for more details.
projectId ID of the project.
includeAttributeTokens If the attribute tokens should be included.
hierarchyParentId ID of the hierarchy parent.
hierarchyUniqueName Name of the hierarchy unique.
sessionId Current session ID.

Request Body

There is no Request Body for this function.

Response

Response Body

An array of Dundas.BI.WebApi.Models.ParameterTokenData objects containing the parameter token data, or a status code indicating the problem.