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
)
Function IssueListGet (
ProjectId As Integer,
SqlFilter As String,
FieldNames As String,
SortByFields As String,
Options As IssueDetailsOptions
) As String
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:
StringXML response containing the requested issue information.
See Also