SpiraPlan: SoapService SOAP Web Service
See all operations
Capability_SortedRetrieve
Description
Retrieves a sorted list of capabilities in a given program that match the provided filter
Parameters
| Type | Name | Required |
|---|---|---|
| RemoteCredentials? | credentials - User API Credentials | |
| int | programId - ID of the program to retrieve capabilities from | Yes |
| int | startingRow - What row to start retrieving from (starts at 1) | Yes |
| int | numberOfRows - Number of rows to retrieve | Yes |
| string? | sortField - What field to sort on (If left blank, the default is CapabilityId) | |
| boolean | sortAscending - Whether or not to sort ascending | Yes |
| ArrayOfRemoteFilter? | remoteFilters - Array of filters to filter the results by |
Return Value
ArrayOfRemoteCapability - Requested page of capabilities from the specified program