SpiraPlan: SoapService SOAP Web Service
See all operations
Capability_RetrieveFilteredRequirementAssociations
Description
Retrieves a paginated list of requirement associations for a given capability
Parameters
| Type | Name | Required |
|---|---|---|
| RemoteCredentials? | credentials - | |
| int | programId - Program containing the relevant capability | Yes |
| int | capabilityId - Capability to get requirement associations for | Yes |
| int | pageSize - Number of associations to retrieve per API call | Yes |
| int | currentPage - What page you want to retrieve | Yes |
| ArrayOfRemoteFilter? | remoteFilters - Filters to apply to the requirements these associations are derived from. |
Return Value
ArrayOfRemoteAssociation - A list of associations, with DestArtifactId and SourceArtifactId being the Capability Id and requirement Id respectively