RallyRestApiGetTypes Method |
Unsupported - DO NOT USE
Get the attribute definitions for the specified project or workspace (part of the query string).
Note |
---|
This uses an unpublished/unsupported endpoint and should NOT be used by non-Rally applications.
This endpoint may alter behavior at any point in time. |
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic CacheableQueryResult GetTypes(
string queryString
)
Public Function GetTypes (
queryString As String
) As CacheableQueryResult
public:
CacheableQueryResult^ GetTypes(
String^ queryString
)
member GetTypes :
queryString : string -> CacheableQueryResult
Parameters
- queryString
- Type: SystemString
The query string to get types for
Return Value
Type:
CacheableQueryResultThe type definitions for the specified query
ExceptionsException | Condition |
---|
RallyUnavailableException | Rally returned an HTML page. This usually occurs when Rally is off-line. Please check the ErrorMessage property for more information. |
RallyFailedToDeserializeJson | The JSON returned by Rally was not able to be deserialized. Please check the JsonData property for what was returned by Rally. |
ExamplesUnsupported - DO NOT USE
Note |
---|
This uses an unpublished/unsupported endpoint and should NOT be used by non-Rally applications.
This endpoint may alter behavior at any point in time. |
See Also