Click or drag to resize

IRMTrackServiceIssueListGet Method

Get a list of issues matching the specified project and filter

Namespace:  RMTrackApiClient
Assembly:  RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax
string IssueListGet(
	int ProjectId,
	string SqlFilter,
	string FieldNames,
	string SortByFields,
	IssueDetailsOptions Options
)

Parameters

ProjectId
Type: SystemInt32
The project the issues belong to
SqlFilter
Type: SystemString

[Missing <param name="SqlFilter"/> documentation for "M:RMTrackApiClient.IRMTrackService.IssueListGet(System.Int32,System.String,System.String,System.String,RMTrackApiClient.IssueDetailsOptions)"]

FieldNames
Type: SystemString
A comma separated list of fields to return
SortByFields
Type: SystemString
A comma separated list of fields to sort the results by
Options
Type: RMTrackApiClientIssueDetailsOptions
Which parts of an issue to return (bit field)

Return Value

Type: String
XML response containing the requested issue information.
See Also