Click or drag to resize
RallyRestApiGetTypes Method

Unsupported - DO NOT USE

Get the attribute definitions for the specified project or workspace (part of the query string).
Note 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.RestApi
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public CacheableQueryResult GetTypes(
	string queryString
)

Parameters

queryString
Type: SystemString
The query string to get types for

Return Value

Type: CacheableQueryResult
The type definitions for the specified query
Exceptions
ExceptionCondition
RallyUnavailableExceptionRally returned an HTML page. This usually occurs when Rally is off-line. Please check the ErrorMessage property for more information.
RallyFailedToDeserializeJsonThe JSON returned by Rally was not able to be deserialized. Please check the JsonData property for what was returned by Rally.
Examples

Unsupported - DO NOT USE

Note 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