TokenService.getParameterTokens Method
Gets the parameter tokens for the specified information.
Parameters
- parameterDataType
-
Type: CompatibleDataTypes
The compatible data types for the token.
- displayTypes
-
Type: TokenDisplayTypes
The display types for the token.
- projectId
-
Type: String
(optional) The project ID to search for the tokens.
Optional: True
- includeAttributeTokens
-
Type: Boolean
(optional) Whether to include attribute tokens or not.
Optional: True
- hierarchyParentId
-
Type: String
(optional) The related parent ID of the hierarchy to search for the tokens.
Optional: True
- hierarchyUniqueName
-
Type: String
(optional) The related unique name of the hierarchy to search for the tokens.
Optional: True
Return Value
Type: jQuery.Promise
Value: Array
Element Value: ParameterToken
A promise object that is resolved when the call is complete.
If successful, an array of dundas.data.ParameterToken is returned.