SpiraPlan: SoapService SOAP Web Service
See all operations
PullRequest_Retrieve
Description
Retrieves all pull requests from a certain project
Parameters
| Type | Name | Required |
|---|---|---|
| RemoteCredentials? | credentials - | |
| int | projectId - Project to retrieve pull requests from | Yes |
| int | startRow - The starting row (1 = first item) | Yes |
| int | numberOfRows - Number of rows to be retrieved (Up to 500 at once) | Yes |
Return Value
ArrayOfRemotePullRequest - Pull requests from the requested project